init: llm-wiki-haness 하네스 설계
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"schema_version": 2,
|
||||
"source_kind": "workflow",
|
||||
"id": "ingest",
|
||||
"description": "raw 자료를 wiki 문서로 변환",
|
||||
"argument_hint": "<raw 경로 또는 자료 설명>",
|
||||
"heading_locale": "ko-KR",
|
||||
"body_path": "harness/source/skills/ingest.md",
|
||||
"execution_contract": {"kind": "orchestrated", "profile": "capture", "default_risk": "low", "design_bearing": true},
|
||||
"targets": [
|
||||
{
|
||||
"kind": "claude-command",
|
||||
"path": ".claude/commands/ingest.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-skill",
|
||||
"path": ".agents/skills/ingest/SKILL.md"
|
||||
},
|
||||
{
|
||||
"kind": "agent-workflow",
|
||||
"path": ".agents/workflows/ingest.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user