feat: show brief title when listing brief instead of uuid

- add search for brief selection
This commit is contained in:
Ralph Khreish
2025-10-15 16:22:03 +02:00
parent 218b68a31e
commit c8228e913b
5 changed files with 193 additions and 29 deletions

View File

@@ -8,7 +8,10 @@
"exports": {
".": "./src/index.ts"
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "biome check src",
@@ -22,6 +25,7 @@
"test:ci": "vitest run --coverage --reporter=dot"
},
"dependencies": {
"@inquirer/search": "^3.2.0",
"@tm/core": "*",
"boxen": "^8.0.1",
"chalk": "5.6.2",
@@ -41,12 +45,19 @@
"engines": {
"node": ">=18.0.0"
},
"keywords": ["task-master", "cli", "task-management", "productivity"],
"keywords": [
"task-master",
"cli",
"task-management",
"productivity"
],
"author": "",
"license": "MIT",
"typesVersions": {
"*": {
"*": ["src/*"]
"*": [
"src/*"
]
}
},
"version": ""