zugzbot-sdd 1.5.38 → 1.5.39

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/bin/zugzbot.js +4 -0
  2. package/package.json +1 -1
package/bin/zugzbot.js CHANGED
@@ -40,6 +40,10 @@ const TEMPLATE_GITIGNORE = `# Zugzbot SDD
40
40
  .openspec/sdd-lock.json
41
41
  .openspec/checkpoints/
42
42
  tui.json
43
+ zugz-models.json
44
+ node_modules/
45
+ .opencode/
46
+ package-lock.json
43
47
  `
44
48
 
45
49
  const BRAIN_TEMPLATE = `# 🧠 Brain del Proyecto
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zugzbot-sdd",
3
- "version": "1.5.38",
3
+ "version": "1.5.39",
4
4
  "description": "Zugzbot SDD Swarm - Spec-Driven Development Harness for OpenCode",
5
5
  "main": "index.js",
6
6
  "type": "module",