docs: clarify Harness phase ownership

This commit is contained in:
KOKO\Mimi
2026-08-12 15:31:46 +09:00
parent 18296a1944
commit a058ef7674
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ description: Use when planning agentic implementation phases, creating phases/in
| 책임 | 소유자 |
|---|---|
| branch, pending Step 선택, retry, timestamps, commits, advancement | Executor (`scripts/execute.py`) |
| branch, pending Step 선택, retry, timestamps, commits, advancement, top-level phase status | Executor (`scripts/execute.py`) |
| Executor-selected current Step의 작업과 해당 Step의 `status``summary` / `error_message` / `blocked_reason` payload | Implementation Agent |
| PreToolUse interception과 Stop whole-project validation | `.codex/hooks.json`으로 등록된 hooks |