validator-setup
/validator-setup
Scan the project to discover tooling and configure checks and reviews for agent-validator.
Before starting, read references/check-catalog.md for check category details, YAML schemas, and example configurations.
Step 1: Check config exists
Read .validator/config.yml. If the file does not exist, tell the user to run agent-validate init first and STOP — do not proceed with any further steps.
Step 2: Check existing config
Read the entry_points field from .validator/config.yml.
If entry_points is empty ([]): This is a fresh setup. Proceed to Step 3 (detect project structure).
If entry_points is populated: Show the user a summary of the current configuration:
- List each entry point with its
path,checks, andreviews - Then ask the user which action to take:
More from codagent-ai/agent-validator
validator-help
Diagnoses and explains validator behavior from runtime evidence for requests such as "why did validator fail", "explain validator behavior", "diagnose validator logs", or "what went wrong in the validator run".
16validator-commit
>-
16validator-check
>-
16validator-skip
Advances the validator execution state baseline without running checks for requests such as "skip validator", "advance validator baseline", or "mark current tree as validated without running checks".
16validator-issue
Files structured GitHub bug reports for agent-validator when users ask to file, report, or open an issue for a suspected defect
16validator-run
>-
16