@pi-unipi/command-enchantment 2.5.0 → 2.6.1
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 +4 -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",
|
|
@@ -168,6 +169,7 @@ export const COMMAND_REGISTRY: Record<string, string> = {
|
|
|
168
169
|
"unipi:notify-set-ntfy": "notify",
|
|
169
170
|
"unipi:notify-test": "notify",
|
|
170
171
|
"unipi:notify-recap-model": "notify",
|
|
172
|
+
"unipi:notify-event": "notify",
|
|
171
173
|
|
|
172
174
|
// kanboard (2 commands)
|
|
173
175
|
"unipi:kanboard": "kanboard",
|
|
@@ -199,6 +201,7 @@ export const COMMAND_DESCRIPTIONS: Record<string, string> = {
|
|
|
199
201
|
"unipi:worktree-list": "List all unipi worktrees",
|
|
200
202
|
"unipi:worktree-merge": "Merge worktree branches back to main",
|
|
201
203
|
"unipi:consultant": "Expert consultation — advisory analysis",
|
|
204
|
+
"unipi:prefix-cache": "Show privacy-safe provider prefix-cache diagnostics",
|
|
202
205
|
"unipi:quick-work": "Fast single-task execution — one shot",
|
|
203
206
|
"unipi:gather-context": "Research codebase — surface patterns",
|
|
204
207
|
"unipi:document": "Generate documentation — README, API docs",
|
|
@@ -280,6 +283,7 @@ export const COMMAND_DESCRIPTIONS: Record<string, string> = {
|
|
|
280
283
|
"unipi:notify-set-ntfy": "Set up ntfy push notifications",
|
|
281
284
|
"unipi:notify-test": "Test all enabled notification platforms",
|
|
282
285
|
"unipi:notify-recap-model": "Select model for notification recaps",
|
|
286
|
+
"unipi:notify-event": "Toggle a notify event without the TUI: <event> <on|off>",
|
|
283
287
|
|
|
284
288
|
"unipi:milestone-onboard": "Create MILESTONES.md from existing workflow docs",
|
|
285
289
|
"unipi:milestone-update": "Sync MILESTONES.md with completed work",
|