From 6b052f667c17baa9ecb5e1b55ec6e51b8a2df839 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 22 Mar 2025 02:27:40 -0400 Subject: [PATCH] credit --- README-task-master.md | 3 ++- package-README.md | 3 ++- package.json | 2 +- scripts/init.js | 2 +- templates/README-task-master.md | 3 ++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README-task-master.md b/README-task-master.md index 0bf9f8a6..45cd8b90 100644 --- a/README-task-master.md +++ b/README-task-master.md @@ -1,4 +1,5 @@ -# Claude Task Master +# Task Master +### by [@eyaltoledano](https://x.com/eyaltoledano) A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI. diff --git a/package-README.md b/package-README.md index d097cc5e..167a6aac 100644 --- a/package-README.md +++ b/package-README.md @@ -1,4 +1,5 @@ -# Claude Task Master +# Task Master +### by [@eyaltoledano](https://x.com/eyaltoledano) A task management system for AI-driven development with Claude. diff --git a/package.json b/package.json index 0effcd8a..db82e8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.9.6", + "version": "0.9.7", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", diff --git a/scripts/init.js b/scripts/init.js index 4a632c8e..e78e3a36 100755 --- a/scripts/init.js +++ b/scripts/init.js @@ -337,7 +337,7 @@ function createProjectStructure(projectName, projectDescription, projectVersion, console.log(boxen( chalk.cyan.bold('Things you can now do:') + '\n\n' + chalk.white('1. ') + chalk.yellow('Rename .env.example to .env and add your ANTHROPIC_API_KEY and PERPLEXITY_API_KEY') + '\n' + - chalk.white('2. ') + chalk.yellow('Discuss your idea with AI, and once ready ask for a PRD, and save it as PRD.txt') + '\n' + + chalk.white('2. ') + chalk.yellow('Discuss your idea with AI, and once ready ask for a PRD using the example_prd.txt file, and save what you get to scripts/PRD.txt') + '\n' + chalk.white('3. ') + chalk.yellow('Ask Cursor Agent to parse your PRD.txt and generate tasks') + '\n' + chalk.white(' └─ ') + chalk.dim('You can also run ') + chalk.cyan('npm run parse-prd -- --input=') + '\n' + chalk.white('4. ') + chalk.yellow('Ask Cursor to analyze the complexity of your tasks') + '\n' + diff --git a/templates/README-task-master.md b/templates/README-task-master.md index 168aed00..8cee2364 100644 --- a/templates/README-task-master.md +++ b/templates/README-task-master.md @@ -1,4 +1,5 @@ -# Claude Task Master +# Task Master +### by [@eyaltoledano](https://x.com/eyaltoledano) A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.