Commit Graph

167 Commits

Author SHA1 Message Date
Ralph Khreish
eeae027d2b chore: fix ci p1 2025-03-29 09:29:50 +01:00
Ralph Khreish
a10470ba2f chore: change node-fetch override version for changeset 2025-03-29 09:09:15 +01:00
Ralph Khreish
397c181202 chore: fix changesets/action job 2025-03-29 08:54:54 +01:00
Ralph Khreish
179eb85a4c chore: fix CI 2025-03-28 21:03:01 +01:00
Ralph Khreish
fb336ded3e fix: changeset action (#49) 2025-03-28 20:51:06 +01:00
Ralph Khreish
5ec3651e64 fix: bug workflow being in the wrong directory (#48) 2025-03-28 20:43:36 +01:00
Ralph Khreish
b41946c485 Merge remote-tracking branch 'origin/main' into next 2025-03-28 20:41:34 +01:00
Ralph Khreish
4eed269378 feat: Implement MCP (#20) v0.10.2 2025-03-28 20:38:53 +01:00
Ralph Khreish
a8b055f05d chore: add changeset for PR 2025-03-28 20:38:37 +01:00
Ralph Khreish
a8e4bb0407 fix: apply @rtuin suggestions 2025-03-28 20:36:27 +01:00
Ralph Khreish
0663ff1bea chore: cleanup 2025-03-28 20:36:27 +01:00
Ralph Khreish
3582798293 fix(mcp): get everything working, cleanup, and test all tools 2025-03-28 20:36:15 +01:00
Ralph Khreish
37c5b83f60 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
f3e6f0b70e feat(wip): initial commits for sub-tasks 1,2,3 for task 23 2025-03-28 20:36:00 +01:00
Ralph Khreish
eafdb47418 feat: add github actions to automate github and npm releases 2025-03-28 18:45:24 +01:00
Ralph Khreish
44db895303 chore: init config for changeset 2025-03-28 18:45:24 +01:00
Eyal Toledano
472b517e22 chore: task management, adjust readmes, adjust cursor rules, add mcp_integration.md to docs 2025-03-27 23:40:13 -04:00
Eyal Toledano
1d807541ae 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
08d3f2db26 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
cea14b55b3 Ensures that the updateTask (single task) doesn't change the title of the task. 2025-03-27 01:46:13 -04:00
Eyal Toledano
707618ca5d 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
1abcf69ecd 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
751854d5ee 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
444fb24022 Merge remote-tracking branch 'origin/main' into crunchyman/feat.add.mcp.2 2025-03-26 23:54:47 -04:00
Eyal Toledano
98d5cefba8 Merge pull request #34 from eyaltoledano/upversion-0.9.29
upversion npm package to 0.9.29
v0.9.30
2025-03-26 21:29:58 -04:00
Eyal Toledano
3fd96a3d89 upversion npm package to 0.9.29 2025-03-26 21:29:34 -04:00
Eyal Toledano
b85e59fef4 Merge pull request #33 from eyaltoledano/parse-prd-defaults
Parse prd defaults
2025-03-26 21:26:48 -04:00
Eyal Toledano
dac1ea61e8 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
5b0552fc20 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
217adcc764 Adds tasks 30 and 31, which are done 2025-03-26 19:58:16 -04:00
Eyal Toledano
c59bd8c9fc 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
6322a1a66f 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
75c81925f0 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
aeee62dabe upversion and publish 2025-03-26 01:19:28 -04:00
Eyal Toledano
4643852110 fix: subtask id is truncated in task show subtask table. 2025-03-26 00:42:12 -04:00
Eyal Toledano
9e19b54518 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
002612bdf9 chore: implements the integration tests for setTaskStatus, updateSingleTaskSTatus, listTasks and addTask 2025-03-25 16:56:48 -04:00
Eyal Toledano
fce55dd0c4 fix: elegantly exit if running into a claude error like overloaded api + integration test. 2025-03-25 16:35:25 -04:00
Ralph Khreish
bc4e68118c fix(mcp): get everything working, cleanup, and test all tools 2025-03-25 19:04:47 +00:00
Ralph Khreish
a9392c8a0d 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
f49684a802 feat(wip): initial commits for sub-tasks 1,2,3 for task 23 2025-03-25 19:04:20 +00:00
Eyal Toledano
1d70a7c32c 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
9e64d0c681 npm upversion and publish 2025-03-25 00:47:38 -04:00
Eyal Toledano
b3d6e61e6b 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
06c2f882cf Merge pull request #21 from eyaltoledano/fix-kebabe-case
fix: camelCase detection mechanism in global CLI
2025-03-25 00:24:22 -04:00
Eyal Toledano
3be7920868 adjusts rule to use kebab-case for long form option flags. 2025-03-25 00:22:43 -04:00
Eyal Toledano
ebc0e2018d fix: camelCase detection mechanism in global CLI 2025-03-25 00:12:29 -04:00
Eyal Toledano
85e4c0b51e Merge pull request #16 from eyaltoledano/streaming-bug
There was a leftover bug in one of the Claude calls for parse-prd -- this commit ensures that all Claude calls are streaming in case they last more than 10 seconds, which they can in many cases.
Adds a test for parse-prd to ensure functionality is bueno
Stubs in 80+ skipped tests for all of the other functions across modules. Everything is covered, about 50% of the tests are implemented. Use them with npm test. Let's implement them over time.
Adds --research to the update command so you can pull in Perplexity research to update tasks during a pivot
Small improvements
Adds unit tests for generateTaskFiles
Adds and completes task 25 for adding/remove subtasks manually
Fixes handling of kebab-case flags in the global cli
Subtasks for 24,26,27,28 (new tasks focused on adding context to task generation/updates/expands)
2025-03-24 23:47:11 -04:00
Eyal Toledano
e2d552d5fb npm upversion 2025-03-24 23:45:08 -04:00
Eyal Toledano
2e66eaf7b6 Adjusts sub tasks for 24 and 26. 2025-03-24 23:43:42 -04:00