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

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