Early foundation release of TaskMaster with core task management functionality. See full details at npmjs.com/package/task-master-ai/v/0.9.30.
https://www.npmjs.com/package/task-master-ai/v/0.9.30
This is mostly a chore release solving a few bugs and is heavily focused on implementing unit tests for the Task Master platform. We are off to a good start there with nearly 200 tests defined and 169 implemented and passing.
This release paves the way for the next which will be a minor patch introducing MCP support. Will be holding minor improvements, bug fixes and everything else until that ships as it is the number requested feature at the moment and the most likely feature to help reduce friction getting started with Task Master.
How to upgrade
Get the latest features by running npm i -g task-master-ai and then run task-master init in your project root folder. Tasks will not be affected by the init command as it updates other files.
New features:
add-subtasks and remove-subtasks commands for manually adding subtasks. Can also turn subtasks into standalone features committask-master parse-prd and it will use the default PRD if it existsBug fixes: