init: llm-wiki-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:21:35 +09:00
parent 42bf3db4fd
commit 6c53ded9cb
2436 changed files with 194486 additions and 1 deletions
@@ -0,0 +1,30 @@
{
"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"
}
]
}