Commit Graph

  • f1cdb33819 feat: implement set-status MCP command and update changeset Eyal Toledano 2025-03-31 02:19:53 -04:00
  • 6d01ae3d47 feat: implement set-status MCP command and update changeset Eyal Toledano 2025-03-31 02:19:53 -04:00
  • 3cb0a89ef7 feat(mcp): Implement generate MCP command for creating task files from tasks.json Eyal Toledano 2025-03-31 02:17:07 -04:00
  • d4f92858c2 feat(mcp): Implement generate MCP command for creating task files from tasks.json Eyal Toledano 2025-03-31 02:17:07 -04:00
  • 1e7baa5221 feat(mcp): Implement update-subtask MCP command for appending information to subtasks Eyal Toledano 2025-03-31 02:13:13 -04:00
  • e02ee96aff feat(mcp): Implement update-subtask MCP command for appending information to subtasks Eyal Toledano 2025-03-31 02:13:13 -04:00
  • f10a7ac0e9 feat(mcp): Implement update-task MCP command for updating single tasks by ID with proper direct function wrapper, MCP tool implementation, and registration Eyal Toledano 2025-03-31 02:02:01 -04:00
  • 38f9e4deaa feat(mcp): Implement update-task MCP command for updating single tasks by ID with proper direct function wrapper, MCP tool implementation, and registration Eyal Toledano 2025-03-31 02:02:01 -04:00
  • fd2e659615 refactor(mcp): Modularize direct functions in MCP server Eyal Toledano 2025-03-31 01:52:34 -04:00
  • 71410629ba refactor(mcp): Modularize direct functions in MCP server Eyal Toledano 2025-03-31 01:52:34 -04:00
  • 56117f8dce Adds update direct function into MCP. Eyal Toledano 2025-03-31 00:49:16 -04:00
  • 450549d875 Adds update direct function into MCP. Eyal Toledano 2025-03-31 00:49:16 -04:00
  • e3a8abe701 chore: adds changeset.mdc to help agent automatically trigger changeset command with contextual information based on how we want to use it. not to be called for internal dev stuff. Eyal Toledano 2025-03-30 23:51:55 -04:00
  • a49f5a117b chore: adds changeset.mdc to help agent automatically trigger changeset command with contextual information based on how we want to use it. not to be called for internal dev stuff. Eyal Toledano 2025-03-30 23:51:55 -04:00
  • fbfabe8d1e refactor(mcp): Remove unused executeMCPToolAction utility Eyal Toledano 2025-03-30 23:37:24 -04:00
  • bc9707f813 refactor(mcp): Remove unused executeMCPToolAction utility Eyal Toledano 2025-03-30 23:37:24 -04:00
  • b2ac3a4ef4 chore: rename CI crunchyman/add.prettier Ralph Khreish 2025-04-08 12:31:22 +02:00
  • b2396fd8fe chore: add prettier package Ralph Khreish 2025-04-08 12:27:25 +02:00
  • a99b2b20b3 chore: add CI for prettier Ralph Khreish 2025-04-08 12:23:46 +02:00
  • 4136ef5679 chore: add prettier config and prettify Ralph Khreish 2025-04-08 12:22:21 +02:00
  • f37ef2c3a3 Recovers lost files and commits work from the past 5-6 days. Holy shit that was a close call. recovered-work Eyal Toledano 2025-04-07 19:55:03 -04:00
  • 887d9bffa7 Replace API keys with placeholders Eyal Toledano 2025-04-07 04:15:25 -04:00
  • ac0c2e3854 Remove accidentally exposed keys Eyal Toledano 2025-04-07 04:13:41 -04:00
  • 3628951120 feat(mcp): Refine AI-based MCP tool patterns and update MCP rules Eyal Toledano 2025-04-06 15:23:41 -04:00
  • 9620e032ac fix: remove master command Ralph Khreish 2025-04-04 00:01:42 +02:00
  • 597a2f7494 Makes default command npx -y task-master-mcp-server Eyal Toledano 2025-04-03 15:57:01 -04:00
  • b8362bbbe7 Supports both task-master-mcp and task-master-mcp-server commands Eyal Toledano 2025-04-03 15:24:42 -04:00
  • c280f963fe chore: Adjusts the mcp server command from task-master-mcp-server to task-master-mcp. It cannot be simpler because global installations of the npm package would expose this as a globally available command. Calling it like 'mcp' could collide and also is lacking in branding and clarity of what command would be run. This is as good as we can make it. Eyal Toledano 2025-04-03 15:17:11 -04:00
  • 1c38e1ea1f CHORE: Add CI for making sure PRs don't break things (#89) Ralph Khreish 2025-04-03 16:01:58 +02:00
  • a56a3628b3 CHORE: Add CI for making sure PRs don't break things (#89) Ralph Khreish 2025-04-03 16:01:58 +02:00
  • e350c315e3 fix: duplicate workflow trigger crunchyman/add.ci.for.testing Ralph Khreish 2025-04-03 15:51:38 +02:00
  • c4cf104a30 cleanup Ralph Khreish 2025-04-03 15:49:10 +02:00
  • 37278292bc chore: fix CI Ralph Khreish 2025-04-03 15:46:01 +02:00
  • 31f98c6521 fix: slight readme improvement Ralph Khreish 2025-04-03 14:50:29 +02:00
  • b892d9743a fix: add CI for better control of regressions during PRs Ralph Khreish 2025-04-03 14:33:37 +02:00
  • 880a98e8e2 chore: changeset + update rules. Eyal Toledano 2025-04-03 04:09:27 -04:00
  • a8538b2e9c chore: task mgmt Eyal Toledano 2025-04-03 01:49:48 -04:00
  • 7c7f205350 chore: task mgmt Eyal Toledano 2025-04-03 01:45:19 -04:00
  • 7f214b76d7 Changeset Eyal Toledano 2025-04-03 00:57:21 -04:00
  • 684ae52542 feat: Adds initialize-project to the MCP tools to enable onboarding to Taskmaster directly from MCP only. Eyal Toledano 2025-04-03 00:55:58 -04:00
  • 4ae97f145e chore: adds task-master-ai to the createProjectStructure which merges/creates the package.json. This is so that onboarding via MCP is possible. When the MCP server runs and does npm i, it will get task-master, and get the ability to run task-master init. Eyal Toledano 2025-04-03 00:48:27 -04:00
  • b684753a35 chore: Adjust init with new dependencies for MCP and other missing dependencies. Eyal Toledano 2025-04-03 00:39:33 -04:00
  • bda54f3296 feat: adds remove-task command + MCP implementation. Eyal Toledano 2025-04-03 00:35:11 -04:00
  • ab38a48599 fix: Adjusts default temp from 0.7 down to 0.2 Eyal Toledano 2025-04-02 22:41:34 -04:00
  • e519a832f6 feat: Adjustst the parsePRD system prompt and cursor rule so to improve following specific details that may already be outliend in the PRD. This reduces cases where the AI will not use those details and come up with its own approach. Next commit will reduce detfault temperature to do this at scale across the system too. Eyal Toledano 2025-04-02 22:36:36 -04:00
  • 433c5df414 chore: adjust the setupMCPConfiguration so it adds in the new env stuff. Eyal Toledano 2025-04-02 22:29:38 -04:00
  • 225a0781e9 fix(mcp): optimize get_task response payload by removing allTasks data Eyal Toledano 2025-04-02 22:15:21 -04:00
  • 52adb5c2f6 fix: Improve MCP server robustness and debugging Eyal Toledano 2025-04-02 22:04:00 -04:00
  • 2e2199e16d Revert "Update analyze-complexity with realtime feedback and enhanced complex…" Ralph Khreish 2025-04-02 19:24:48 +02:00
  • 9dc5e75760 Revert "Update analyze-complexity with realtime feedback and enhanced complex…" Ralph Khreish 2025-04-02 19:24:48 +02:00
  • bd258c2e9c Revert "Update analyze-complexity with realtime feedback and enhanced complex…" revert-70-improve-analyze-complexity-UI Ralph Khreish 2025-04-02 19:24:48 +02:00
  • 9869ebe045 docs: Update rules for MCP/CLI workflow and project root handling Eyal Toledano 2025-04-02 12:53:13 -04:00
  • 40ed37b166 refactor(mcp-server): Prioritize session roots for project path discovery Eyal Toledano 2025-04-02 12:33:46 -04:00
  • 4b66078acd Update analyze-complexity with realtime feedback and enhanced complexity report (#70) Joe Danziger 2025-04-01 19:57:19 -04:00
  • 16f4d4b932 Update analyze-complexity with realtime feedback and enhanced complexity report (#70) Joe Danziger 2025-04-01 19:57:19 -04:00
  • 5b521cbf31 fix: github actions (#82) Ralph Khreish 2025-04-02 01:53:29 +02:00
  • 7fef5ab488 fix: github actions (#82) Ralph Khreish 2025-04-02 01:53:29 +02:00
  • 7439be3803 fix: github actions crunchyman/fix.github.actions.release Ralph Khreish 2025-04-02 01:52:13 +02:00
  • 12e01e34eb Version Packages (#81) github-actions[bot] 2025-04-02 00:32:46 +02:00
  • 38e416ef33 Version Packages (#81) v0.10.1 github-actions[bot] 2025-04-02 00:32:46 +02:00
  • 61183f6512 Version Packages changeset-release/next github-actions[bot] 2025-04-01 22:30:53 +00:00
  • ae99fd6c0e fix: npm i breaking (#80) Ralph Khreish 2025-04-02 00:30:36 +02:00
  • aa185b28b2 fix: npm i breaking (#80) Ralph Khreish 2025-04-02 00:30:36 +02:00
  • b876d0fb43 fix: npm i breaking crunchyman/fix.npm.install.breaking Ralph Khreish 2025-04-02 00:30:06 +02:00
  • 3cdaff6c66 feat(mcp): major MCP server improvements and documentation overhaul Eyal Toledano 2025-04-01 03:48:05 -04:00
  • 6161febbde fix(mcp): make projectRoot optional in all MCP tools Eyal Toledano 2025-04-01 03:12:44 -04:00
  • 281c476738 chore/doc: renames list-tasks to get-tasks and show-tasks to get-tasks in the mcp tools to follow api conventions and likely natural language used (get my tasks). also updates changeset. Eyal Toledano 2025-04-01 02:45:42 -04:00
  • 78840a1f45 chore: changesett Eyal Toledano 2025-04-01 02:11:09 -04:00
  • 6bbc1b4499 chore: task mgmt Eyal Toledano 2025-04-01 02:09:39 -04:00
  • 65e0fcc328 Adjusts the taskmaster mcp invokation command in mcp.json shipped with taskmaster init. Eyal Toledano 2025-04-01 02:04:34 -04:00
  • e90f822bdd feat(paths): Implement robust project root detection and path utilities Eyal Toledano 2025-04-01 01:35:10 -04:00
  • 22bd13c197 chore: removes the optional from projectRoot. Eyal Toledano 2025-03-31 15:58:52 -04:00
  • 059ce5e716 Enhance progress bars with status breakdown, improve readability, optimize display width, and update changeset Eyal Toledano 2025-03-31 15:35:48 -04:00
  • 38a2805dd8 feat(ui): add cancelled status and improve MCP resource docs Eyal Toledano 2025-03-31 14:50:56 -04:00
  • 036a7bd2d3 docs: improve MCP server resource documentation Eyal Toledano 2025-03-31 14:38:57 -04:00
  • b58badec36 feat(mcp): Implement add-dependency MCP command for creating dependency relationships between tasks Eyal Toledano 2025-03-31 14:24:45 -04:00
  • f7970a542e chore: task mgmt Eyal Toledano 2025-03-31 14:23:59 -04:00
  • ac6b0a3f14 chore: task mgmt Eyal Toledano 2025-03-31 14:21:05 -04:00
  • 6f87faa9dc feat(mcp): Implement complexity-report MCP command for displaying task complexity analysis reports Eyal Toledano 2025-03-31 14:20:00 -04:00
  • c58d4b51ef Implement fix-dependencies MCP command for automatically fixing invalid dependencies Eyal Toledano 2025-03-31 14:01:49 -04:00
  • 9730576a03 Implement validate-dependencies MCP command for checking dependency validity Eyal Toledano 2025-03-31 13:55:07 -04:00
  • a6a94e3a18 Implement remove-dependency MCP command for removing dependencies from tasks Eyal Toledano 2025-03-31 13:51:39 -04:00
  • 38c368a745 chore: task mgmt Eyal Toledano 2025-03-31 13:41:05 -04:00
  • f032116961 chore: task mgmt Eyal Toledano 2025-03-31 13:28:36 -04:00
  • c274c77aa7 feat(ui): add color-coded progress bar to task show view for visualizing subtask completion status Eyal Toledano 2025-03-31 13:18:58 -04:00
  • 1c72c88a32 Implement expand-all MCP command for expanding all pending tasks with subtasks Eyal Toledano 2025-03-31 13:10:10 -04:00
  • f007df06d8 Implement clear-subtasks MCP command for clearing subtasks from parent tasks Eyal Toledano 2025-03-31 13:07:42 -04:00
  • 6481f725aa Implement analyze-complexity MCP command for analyzing task complexity Eyal Toledano 2025-03-31 13:04:53 -04:00
  • a3abf194ad Implement remove-subtask MCP command for removing subtasks from parent tasks Eyal Toledano 2025-03-31 13:01:31 -04:00
  • 0b6207c882 Implement add-subtask MCP command for adding subtasks to existing tasks Eyal Toledano 2025-03-31 12:56:38 -04:00
  • 1bb1309ef8 feat: implement add-task MCP command Eyal Toledano 2025-03-31 12:50:14 -04:00
  • 5296e50b6a chore: uncomments the addResource and addResourceTemplate calls in the index.js for MCP. TODO: Figure out the project roots so we can do this on other projects vs just our own. Eyal Toledano 2025-03-31 12:47:53 -04:00
  • b2b1a1ef8f feat: implement expand-task MCP command Eyal Toledano 2025-03-31 12:06:23 -04:00
  • 20d04b243b feat: implement next-task MCP command Eyal Toledano 2025-03-31 12:00:23 -04:00
  • 7cd94959b9 chore: task mgmt Eyal Toledano 2025-03-31 11:57:54 -04:00
  • 407a4e880d feat: implement show-task MCP command Eyal Toledano 2025-03-31 11:57:23 -04:00
  • d822dc08fe Merge branch 'next' of github.com:eyaltoledano/claude-task-master into 23.16-23.30 Eyal Toledano 2025-03-31 11:42:06 -04:00
  • b12ac8d01b Version Packages (#57) github-actions[bot] 2025-03-31 17:13:02 +02:00
  • 76618187f6 Version Packages (#57) github-actions[bot] 2025-03-31 17:13:02 +02:00
  • 5607497d73 Add License (#45) Ralph Khreish 2025-03-31 17:09:31 +02:00