diff --git a/README.md b/README.md index 575be816..64556c1c 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,7 @@ # Task Master ### by [@eyaltoledano](https://x.com/eyaltoledano) -A task management system for AI-driven development with Claude. - -## Installation - -```bash -npm install -g task-master-ai -``` - -## Usage - -### Initialize a new project - -```bash -# Navigate to your project directory -mkdir my-new-project -cd my-new-project - -# Initialize the project -task-master-init -``` - -This will create the necessary file structure for your project, including: - -- `.cursor/rules/dev_workflow.mdc` - Cursor rules for AI-driven development -- `scripts/dev.js` - Task management script -- `scripts/README.md` - Documentation for the script -- `scripts/example_prd.txt` - Example PRD template -- `.env.example` - Example environment variables -- `.gitignore` - Git ignore file -- `package.json` - Project configuration -- `tasks.json` - Empty tasks file -- `tasks/` - Directory for task files - -# Documentation +A task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI. ## Requirements @@ -560,8 +527,4 @@ Can you analyze the complexity of our tasks to help me understand which ones nee ### Viewing complexity report ``` Can you show me the complexity report in a more readable format? -``` - -## License - -MIT +``` \ No newline at end of file diff --git a/scripts/dev.js b/scripts/dev.js index 34f6fb37..13b9b43b 100755 --- a/scripts/dev.js +++ b/scripts/dev.js @@ -2938,7 +2938,7 @@ function displayHelp() { )); const commandTable = new Table({ - colWidths: [20, 40, 50], + colWidths: [25, 40, 45], chars: { 'top': '', 'top-mid': '', 'top-left': '', 'top-right': '', 'bottom': '', 'bottom-mid': '', 'bottom-left': '', 'bottom-right': '',