Files
llm-wiki/harness/source/workflows/coverage.json
T

25 lines
769 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "coverage",
"description": "브랜치 노트가 governing 문서가 요구하는 관심사를 빠짐없이 덮는지(완전성) 점검. depth(깊이)의 짝",
"argument_hint": "<브랜치 이름> | --project",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/coverage.md",
"execution_contract": {"kind": "orchestrated", "profile": "audit", "default_risk": "medium", "design_bearing": true},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/coverage.md"
},
{
"kind": "agent-skill",
"path": ".agents/skills/coverage/SKILL.md"
},
{
"kind": "agent-workflow",
"path": ".agents/workflows/coverage.md"
}
]
}