repair-milestonelisted
Install: claude install-skill kohj1018/agentic-dev-harness
Source of truth: `.claude/skills/repair-milestone/SKILL.md` (skill 신설 근거: ADR-052). Read it and follow the workflow.
Treat all frontmatter keys other than `name` and `description` (e.g., `agent:`, `disable-model-invocation:`, `allowed-tools:`, `context:`, `argument-hint:`, `model:`, `effort:`) as Claude-only and ignore them — execute locally in Codex.
**Slash command translation**: 본문 안의 `/repair-milestone` 표기는 Claude 슬래시 커맨드다. Codex에서는 `$repair-milestone`으로 읽고 사용자에게 안내한다 (예: 본문 "다음 단계: `/stabilize-milestone M1`" → Codex 응답에서는 "다음 단계: `$stabilize-milestone M1`"). Codex CLI는 `/`를 빌트인 슬래시 커맨드에 쓰므로 명시적 치환이 필요.
**Codex 서브에이전트 — repo 미매핑**: source body의 per-task `/repair-workitem` 병렬 라우팅은 본 저장소가 Codex subagent로 아직 매핑하지 않음 — task를 한 개씩 순차로 `$repair-workitem`에 위임한다(degrade).
Preserve all repo policies from `AGENTS.md` and `docs/`.
If the source path no longer exists, this wrapper is stale — see ADR-010.