Commit Graph

122 Commits

Author SHA1 Message Date
Eyal Toledano
4e45a09279 Restore correct versions of task files from feature branch 2025-03-29 17:31:30 -04:00
Eyal Toledano
0d7ee31c82 Merge crunchyman/feat.add.mcp.2 into next 2025-03-29 17:26:04 -04:00
Eyal Toledano
22d3cf5314 Merge remote changes and resolve conflicts 2025-03-29 17:23:59 -04:00
Ralph Khreish
abab50d2ee fix: addTask mcp tool (#50) 2025-03-29 17:16:41 +01:00
Ralph Khreish
b8b1faf1f0 fix: cursor connecting to mcp server and typo task-master-mcp 2025-03-29 12:10:48 +01:00
Ralph Khreish
2bb848e344 chore: fix ci p1 2025-03-29 09:29:50 +01:00
Ralph Khreish
010080af96 chore: change node-fetch override version for changeset 2025-03-29 09:09:15 +01:00
Ralph Khreish
01a71df26d chore: fix changesets/action job 2025-03-29 08:54:54 +01:00
Ralph Khreish
09740e1758 chore: fix CI 2025-03-28 21:03:01 +01:00
Ralph Khreish
c371805812 fix: changeset action (#49) 2025-03-28 20:51:06 +01:00
Ralph Khreish
a2f920a318 fix: bug workflow being in the wrong directory (#48) 2025-03-28 20:43:36 +01:00
Ralph Khreish
6d964418d7 Merge remote-tracking branch 'origin/main' into next 2025-03-28 20:41:34 +01:00
Ralph Khreish
6da3e927de feat: Implement MCP (#20) 2025-03-28 20:38:53 +01:00
Ralph Khreish
2faa5755f7 chore: add changeset for PR 2025-03-28 20:38:37 +01:00
Ralph Khreish
71fe603e03 fix: apply @rtuin suggestions 2025-03-28 20:36:27 +01:00
Ralph Khreish
ad3a58ba3e chore: cleanup 2025-03-28 20:36:27 +01:00
Ralph Khreish
bde3422341 fix(mcp): get everything working, cleanup, and test all tools 2025-03-28 20:36:15 +01:00
Ralph Khreish
e91e65479e feat(wip): set up mcp server and tools, but mcp on cursor not working despite working in inspector 2025-03-28 20:36:00 +01:00
Ralph Khreish
b5f8490944 feat(wip): initial commits for sub-tasks 1,2,3 for task 23 2025-03-28 20:36:00 +01:00
Ralph Khreish
a9a81d433f feat: add github actions to automate github and npm releases 2025-03-28 18:45:24 +01:00
Ralph Khreish
e1b7b0f7c0 chore: init config for changeset 2025-03-28 18:45:24 +01:00
Eyal Toledano
cc0646ac72 chore: task management, adjust readmes, adjust cursor rules, add mcp_integration.md to docs 2025-03-27 23:40:13 -04:00
Eyal Toledano
05095c4745 feat: enhance commands with multi-subtask support, MCP integration, and update notifications
- Add support for comma-separated subtask IDs in remove-subtask command
- Implement MCP configuration in project initialization
- Add package update notification system with version comparison
- Improve command documentation with boolean flag conventions
- Add comprehensive error handling for unknown options
- Update help text with better examples and formatting
- Implement proper validation for command inputs
- Add global error handling patterns with helpful user messages
2025-03-27 16:14:12 -04:00
Eyal Toledano
d65c76d4cc git commit -m "fix: improve CLI error handling and standardize option flags
This commit fixes several issues with command line interface error handling:

   1. Fix inconsistent behavior between --no-generate and --skip-generate:
      - Standardized on --skip-generate across all commands
      - Updated bin/task-master.js to use --skip-generate instead of --no-generate
      - Modified add-subtask and remove-subtask commands to use --skip-generate

   2. Enhance error handling for unknown options:
      - Removed .allowUnknownOption() from commands to properly detect unknown options
      - Added global error handler in bin/task-master.js for unknown commands/options
      - Added command-specific error handlers with helpful error messages

   3. Improve user experience with better help messages:
      - Added helper functions to display formatted command help on errors
      - Created command-specific help displays for add-subtask and remove-subtask
      - Show available options when encountering unknown options

   4. Update MCP server configuration:
      - Modified .cursor/mcp.json to use node ./mcp-server/server.js directly
      - Removed npx -y usage for more reliable execution

   5. Other minor improvements:
      - Adjusted column width for task ID display in UI
      - Updated version number in package-lock.json to 0.9.30

   This resolves issues where users would see confusing error messages like
   'error: unknown option --generate' when using an incorrect flag."
2025-03-27 13:32:56 -04:00
Eyal Toledano
2ce73c625e Ensures that the updateTask (single task) doesn't change the title of the task. 2025-03-27 01:46:13 -04:00
Eyal Toledano
e4cff5e671 Implements updateTask command to update a single task instead of all tasks as of a certain one. Useful when iterating and R&D'ing bit by bit and needing more research after what has been done. 2025-03-27 01:33:20 -04:00
Eyal Toledano
c4f7de8845 Adds 3 docs for MCP related context provision. Also updates the system prompt for the task update command. Updated the system prompt with clear guidelines about:
Preserving completed subtasks exactly as they are
Building upon what has already been done
Creating new subtasks instead of modifying completed ones
Making new subtasks specific and targeted
Added specific instructions to the Perplexity AI system message to emphasize preserving completed subtasks
Added an informative boxed message to the user explaining how completed subtasks will be handled during the update process
Added emphatic instructions in the user prompts to both Claude and Perplexity to highlight completed subtasks that must be preserved
These changes ensure that:
Completed subtasks will be preserved
The AI will build on top of what's already been done
If something needs to be changed/undone, it will be handled through new subtasks
The user is clearly informed about how subtasks are handled.
2025-03-27 00:58:14 -04:00
Eyal Toledano
edc8adf6c6 adds 'tm' and 'taskmaster' aliases to zshrc or bashrc automatically, added as options in the init questions. 2025-03-27 00:00:38 -04:00
Eyal Toledano
0ed8f422f1 Merge remote-tracking branch 'origin/main' into crunchyman/feat.add.mcp.2 2025-03-26 23:54:47 -04:00
Eyal Toledano
59724fab89 Merge pull request #34 from eyaltoledano/upversion-0.9.29
upversion npm package to 0.9.29
2025-03-26 21:29:58 -04:00
Eyal Toledano
67716a8403 upversion npm package to 0.9.29 2025-03-26 21:29:34 -04:00
Eyal Toledano
0bcd997f23 Merge pull request #33 from eyaltoledano/parse-prd-defaults
Parse prd defaults
2025-03-26 21:26:48 -04:00
Eyal Toledano
907db983a2 feat: Adds .windsurfrules to the init package. It's composed of the 3 rules we currently package, and has been edited to be Windsurf specific. Rules are added in as sections. The init function will search for an existing .windsurfrules document, and if it finds it, it will append to it. Otherwise it will create it. 2025-03-26 21:24:47 -04:00
Eyal Toledano
b90dbb2fd3 fix: Tweak table column widths. Will probably make them dynamicalyl adjust based on the longest string in the column. But that's an overoptimization for now. 2025-03-26 20:25:02 -04:00
Eyal Toledano
021749cf0f Adds tasks 30 and 31, which are done 2025-03-26 19:58:16 -04:00
Eyal Toledano
b3fc14a4c2 fix: Improve CLI flag validation for single-word flags
Fix issue with kebab-case validator incorrectly flagging single-word flags like --prompt. Refactor detectCamelCaseFlags to properly handle all single-word flags. Update tests to verify correct behavior with single-word and camelCase flags. Add support for alternative flag formats in init command (e.g., -my_name). This fixes a bug where users couldn't use the --prompt flag directly and had to use -p instead.
2025-03-26 15:54:51 -04:00
Eyal Toledano
c75e518380 fix: improve testing and CLI command implementation
- Fix tests using ES Module best practices instead of complex mocking
  - Replace Commander.js mocking with direct action handler testing
  - Resolve ES Module import/mock issues and function redeclaration errors
  - Fix circular reference issues with console.log spies
  - Properly setup mock functions with jest.fn() for method access

- Improve parse-prd command functionality
  - Add default PRD path support (scripts/prd.txt) so you can just run `task-master parse-prd` and it will use the default PRD if it exists.
  - Improve error handling and user feedback
  - Enhance help text with more detailed information

- Fix detectCamelCaseFlags implementation in utils.js yet again with more tests this time
  - Improve regex pattern to correctly detect camelCase flags
  - Skip flags already in kebab-case format
  - Enhance tests with proper test-specific implementations

- Document testing best practices
  - Add comprehensive "Common Testing Pitfalls and Solutions" section to tests.mdc
  - Provide clear examples of correct testing patterns for ES modules
  - Document techniques for test isolation and mock organization
2025-03-26 15:07:31 -04:00
Eyal Toledano
4403975604 Merge pull request #28 from eyaltoledano/overloaded-error-handling
- Elegantly exits if running into Claude errors like overloaded – closes Error Handling #24
- Fixed id column width in task-master show sub-task table – closes Subtask ID getting truncated #26
- Implements the integration tests for setTaskStatus, updateSingeTaskSTatus, listTasks and addTask
- Enhanced Unit Testing:* Vastly improved unit tests for the module, covering core functions, edge cases, and error handling. Simplified test functions and comprehensive mocking were implemented for better isolation and reliability. 
- Added new section to tests.mdc detailing reliable testing techniques.
- CLI Kebab-Case Flag Enforcement: The CLI now enforces kebab-case for flags, providing helpful error messages when camelCase is used. This improves consistency and user experience. Commander is very particular about camelCase/--kebab-case
- AI Enhancements:
-- Enabled 128k token output for Claude 3.7 Sonnet by adding the beta header 'output-128k-2025-02-19' to the request headers in ai-services.js – this provides the full 128k context window (vs 64k) when using claude in task generation.
-- Added a new task (task_029.txt) to document this change and its testing strategy.
-- Added unit tests to verify the Anthropic client configuration we've added to the header
-- Added utility functions.
- Improved Test Coverage: Added tests for the new CLI flag validation logic.
- Upversion and publish task-master-ai@0.9.28
2025-03-26 01:21:16 -04:00
Eyal Toledano
589d2bae05 upversion and publish 2025-03-26 01:19:28 -04:00
Eyal Toledano
75001c0a2a fix: subtask id is truncated in task show subtask table. 2025-03-26 00:42:12 -04:00
Eyal Toledano
9db5637c71 feat: Enhance testing, CLI flag validation, and AI capabilities
This commit introduces several significant improvements:

- **Enhanced Unit Testing:**  Vastly improved unit tests for the  module, covering core functions, edge cases, and error handling.  Simplified test functions and comprehensive mocking were implemented for better isolation and reliability. Added new section to tests.mdc detailing reliable testing techniques.

- **CLI Kebab-Case Flag Enforcement:**  The CLI now enforces kebab-case for flags, providing helpful error messages when camelCase is used. This improves consistency and user experience.

- **AI Enhancements:**
    - Enabled 128k token output for Claude 3.7 Sonnet by adding the  header.
    - Added a new task to  to document this change and its testing strategy.
    - Added unit tests to verify the Anthropic client configuration.
    - Added  and  utility functions.

- **Improved Test Coverage:** Added tests for the new CLI flag validation logic.
2025-03-25 17:20:09 -04:00
Eyal Toledano
2d905d2e52 chore: implements the integration tests for setTaskStatus, updateSingleTaskSTatus, listTasks and addTask 2025-03-25 16:56:48 -04:00
Eyal Toledano
d24dc0b2bf fix: elegantly exit if running into a claude error like overloaded api + integration test. 2025-03-25 16:35:25 -04:00
Ralph Khreish
a3c86148d4 fix(mcp): get everything working, cleanup, and test all tools 2025-03-25 19:04:47 +00:00
Ralph Khreish
21e74ab8f5 feat(wip): set up mcp server and tools, but mcp on cursor not working despite working in inspector 2025-03-25 19:04:21 +00:00
Ralph Khreish
90580581ba feat(wip): initial commits for sub-tasks 1,2,3 for task 23 2025-03-25 19:04:20 +00:00
Eyal Toledano
6499509917 Merge pull request #22 from eyaltoledano/more-kebabs
fix: ensure CLI correctly handles kebab-case options
Correctly this time.
2025-03-25 00:48:11 -04:00
Eyal Toledano
9f84ed495f npm upversion and publish 2025-03-25 00:47:38 -04:00
Eyal Toledano
8c275c9560 fix: ensure CLI correctly handles kebab-case options
- Fixed CLI wrapper to convert camelCase options to kebab-case when passing to dev.js
- Added explicit support for --input option in parse-prd command
- Updated commands.mdc to clarify Commander.js camelCase/kebab-case behavior
2025-03-25 00:42:59 -04:00
Eyal Toledano
bcb363c461 Merge pull request #21 from eyaltoledano/fix-kebabe-case
fix: camelCase detection mechanism in global CLI
2025-03-25 00:24:22 -04:00