-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
46 lines (41 loc) · 890 Bytes
/
opencode.json
File metadata and controls
46 lines (41 loc) · 890 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"snapshot": false,
"share": "disabled",
"default_agent": "manager",
"agent": {
"build": { "disable": true },
"plan": { "disable": true }
},
"instructions": [],
"mcp": {},
"permission": {
"*": "ask",
"read": "allow",
"edit": {
"*": "ask",
"initiatives/*": "allow"
},
"bash": {
"*": "ask",
"mkdir -p initiatives/*": "allow",
"jira *": "ask",
"gh *": "allow",
"git log*": "allow",
"git status*": "allow",
"git diff*": "allow",
"grep *": "allow",
"cat *": "allow",
"ls *": "allow",
"bash .opencode/scripts/*": "allow",
"rm -rf *": "deny"
},
"skill": "allow",
"glob": "allow",
"grep": "allow",
"webfetch": "deny",
"websearch": "deny",
"codesearch": "deny"
}
}