@pi-unipi/command-enchantment 2.6.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/constants.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/command-enchantment",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Enhanced TUI autocomplete for /unipi:* commands — colored, sorted, and grouped by package",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
package/src/constants.ts CHANGED
@@ -169,6 +169,7 @@ export const COMMAND_REGISTRY: Record<string, string> = {
169
169
  "unipi:notify-set-ntfy": "notify",
170
170
  "unipi:notify-test": "notify",
171
171
  "unipi:notify-recap-model": "notify",
172
+ "unipi:notify-event": "notify",
172
173
 
173
174
  // kanboard (2 commands)
174
175
  "unipi:kanboard": "kanboard",
@@ -282,6 +283,7 @@ export const COMMAND_DESCRIPTIONS: Record<string, string> = {
282
283
  "unipi:notify-set-ntfy": "Set up ntfy push notifications",
283
284
  "unipi:notify-test": "Test all enabled notification platforms",
284
285
  "unipi:notify-recap-model": "Select model for notification recaps",
286
+ "unipi:notify-event": "Toggle a notify event without the TUI: <event> <on|off>",
285
287
 
286
288
  "unipi:milestone-onboard": "Create MILESTONES.md from existing workflow docs",
287
289
  "unipi:milestone-update": "Sync MILESTONES.md with completed work",