zugzbot-sdd 1.5.0 → 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 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,20 +9,13 @@ 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
|
-
# - opencode.json (configuración de agentes)
|
|
17
|
-
# - tui.json (configuración de interfaz)
|
|
18
|
-
# - .openspec/ (estado del ciclo SDD)
|
|
19
|
-
# - .opencode/plugins/ (plugins de opencode)
|
|
20
|
-
# - ./sdd (comando local para ver status)
|
|
21
|
-
|
|
22
|
-
# 3. Inicia opencode:
|
|
15
|
+
# 2. Inicia opencode:
|
|
23
16
|
opencode
|
|
24
17
|
|
|
25
|
-
#
|
|
18
|
+
# 3. Invoca al orquestador:
|
|
26
19
|
@zugzbot
|
|
27
20
|
```
|
|
28
21
|
|
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",
|