-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathopencode.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "ask",
"pnpm *": "allow",
"node *": "allow",
"npx *": "allow",
"jq *": "allow",
"git status*": "allow",
"git diff*": "allow",
"git log*": "allow",
"git show*": "allow",
"git branch*": "allow",
"git fetch*": "allow",
"git switch *": "allow",
"git checkout *": "allow",
"git add *": "allow",
"git commit *": "allow",
"git push origin *": "allow",
"git push -u origin *": "allow",
"gh issue *": "allow",
"gh pr view *": "allow",
"gh pr list *": "allow",
"gh pr diff *": "allow",
"gh pr checks *": "allow",
"gh pr create *": "allow",
"gh pr edit *": "allow",
"gh pr comment *": "allow",
"gh pr review *": "allow",
"gh pr ready *": "allow",
"gh run *": "allow",
"gh label list *": "allow",
"xcrun simctl *": "allow",
"xcodebuild *": "allow",
"adb *": "allow",
"emulator *": "allow",
"git push --force*": "deny",
"git push -f *": "deny",
"git reset --hard*": "deny",
"git branch -D *": "deny",
"gh pr merge *": "deny",
"gh pr merge --squash --delete-branch memory/*": "allow",
"gh release *": "deny",
"gh repo delete *": "deny",
"npm publish*": "deny"
}
}
}