-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
25 lines (25 loc) · 667 Bytes
/
Copy pathopencode.json
File metadata and controls
25 lines (25 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "allow",
"git push *": "deny",
"git push --force *": "deny",
"git push -f *": "deny",
"git reset --hard *": "deny",
"git reset --mixed *": "deny",
"git reset --soft *": "deny",
"git rebase *": "deny",
"git checkout --": "deny",
"git checkout *": "deny",
"git branch -d *": "deny",
"git branch -D *": "deny",
"git clean *": "deny",
"git stash drop *": "deny",
"git stash clear": "deny",
"git merge *": "deny",
"git cherry-pick *": "deny",
"git revert *": "deny"
}
}
}