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