Adjusts init message and example env file.

This commit is contained in:
Eyal Toledano
2025-03-22 02:12:31 -04:00
parent 0e05c152ca
commit a634bbf1b0
3 changed files with 13 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "claude-task-master",
"version": "1.6.2",
"description": "A task management system for AI-driven development with Claude",
"name": "task-master-ai",
"version": "0.9.5",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",
"bin": {
"claude-task-init": "scripts/init.js"
"task-master-init": "scripts/init.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",