mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-01 12:56:57 +08:00
29 lines
558 B
JSON
29 lines
558 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"keybinds": {
|
|
"app_exit": "<leader>q"
|
|
},
|
|
"permission": {
|
|
"bash": {
|
|
"*": "deny",
|
|
"ls *": "allow",
|
|
"grep *": "allow",
|
|
"rg *": "allow",
|
|
"git diff *": "allow",
|
|
"git show *": "allow",
|
|
"git status *": "allow",
|
|
"git log *": "allow",
|
|
"git blame *": "allow",
|
|
"git reflog show *": "allow",
|
|
"./run-tests *": "allow"
|
|
},
|
|
"read": {
|
|
"*": "allow"
|
|
},
|
|
"edit": {
|
|
"*": "allow",
|
|
"opencode.json": "deny"
|
|
}
|
|
}
|
|
}
|