zugzbot-sdd 1.5.2 → 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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,13 +9,16 @@ Sistema multi-agente de 6 fases (Explorador → Planner → Builder → Tester
9
9
  ## Instalación Rápida
10
10
 
11
11
  ```bash
12
- # 1. Ejecuta npx (descarga + init automático):
12
+ # 1. Instala el paquete:
13
+ npm install zugzbot-sdd
14
+
15
+ # 2. Ejecuta el init:
13
16
  npx zugzbot-sdd
14
17
 
15
- # 2. Inicia opencode:
18
+ # 3. Inicia opencode:
16
19
  opencode
17
20
 
18
- # 3. Invoca al orquestador:
21
+ # 4. Invoca al orquestador:
19
22
  @zugzbot
20
23
  ```
21
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zugzbot-sdd",
3
- "version": "1.5.2",
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",