init: llm-wiki-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"source_kind": "workflow",
|
||||
"id": "query",
|
||||
"description": "wiki 기반 질의응답",
|
||||
"argument_hint": "<질문>",
|
||||
"heading_locale": "ko-KR",
|
||||
"body_path": "harness/source/skills/query.md",
|
||||
"execution_contract": {"kind": "orchestrated", "profile": "design", "default_risk": "low", "design_bearing": true},
|
||||
"targets": [
|
||||
{
|
||||
"kind": "claude-command",
|
||||
"path": ".claude/commands/query.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-skill",
|
||||
"path": ".agents/skills/query/SKILL.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-workflow",
|
||||
"path": ".agents/workflows/query.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user