Files
llm-wiki/harness/source/workflows/branch-from-project.json
T

32 lines
921 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "branch-from-project",
"description": "project Work Item에서 pinned decision contract를 상속한 branch-note 생성",
"argument_hint": "<project> <WI-ID>",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/branch-from-project.md",
"execution_contract": {
"kind": "deterministic",
"profile": "capture",
"default_risk": "low", "design_bearing": false,
"entrypoint": "harness/runtime/branch_from_project.py",
"dry_run_first": true,
"result_schema": "branch-from-project-result/v1"
},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/branch-from-project.md"
},
{
"kind": "agent-skill",
"path": ".agents/skills/branch-from-project/SKILL.md"
},
{
"kind": "agent-workflow",
"path": ".agents/workflows/branch-from-project.md"
}
]
}