Files
llm-wiki/harness/source/agents/coverage-auditor.json
T

31 lines
1.3 KiB
JSON

{
"schema_version": 1,
"source_kind": "agent",
"id": "coverage-auditor",
"description": "Use to judge whether a single raw/branch-notes/feature-*.md COVERS all the concerns its governing canonical doc requires — completeness, not depth. Runs AFTER the deterministic coverage pre-check (governing_docs present, ## Coverage section present, links resolve). Reads the governing_docs canonical doc(s), the completed sibling branches, and the real ca-tmpl code, then classifies each required concern as covered-here / delegated / missing and emits a 3-tier verdict. Can also run in project mode to find owner-less concerns across all branches. Read-only — never edits files.",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/coverage-auditor.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/coverage-auditor.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/coverage-auditor.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/coverage-auditor.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/coverage-auditor.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/coverage-auditor/agent.json"
}
]
}