31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"source_kind": "agent",
|
|
"id": "branch-depth-auditor",
|
|
"description": "Use to judge whether a single raw/branch-notes/feature-*.md is deep enough to start implementation without re-doubting. Runs AFTER the deterministic structure lint (wiki_structure_lint.py) passes — focuses on SEMANTIC judgment the linter cannot do: claim depth (L0 존재 vs L1+ 메커니즘), whether decision conditions are meaningful, whether impl detail is sufficient, and implicit cross-contract dependencies. Reads the branch note plus its linked raw sources. Returns a grounded gap report + Ready/Not-ready verdict. Read-only — never edits files.",
|
|
"heading_locale": "mixed",
|
|
"body_path": "harness/source/agents/bodies/branch-depth-auditor.md",
|
|
"targets": [
|
|
{
|
|
"kind": "plugin-agent-md",
|
|
"path": ".agents/plugins/wiki-superpowers/agents/branch-depth-auditor.md"
|
|
},
|
|
{
|
|
"kind": "claude-agent-md",
|
|
"path": ".claude/agents/branch-depth-auditor.md"
|
|
},
|
|
{
|
|
"kind": "codex-agent-md",
|
|
"path": ".codex/agents/branch-depth-auditor.md"
|
|
},
|
|
{
|
|
"kind": "codex-agent-toml",
|
|
"path": ".codex/agents/branch-depth-auditor.toml"
|
|
},
|
|
{
|
|
"kind": "antigravity-agent-json",
|
|
"path": ".agents/agents/branch-depth-auditor/agent.json"
|
|
}
|
|
]
|
|
}
|