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.
This commit is contained in:
catlog22
2026-03-02 16:31:04 +08:00
parent a4cb1e7eb2
commit 980be3d87d

View File

@@ -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