init: llm-wiki-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:21:35 +09:00
parent 42bf3db4fd
commit 6c53ded9cb
2436 changed files with 194486 additions and 1 deletions
@@ -0,0 +1,16 @@
{
"schema_version": 2,
"source_kind": "workflow",
"id": "invest-daily",
"description": "오늘의 거시 자금흐름을 deep-research로 조사해 raw/invest-daily/에 기록",
"argument_hint": "<선택: 날짜 YYYY-MM-DD, 비우면 오늘>",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/invest-daily.md",
"execution_contract": {"kind": "orchestrated", "profile": "capture", "default_risk": "low", "design_bearing": false},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/invest-daily.md"
}
]
}