more renaming as needed

This commit is contained in:
Eyal Toledano
2025-03-22 02:31:41 -04:00
parent 526794e041
commit cb12d8c739
5 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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
View File

@@ -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"

View File

@@ -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",

View File

@@ -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