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

This commit is contained in:
2026-03-25 09:11:50 -04:00
parent 93671ffaba
commit 66c36634c5
@@ -0,0 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"*": "allow"
},
"skills": {
"paths": [
"/app/skills"
]
}
}