Add list command with subtasks option and update documentation

This commit is contained in:
Eyal Toledano
2025-03-04 20:35:30 -05:00
parent 7a33979a62
commit aed8f5b3a0
6 changed files with 629 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-task-master",
"version": "1.3.1",
"version": "1.3.2",
"description": "A task management system for AI-driven development with Claude",
"main": "index.js",
"type": "module",
@@ -28,7 +28,8 @@
"@anthropic-ai/sdk": "^0.39.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"dotenv": "^16.3.1"
"dotenv": "^16.3.1",
"openai": "^4.86.1"
},
"engines": {
"node": ">=14.0.0"