Procházet zdrojové kódy

Release v4.0.2: Make slash commands user-only

- Added disable-model-invocation to /brainstorm, /execute-plan, /write-plan
- Commands now restricted to manual user invocation only
- Underlying skills remain available for autonomous invocation
Jesse Vincent před 8 měsíci
rodič
revize
131c1f189f
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      .claude-plugin/marketplace.json
  2. 1 1
      .claude-plugin/plugin.json

+ 1 - 1
.claude-plugin/marketplace.json

@@ -9,7 +9,7 @@
     {
       "name": "superpowers",
       "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
-      "version": "4.0.1",
+      "version": "4.0.2",
       "source": "./",
       "author": {
         "name": "Jesse Vincent",

+ 1 - 1
.claude-plugin/plugin.json

@@ -1,7 +1,7 @@
 {
   "name": "superpowers",
   "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
-  "version": "4.0.1",
+  "version": "4.0.2",
   "author": {
     "name": "Jesse Vincent",
     "email": "jesse@fsck.com"