@pi-unipi/command-enchantment 2.14.0 → 2.14.2
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
|
@@ -131,6 +131,7 @@ export const COMMAND_REGISTRY: Record<string, string> = {
|
|
|
131
131
|
"unipi:badge-toggle": "utility",
|
|
132
132
|
"unipi:badge-settings": "utility",
|
|
133
133
|
"unipi:util-settings": "utility",
|
|
134
|
+
"unipi:skills-settings": "utility",
|
|
134
135
|
|
|
135
136
|
// ask-user (1 command)
|
|
136
137
|
"unipi:ask-user-settings": "ask-user",
|
|
@@ -270,6 +271,7 @@ export const COMMAND_DESCRIPTIONS: Record<string, string> = {
|
|
|
270
271
|
"unipi:badge-toggle": "Configure badge settings (autoGen, badgeEnabled, agentTool)",
|
|
271
272
|
"unipi:badge-settings": "Configure badge settings via TUI overlay",
|
|
272
273
|
"unipi:util-settings": "Unified settings — badge + diff rendering config",
|
|
274
|
+
"unipi:skills-settings": "Toggle skill startup discovery (skills catalog in system prompt)",
|
|
273
275
|
"unipi:kanboard": "Start the kanboard visualization server",
|
|
274
276
|
"unipi:kanboard-doctor": "Diagnose and fix kanboard parser issues",
|
|
275
277
|
"unipi:trajectory": "Open/reuse trajectory; add stop/off or toggle to close it",
|