zugzbot-sdd 1.5.1 → 1.5.3

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/README.md +2 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,8 +12,8 @@ Sistema multi-agente de 6 fases (Explorador → Planner → Builder → Tester
12
12
  # 1. Instala el paquete:
13
13
  npm install zugzbot-sdd
14
14
 
15
- # 2. Ejecuta el postinstall para crear los archivos de configuración:
16
- node node_modules/zugzbot-sdd/bin/zugzbot.js
15
+ # 2. Ejecuta el init:
16
+ npx zugzbot-sdd
17
17
 
18
18
  # 3. Inicia opencode:
19
19
  opencode
@@ -22,8 +22,6 @@ opencode
22
22
  @zugzbot
23
23
  ```
24
24
 
25
- > El postinstall debería ejecutarse automáticamente, pero si no lo hace, usa el paso 2.
26
-
27
25
  ---
28
26
 
29
27
  ## Uso
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zugzbot-sdd",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Zugzbot SDD Swarm - Spec-Driven Development Harness for OpenCode",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "sdd:status": "node sdd status",
18
18
  "sdd:clean": "node sdd reset",
19
19
  "sdd:autopilot": "node sdd autopilot on",
20
- "postinstall": "node bin/zugzbot.js"
20
+ "prepare": "node bin/zugzbot.js"
21
21
  },
22
22
  "keywords": [
23
23
  "sdd",