fix: rename global opencode config to config.json with correct permission format
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"permission": {
|
||||||
|
"*": "allow"
|
||||||
|
},
|
||||||
|
"skills": {
|
||||||
|
"paths": [
|
||||||
|
"/app/skills"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user