Add doc-auditor agent and wire it into full-eval

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.
This commit is contained in:
Keysat
2026-06-13 00:06:43 -05:00
parent 25dab4204b
commit 5f7a51199c
5 changed files with 148 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
description: Run the full evaluation suite (evaluator, security-auditor, exerciser, spec-checker) in parallel and synthesize one prioritized report
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"]
---