From c58ab8963cf8ddaffc599f7e119efda0af59806b Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 7 Jun 2025 23:02:36 -0400 Subject: [PATCH 1/5] chore: updates readme with npm download badges and mentions AI Jason who is joining the taskmaster core team. --- README.md | 58 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 2bc9754f..8b7e79c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![CI](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml/badge.svg)](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/task-master-ai.svg)](https://badge.fury.io/js/task-master-ai) [![Discord](https://dcbadge.limes.pink/api/server/https://discord.gg/taskmasterai?style=flat)](https://discord.gg/taskmasterai) [![License: MIT with Commons Clause](https://img.shields.io/badge/license-MIT%20with%20Commons%20Clause-blue.svg)](LICENSE) -### By [@eyaltoledano](https://x.com/eyaltoledano) & [@RalphEcom](https://x.com/RalphEcom) +![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) ![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) ![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) + +### By [@eyaltoledano](https://x.com/eyaltoledano), [@RalphEcom](https://x.com/RalphEcom) & [@jasonzhou](https://x.com/jasonzhou1993) [![Twitter Follow](https://img.shields.io/twitter/follow/eyaltoledano?style=flat)](https://x.com/eyaltoledano) [![Twitter Follow](https://img.shields.io/twitter/follow/RalphEcom?style=flat)](https://x.com/RalphEcom) @@ -250,6 +252,7 @@ Task Master is licensed under the MIT License with Commons Clause. This means yo See the [LICENSE](LICENSE) file for the complete license text and [licensing details](docs/licensing.md) for more information. + > 🎯 **Taskmaster Export** - 2025-06-08 02:02:35 UTC > 📋 Export: with subtasks • Status filter: none > 🔗 Powered by [Task Master](https://task-master.dev?utm_source=github-readme&utm_medium=readme-export&utm_campaign=claude-task-master&utm_content=task-export-link) @@ -1402,37 +1405,36 @@ See the [LICENSE](LICENSE) file for the complete license text and [licensing det ``` ╭────────────────────────────────────────────── ⚡ RECOMMENDED NEXT TASK ⚡ ──────────────────────────────────────────────╮ -│ │ -│ 🔥 Next Task to Work On: #67 - Add CLI JSON output and Cursor keybindings integration │ -│ │ -│ Priority: high Status: ○ pending │ -│ Dependencies: None │ -│ │ -│ Description: Enhance Taskmaster CLI with JSON output option and add a new command to install pre-configured Cursor keybindings │ -│ │ -│ Subtasks: │ -│ 67.1 [pending] Implement Core JSON Output Logic for `next` and `show` Commands │ -│ 67.2 [pending] Extend JSON Output to All Relevant Commands and Ensure Schema Consistency │ -│ 67.3 [pending] Create `install-keybindings` Command Structure and OS Detection │ -│ 67.4 [pending] Implement Keybinding File Handling and Backup Logic │ -│ 67.5 [pending] Add Taskmaster Keybindings, Prevent Duplicates, and Support Customization │ -│ │ -│ Start working: task-master set-status --id=67 --status=in-progress │ -│ View details: task-master show 67 │ -│ │ +│ │ +│ 🔥 Next Task to Work On: #67 - Add CLI JSON output and Cursor keybindings integration │ +│ │ +│ Priority: high Status: ○ pending │ +│ Dependencies: None │ +│ │ +│ Description: Enhance Taskmaster CLI with JSON output option and add a new command to install pre-configured Cursor keybindings │ +│ │ +│ Subtasks: │ +│ 67.1 [pending] Implement Core JSON Output Logic for `next` and `show` Commands │ +│ 67.2 [pending] Extend JSON Output to All Relevant Commands and Ensure Schema Consistency │ +│ 67.3 [pending] Create `install-keybindings` Command Structure and OS Detection │ +│ 67.4 [pending] Implement Keybinding File Handling and Backup Logic │ +│ 67.5 [pending] Add Taskmaster Keybindings, Prevent Duplicates, and Support Customization │ +│ │ +│ Start working: task-master set-status --id=67 --status=in-progress │ +│ View details: task-master show 67 │ +│ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ - ╭──────────────────────────────────────────────────────────────────────────────────────╮ -│ │ -│ Suggested Next Steps: │ -│ │ -│ 1. Run task-master next to see what to work on next │ -│ 2. Run task-master expand --id= to break down a task into subtasks │ -│ 3. Run task-master set-status --id= --status=done to mark a task as complete │ -│ │ +│ │ +│ Suggested Next Steps: │ +│ │ +│ 1. Run task-master next to see what to work on next │ +│ 2. Run task-master expand --id= to break down a task into subtasks │ +│ 3. Run task-master set-status --id= --status=done to mark a task as complete │ +│ │ ╰──────────────────────────────────────────────────────────────────────────────────────╯ > 📋 **End of Taskmaster Export** - Tasks are synced from your project using the `sync-readme` command. - + From dd36111367682f5bbc15d6e2a9faacdac9a52b25 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 7 Jun 2025 23:06:26 -0400 Subject: [PATCH 2/5] chore: fixes urls in readme npm packages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b7e79c8..e04233fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml/badge.svg)](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/task-master-ai.svg)](https://badge.fury.io/js/task-master-ai) [![Discord](https://dcbadge.limes.pink/api/server/https://discord.gg/taskmasterai?style=flat)](https://discord.gg/taskmasterai) [![License: MIT with Commons Clause](https://img.shields.io/badge/license-MIT%20with%20Commons%20Clause-blue.svg)](LICENSE) -![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) ![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) ![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat&link=https%3A%2F%2Fnpm-stat.com%2Fcharts.html%3Fpackage%3Dtask-master-ai) +[![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) ### By [@eyaltoledano](https://x.com/eyaltoledano), [@RalphEcom](https://x.com/RalphEcom) & [@jasonzhou](https://x.com/jasonzhou1993) @@ -253,7 +253,7 @@ See the [LICENSE](LICENSE) file for the complete license text and [licensing det -> 🎯 **Taskmaster Export** - 2025-06-08 02:02:35 UTC +> 🎯 **Taskmaster Export** - 2025-06-08 03:03:22 UTC > 📋 Export: with subtasks • Status filter: none > 🔗 Powered by [Task Master](https://task-master.dev?utm_source=github-readme&utm_medium=readme-export&utm_campaign=claude-task-master&utm_content=task-export-link) From 3fadc2f1ef2df33db10b97496774575c2fae6911 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 7 Jun 2025 23:07:12 -0400 Subject: [PATCH 3/5] chore: fixes urls in readme npm packages again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04233fa..8b740ac0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml/badge.svg)](https://github.com/eyaltoledano/claude-task-master/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/task-master-ai.svg)](https://badge.fury.io/js/task-master-ai) [![Discord](https://dcbadge.limes.pink/api/server/https://discord.gg/taskmasterai?style=flat)](https://discord.gg/taskmasterai) [![License: MIT with Commons Clause](https://img.shields.io/badge/license-MIT%20with%20Commons%20Clause-blue.svg)](LICENSE) -[![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat)](https://npm-stat.com/charts.html?package=task-master-ai) +[![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) ### By [@eyaltoledano](https://x.com/eyaltoledano), [@RalphEcom](https://x.com/RalphEcom) & [@jasonzhou](https://x.com/jasonzhou1993) From 8188fdd8328db0d50c85447e48793829daa54a6e Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 7 Jun 2025 23:09:16 -0400 Subject: [PATCH 4/5] fix: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b740ac0..0b0f24b4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM Downloads](https://img.shields.io/npm/d18m/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dm/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) [![NPM Downloads](https://img.shields.io/npm/dw/task-master-ai?style=flat)](https://www.npmjs.com/package/task-master-ai) -### By [@eyaltoledano](https://x.com/eyaltoledano), [@RalphEcom](https://x.com/RalphEcom) & [@jasonzhou](https://x.com/jasonzhou1993) +### By [@eyaltoledano](https://x.com/eyaltoledano), [@RalphEcom](https://x.com/RalphEcom) & [@jasonzhou1993](https://x.com/jasonzhou1993) [![Twitter Follow](https://img.shields.io/twitter/follow/eyaltoledano?style=flat)](https://x.com/eyaltoledano) [![Twitter Follow](https://img.shields.io/twitter/follow/RalphEcom?style=flat)](https://x.com/RalphEcom) From 3de785a99c48297de63f4dad283733473ec8dcfc Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 7 Jun 2025 23:10:08 -0400 Subject: [PATCH 5/5] readme: fix twitter urls. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b0f24b4..1f21877b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/eyaltoledano?style=flat)](https://x.com/eyaltoledano) [![Twitter Follow](https://img.shields.io/twitter/follow/RalphEcom?style=flat)](https://x.com/RalphEcom) +[![Twitter Follow](https://img.shields.io/twitter/follow/jasonzhou1993?style=flat)](https://x.com/jasonzhou1993) A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.