mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-12-04 11:00:48 +00:00
Centralizes init command logic within the main CLI structure. The action handler in commands.js now directly calls initializeProject from the init.js module, resolving issues with argument parsing (like -y) and removing the need for the separate bin/task-master-init.js executable. Updates package.json and bin/task-master.js accordingly.