From 8760d165105fb03b0b8b62b55dd31c90f34daa44 Mon Sep 17 00:00:00 2001 From: toki Date: Fri, 31 Jul 2026 16:58:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(agent-ops):=20=EC=9E=90=EC=8B=9D=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=20=EA=B2=BD=EA=B3=84=EB=A5=BC=20=EB=AA=85?= =?UTF-8?q?=EC=8B=9C=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dispatcher가 시작한 자식 에이전트가 orchestration을 재호출하지 않도록 실행 식별자와 허용된 PLAN 검증 범위를 계약에 고정한다. --- agent-ops/skills/project/orchestrate-agent-task-loop/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent-ops/skills/project/orchestrate-agent-task-loop/SKILL.md b/agent-ops/skills/project/orchestrate-agent-task-loop/SKILL.md index 8c016e1..d738e87 100644 --- a/agent-ops/skills/project/orchestrate-agent-task-loop/SKILL.md +++ b/agent-ops/skills/project/orchestrate-agent-task-loop/SKILL.md @@ -97,6 +97,9 @@ Concurrency limits: Keep control prompts in English, insert absolute paths only, and do not expand these sentences unnecessarily. +- A dispatcher child runs only while `IOP_AGENT_TASK_EXECUTION_ID` is present. +- Prefix every child prompt with: `You are a child agent already launched by the dispatcher, not the orchestration caller. Execute only the assigned role directly. Do not start, monitor, or wait for orchestration through dispatch.py or orchestrate-agent-task-loop. You may run dispatch.py --validate-plan only when required by plan or code-review finalization because that mode validates one candidate PLAN without starting or monitoring orchestration.` + - Cloud worker: `Read {PLAN_PATH} and complete the task. Keep artifact content in English. Final in Korean.` - Pi worker: `Think in English. Keep artifact content in English. Final in Korean. Read {PLAN_PATH} and complete the task.` - Pi self-check: `Think in English. Keep artifact content in English. Final in Korean. Read {CODE_REVIEW_PATH} and fill every missing implementation field. Do not finish until all implementation fields are complete. This is a self-check of completed work, not a review. Read {PLAN_PATH} and finish any missing work. Recheck and fix your work.`