feat(cli): enhance task list display, CLI usability, responsive table, colored deps status, help output, expand cmd clarity, init instructions, version bump to 0.9.18

This commit is contained in:
Eyal Toledano
2025-03-24 15:43:14 -04:00
parent 7f7555eccf
commit f5bce3452e
6 changed files with 358 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.9.16",
"version": "0.9.18",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",
@@ -72,4 +72,4 @@
"mock-fs": "^5.5.0",
"supertest": "^7.1.0"
}
}
}