Files
llm-wiki/harness/source/workflows/invest-plan.json
T

17 lines
585 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "invest-plan",
"description": "전략 규칙 + 최근 조사로 wiki/invest-plan/active-plan.md 를 생성/갱신",
"argument_hint": "<선택: 메모 (예: \"이번 달 추가납입 10만 반영\")>",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/invest-plan.md",
"execution_contract": {"kind": "orchestrated", "profile": "design", "default_risk": "medium", "design_bearing": true},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/invest-plan.md"
}
]
}