5f7a51199c
Read-only documentation drift auditor: checks every README/instruction/HTML claim against the code and reports what no longer matches, modeled on the janitor/reviewer wrappers. Added to the full-eval suite (always-run) and to the subagents handbook roster and length budgets.
20 lines
890 B
Markdown
20 lines
890 B
Markdown
---
|
|
description: Run the full evaluation suite (evaluator, security-auditor, exerciser, doc-auditor, spec-checker) in parallel and synthesize one prioritized report
|
|
argument-hint: [optional focus area, e.g. "focus on the API layer"]
|
|
---
|
|
|
|
Run a full independent evaluation of the repository in the current working directory.
|
|
Focus area, if any: $ARGUMENTS
|
|
|
|
Your complete orchestration guide — phases, agent roster, synthesis rules, and the
|
|
EVALUATION.md format — is at:
|
|
|
|
~/Projects/standards/guides/full-eval.md
|
|
|
|
Read it in full first, then follow it exactly. If you cannot read that file, stop and
|
|
report precisely that — do not improvise the evaluation.
|
|
|
|
Claude Code specifics for Phase 2: launch the subagents simultaneously in a single
|
|
batch; run the exerciser in the foreground if permission prompts are likely (it needs
|
|
Bash approval, and background runs auto-deny prompts).
|