mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
* fix(prompts): add JSON output format instruction to complexity analysis prompt The complexity analysis prompt was missing the final instruction specifying that output should be a JSON object with a 'complexityAnalysis' key containing the array of analysis objects. This caused inconsistent output formatting. This fix ensures the AI model returns properly structured JSON output that can be reliably parsed by the complexity analysis module. * chore: add changeset for complexity prompt fix --------- Co-authored-by: Your Name <you@example.com>