validate_author_info
Validate commit author name and/or email against configured rules (e.g., allowed domains, name patterns) and return structured results with per-check status.
Instructions
Validate commit author name and/or email with commit-check. Read-only validation. Returns a structured result with overall status and per-check results (check name, status, value, error, suggest).
Use this when you need to verify author metadata against configured rules (e.g., allowed email domains, name patterns). When both name and email are provided, both are validated. If neither is provided, both are checked against repo context. For combined validation, use validate_commit_context.
Parameters:
author_name (optional): The author name to validate.
author_email (optional): The author email to validate.
config (optional): Inline JSON config overrides.
repo_path (optional): Path to the git repository.
config_path (optional): Path to a custom commit-check TOML config file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| repo_path | No | ||
| author_name | No | ||
| config_path | No | ||
| author_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||