From b84f4aaac1f752b81b2a161755670ec85dc147b6 Mon Sep 17 00:00:00 2001 From: Gros Frumos Date: Tue, 17 Mar 2026 16:00:13 +0200 Subject: [PATCH] =?UTF-8?q?kin:=20KIN-ARCH-015=20=D0=94=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20routes=20=D0=B4=D0=BB=D1=8F=20dept?= =?UTF-8?q?=5Finfra=20=D0=B8=20dept=5Fresearch=20=D0=B2=20specialists.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/prompts/pm.md | 4 ---- core/context_builder.py | 1 - 2 files changed, 5 deletions(-) diff --git a/agents/prompts/pm.md b/agents/prompts/pm.md index a42787b..baa2cfb 100644 --- a/agents/prompts/pm.md +++ b/agents/prompts/pm.md @@ -131,10 +131,6 @@ Return ONLY valid JSON (no markdown, no explanation): } ``` -Valid values for `status`: `"done"`, `"blocked"`. - -If status is "blocked", include `"blocked_reason": "..."` and `"analysis": "..."` explaining why the task cannot be planned. - ## Blocked Protocol If you cannot plan the pipeline (task is completely ambiguous, no information to work with, or explicitly outside the system scope), return this JSON **instead of** the normal output: diff --git a/core/context_builder.py b/core/context_builder.py index a7215c2..f53d2f5 100644 --- a/core/context_builder.py +++ b/core/context_builder.py @@ -332,7 +332,6 @@ def format_prompt(context: dict, role: str, prompt_template: str | None = None) sections.append("") # Revision context: director's comment + agent's previous output - task = context.get("task") if task and task.get("revise_comment"): sections.append("## Director's revision request:") sections.append(task["revise_comment"])