chore: add global opencode config for permission fix

This commit is contained in:
2026-03-25 09:02:43 -04:00
parent 1fb14658a4
commit 7f53544e8a
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"experimental": {
"snapshots": false
},
"skills": {
"paths": [
"/app/skills"
]
}
}