zugzbot-sdd 1.5.9 → 1.5.11

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/bin/zugzbot.js CHANGED
@@ -81,7 +81,7 @@ function buildOpencodeJson(models) {
81
81
  "task": { "sdd-*": "allow", "aux-*": "allow" },
82
82
  "question": "allow",
83
83
  "lsp": "allow",
84
- "edit": { ".openspec/sdd-lock.json": "allow" }
84
+ "tools": { "sdd_transition": "allow" }
85
85
  }
86
86
  },
87
87
  "sdd-explorer": {
package/opencode.json CHANGED
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "question": "allow",
20
20
  "lsp": "allow",
21
- "edit": {
22
- ".openspec/sdd-lock.json": "allow"
21
+ "tools": {
22
+ "sdd_transition": "allow"
23
23
  }
24
24
  }
25
25
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zugzbot-sdd",
3
- "version": "1.5.9",
3
+ "version": "1.5.11",
4
4
  "description": "Zugzbot SDD Swarm - Spec-Driven Development Harness for OpenCode",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -251,7 +251,7 @@ const PluginTuiSidebar: TuiPlugin = async (api) => {
251
251
  </box>
252
252
 
253
253
  {/* Componente Visual de Progreso SDD de 3 Fases */}
254
- {sddProgress() && sddProgress()?.changeName !== "nuevo-cambio" && sddProgress()?.changeName !== "Ninguno" && (
254
+ {sddProgress() && (
255
255
  <box gap={0} paddingLeft={1} paddingTop={1} paddingBottom={0}>
256
256
  <text fg="#FF7300">
257
257
  {`SDD: ${sddProgress()?.changeName ?? ""}`}