init: llm-wiki-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user