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.
- package/README.md +6 -3
- 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.
|
|
12
|
+
# 1. Instala el paquete:
|
|
13
|
+
npm install zugzbot-sdd
|
|
14
|
+
|
|
15
|
+
# 2. Ejecuta el init:
|
|
13
16
|
npx zugzbot-sdd
|
|
14
17
|
|
|
15
|
-
#
|
|
18
|
+
# 3. Inicia opencode:
|
|
16
19
|
opencode
|
|
17
20
|
|
|
18
|
-
#
|
|
21
|
+
# 4. Invoca al orquestador:
|
|
19
22
|
@zugzbot
|
|
20
23
|
```
|
|
21
24
|
|