From 980be3d87d41bbc01c13679f48c2e5b4d1a2a582 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 2 Mar 2026 16:31:04 +0800 Subject: [PATCH] fix(planning-agent): clarify CLI output as markdown text, relax constraint wording Change CLI CONSTRAINTS from schema-driven JSON output to structured markdown text output, matching the architecture where CLI produces text plans and Claude agent parses them into JSON. --- .claude/agents/cli-lite-planning-agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/agents/cli-lite-planning-agent.md b/.claude/agents/cli-lite-planning-agent.md index 4a4c27f0..0afcacbc 100644 --- a/.claude/agents/cli-lite-planning-agent.md +++ b/.claude/agents/cli-lite-planning-agent.md @@ -230,9 +230,9 @@ EXPECTED: **Total**: [time] CONSTRAINTS: -- Follow schema structure from {schema_path} +- Output as structured markdown text following the EXPECTED format above - Task IDs use format TASK-001, TASK-002, etc. (FIX-001 for fix-plan) -- Complexity determines required fields: +- Complexity determines required sections: * Low: base fields only * Medium: + rationale + verification + design_decisions * High: + risks + code_skeleton + data_flow