#1001 75a36ea Thanks @Crunchyman-ralph! - Add Kiro editor rule profile support
.kiro/steering/ directory with markdown format#1011 3eb050a Thanks @Crunchyman-ralph! - Created a comprehensive documentation site for Task Master AI. Visit https://docs.task-master.dev to explore guides, API references, and examples.
#978 fedfd6a Thanks @ben-vargas! - Complete Groq provider integration and add MoonshotAI Kimi K2 model support
#974 5b0eda0 Thanks @joedanz! - feat: Add Zed editor rule profile with agent rules and MCP config
#973 6d05e86 Thanks @joedanz! - Add Amp rule profile with AGENT.md and MCP config
#1011 3eb050a Thanks @Crunchyman-ralph! - Improve project root detection
#970 b87499b Thanks @joedanz! - Add OpenCode profile with AGENTS.md and MCP config
#1011 3eb050a Thanks @Crunchyman-ralph! - Make task-master update more reliable with AI responses
The update command now handles AI responses more robustly. If the AI forgets to include certain task fields, the command will automatically fill in the missing data from your original tasks instead of failing. This means smoother bulk task updates without losing important information like IDs, dependencies, or completed subtasks.
#1011 3eb050a Thanks @Crunchyman-ralph! - Fix subtask dependency validation when expanding tasks
When using task-master expand to break down tasks into subtasks, dependencies between subtasks are now properly validated. Previously, subtasks with dependencies would fail validation. Now subtasks can correctly depend on their siblings within the same parent task.
#949 f662654 Thanks @ben-vargas! - Prevent CLAUDE.md overwrite by using Claude Code's import feature
.taskmaster/CLAUDE.md instead of overwriting the user's CLAUDE.mdBreaking Change: Task Master instructions for Claude Code are now stored in .taskmaster/CLAUDE.md and imported into the main CLAUDE.md file. Users who previously had Task Master content directly in their CLAUDE.md will need to run task-master rules remove claude followed by task-master rules add claude to migrate to the new structure.
#943 f98df5c Thanks @mm-parthy! - Implement Boundary-First Tag Resolution to ensure consistent and deterministic tag handling across CLI and MCP, resolving potential race conditions.
#1011 3eb050a Thanks @Crunchyman-ralph! - Fix task-master lang --setup breaking when no language is defined, now defaults to English
#979 ab2e946 Thanks @ben-vargas! - Fix: show command no longer requires complexity report file to exist
The tm show command was incorrectly requiring the complexity report file to exist even when not needed. Now it only validates the complexity report path when a custom report file is explicitly provided via the -r/--report option.
#1002 6d0654c Thanks @Crunchyman-ralph! - Fix MCP server error when retrieving tools and resources
#968 7b4803a Thanks @Crunchyman-ralph! - Fixed the comprehensive taskmaster system integration via custom slash commands with proper syntax