zugzbot 1.0.2 → 1.0.4
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.
|
@@ -21682,4 +21682,4 @@ main().catch((err) => {
|
|
|
21682
21682
|
);
|
|
21683
21683
|
process.exit(1);
|
|
21684
21684
|
});
|
|
21685
|
-
//# sourceMappingURL=index.
|
|
21685
|
+
//# sourceMappingURL=index.mjs.map
|
package/opencode.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"type": "local",
|
|
32
32
|
"command": [
|
|
33
33
|
"node",
|
|
34
|
-
"./.opencode/oh-my-design/packages/mcp/dist/index.
|
|
34
|
+
"./.opencode/oh-my-design/packages/mcp/dist/index.mjs"
|
|
35
35
|
],
|
|
36
36
|
"enabled": true,
|
|
37
37
|
"purpose": "MCP oficial de Oh My Design para buscar, consultar y aplicar temas de diseño (Toss, Stripe, Supabase, etc.)."
|
|
@@ -102,7 +102,13 @@
|
|
|
102
102
|
"prompt": "{file:./.opencode/rules/sdd-global.md}\n\n{file:./.opencode/agents/sdd-orchestrator.md}",
|
|
103
103
|
"permission": {
|
|
104
104
|
"*": "allow",
|
|
105
|
-
"write":
|
|
105
|
+
"write": {
|
|
106
|
+
".openspec/*": "allow",
|
|
107
|
+
".openspec/**": "allow",
|
|
108
|
+
".opencode/*": "allow",
|
|
109
|
+
".opencode/**": "allow",
|
|
110
|
+
"*": "deny"
|
|
111
|
+
},
|
|
106
112
|
"edit": "deny",
|
|
107
113
|
"bash": "deny",
|
|
108
114
|
"task": {
|
package/package.json
CHANGED
|
File without changes
|