Skip to content

Commit 980be3d

Browse files
author
catlog22
committed
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.
1 parent a4cb1e7 commit 980be3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/agents/cli-lite-planning-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ EXPECTED:
230230
**Total**: [time]
231231
232232
CONSTRAINTS:
233-
- Follow schema structure from {schema_path}
233+
- Output as structured markdown text following the EXPECTED format above
234234
- Task IDs use format TASK-001, TASK-002, etc. (FIX-001 for fix-plan)
235-
- Complexity determines required fields:
235+
- Complexity determines required sections:
236236
* Low: base fields only
237237
* Medium: + rationale + verification + design_decisions
238238
* High: + risks + code_skeleton + data_flow

0 commit comments

Comments
 (0)