@pi-unipi/command-enchantment 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/constants.ts +2 -0
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -73,6 +73,7 @@ export const COMMAND_REGISTRY: Record<string, string> = {
|
|
|
73
73
|
"unipi:worktree-list": "workflow",
|
|
74
74
|
"unipi:worktree-merge": "workflow",
|
|
75
75
|
"unipi:consultant": "workflow",
|
|
76
|
+
"unipi:prefix-cache": "utility",
|
|
76
77
|
"unipi:quick-work": "workflow",
|
|
77
78
|
"unipi:gather-context": "workflow",
|
|
78
79
|
"unipi:document": "workflow",
|
|
@@ -199,6 +200,7 @@ export const COMMAND_DESCRIPTIONS: Record<string, string> = {
|
|
|
199
200
|
"unipi:worktree-list": "List all unipi worktrees",
|
|
200
201
|
"unipi:worktree-merge": "Merge worktree branches back to main",
|
|
201
202
|
"unipi:consultant": "Expert consultation — advisory analysis",
|
|
203
|
+
"unipi:prefix-cache": "Show privacy-safe provider prefix-cache diagnostics",
|
|
202
204
|
"unipi:quick-work": "Fast single-task execution — one shot",
|
|
203
205
|
"unipi:gather-context": "Research codebase — surface patterns",
|
|
204
206
|
"unipi:document": "Generate documentation — README, API docs",
|