AIDE Quality
Overview
Run or report the projects standard quality gates using commands defined in AGENTS.md placeholder mappings.
Workflow
1) Locate repo root
- •Walk up from current directory until
AGENTS.mdis found.
2) Load quality commands
- •Read
AGENTS.mdand extract:- •
{{RUN_ALL_TESTS_COMMAND}} - •
{{RUN_UNIT_TESTS_COMMAND}}(optional) - •
{{LINT_COMMAND}} - •
{{FORMAT_COMMAND}}(optional) - •
{{SMOKE_TEST_COMMAND}}(optional)
- •
3) Execute or report
- •Default behavior: run lint + unit tests (fast) when available.
- •If user asks for full or all: run
{{RUN_ALL_TESTS_COMMAND}}(and smoke if defined). - •If user asks for dry-run: print the commands without running.
4) Output format (<=12 lines)
Include:
- •Repo root path
- •Commands detected
- •What was run (or reported)
- •Summary (pass/fail per command)
Notes
- •Never modify tests.
- •If commands are missing, ask for the correct command or file path.