init: llm-wiki-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"source_kind": "workflow",
|
||||
"id": "lint",
|
||||
"description": "wiki 품질 검사 (과장/혼동/stale/누락). `--fix-plan` 으로 수정 계획 구조화",
|
||||
"argument_hint": "[--fix-plan] <wiki 경로 또는 비워두면 전체>",
|
||||
"heading_locale": "ko-KR",
|
||||
"body_path": "harness/source/skills/lint.md",
|
||||
"execution_contract": {"kind": "orchestrated", "profile": "audit", "default_risk": "medium", "design_bearing": true},
|
||||
"targets": [
|
||||
{
|
||||
"kind": "claude-command",
|
||||
"path": ".claude/commands/lint.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-skill",
|
||||
"path": ".agents/skills/lint/SKILL.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-workflow",
|
||||
"path": ".agents/workflows/lint.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user