Files
llm-wiki/harness/source/workflows/sync.json
T

25 lines
742 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "sync",
"description": "문서 간 모순·동기화 검사 — 결정론 검사기 + 참조 엣지 의미 대조 + fix-plan",
"argument_hint": "[--impact <slug>] [대상 경로, 비우면 전체]",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/sync.md",
"execution_contract": {"kind": "orchestrated", "profile": "audit", "default_risk": "medium", "design_bearing": true},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/sync.md"
},
{
"kind": "agent-skill",
"path": ".agents/skills/sync/SKILL.md"
},
{
"kind": "agent-workflow",
"path": ".agents/workflows/sync.md"
}
]
}