fix: rename global opencode config to config.json with correct permission format

This commit is contained in:
2026-03-25 09:11:27 -04:00
parent 9c4974577c
commit 30da07296d
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"*": "allow"
},
"skills": {
"paths": [
"/app/skills"
]
}
}