zugzbot-sdd 1.5.1 → 1.5.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/README.md +4 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,21 +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.
|
|
13
|
-
|
|
12
|
+
# 1. Ejecuta npx (descarga + init automático):
|
|
13
|
+
npx zugzbot-sdd
|
|
14
14
|
|
|
15
|
-
# 2.
|
|
16
|
-
node node_modules/zugzbot-sdd/bin/zugzbot.js
|
|
17
|
-
|
|
18
|
-
# 3. Inicia opencode:
|
|
15
|
+
# 2. Inicia opencode:
|
|
19
16
|
opencode
|
|
20
17
|
|
|
21
|
-
#
|
|
18
|
+
# 3. Invoca al orquestador:
|
|
22
19
|
@zugzbot
|
|
23
20
|
```
|
|
24
21
|
|
|
25
|
-
> El postinstall debería ejecutarse automáticamente, pero si no lo hace, usa el paso 2.
|
|
26
|
-
|
|
27
22
|
---
|
|
28
23
|
|
|
29
24
|
## Uso
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zugzbot-sdd",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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
|
-
"
|
|
20
|
+
"prepare": "node bin/zugzbot.js"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"sdd",
|