mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-02 05:16:59 +08:00
wip
This commit is contained in:
28
opencode.json
Normal file
28
opencode.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user