fix: handoff json issue

This commit is contained in:
Muhammad Ubaid Raza
2026-02-11 23:05:06 +05:00
parent 4756381923
commit fdef8ed0b7
7 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga
- Save/ update `docs/plan/{PLAN_ID}/plan.yaml`.
- Present: Show plan via `plan_review`. Wait for user approval.
- Iterate: If feedback received, update plan and re-present. Loop until approved.
- Return JSON handoff
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
</workflow>
<operating_rules>
@@ -167,6 +167,6 @@ tasks:
</plan_format_guide>
<final_anchor>
Create validated plan.yaml; present for user approval; iterate until approved; no agent calls; stay as planner
Create validated plan.yaml; present for user approval; iterate until approved; return simple JSON {status, task_id, summary}; no agent calls; stay as planner
</final_anchor>
</agent>