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

25 lines
736 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "lint",
"description": "wiki 품질 검사 (과장/혼동/stale/누락). `--fix-plan` 으로 수정 계획 구조화",
"argument_hint": "[--fix-plan] <wiki 경로 또는 비워두면 전체>",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/lint.md",
"execution_contract": {"kind": "orchestrated", "profile": "audit", "default_risk": "medium", "design_bearing": true},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/lint.md"
},
{
"kind": "agent-skill",
"path": ".agents/skills/lint/SKILL.md"
},
{
"kind": "agent-workflow",
"path": ".agents/workflows/lint.md"
}
]
}