more renaming as needed
This commit is contained in:
@@ -33,7 +33,7 @@ The script can be configured through environment variables in a `.env` file at t
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install claude-task-master
|
||||
npm install task-master-ai
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -6,7 +6,7 @@ A task management system for AI-driven development with Claude.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install -g claude-task-master
|
||||
npm install -g task-master-ai
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -19,7 +19,7 @@ mkdir my-new-project
|
||||
cd my-new-project
|
||||
|
||||
# Initialize the project
|
||||
claude-task-init
|
||||
task-master-init
|
||||
```
|
||||
|
||||
This will create the necessary file structure for your project, including:
|
||||
|
||||
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "claude-task-master",
|
||||
"version": "1.5.2",
|
||||
"name": "task-master-ai",
|
||||
"version": "0.9.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "claude-task-master",
|
||||
"version": "1.5.2",
|
||||
"name": "task-master-ai",
|
||||
"version": "0.9.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.39.0",
|
||||
@@ -21,7 +21,7 @@
|
||||
"ora": "^8.2.0"
|
||||
},
|
||||
"bin": {
|
||||
"claude-task-init": "scripts/init.js"
|
||||
"task-master-init": "scripts/init.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "task-master-ai",
|
||||
"version": "0.9.8",
|
||||
"version": "0.9.9",
|
||||
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
||||
@@ -33,7 +33,7 @@ The script can be configured through environment variables in a `.env` file at t
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install claude-task-master
|
||||
npm install task-master-ai
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user