Files
claude-task-master/src
Ralph Khreish 0003b6fca6 Fix/complexity-prompt-json-output (#1407)
* 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>
2025-11-14 14:20:03 +01:00
..