-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
42 lines (42 loc) · 924 Bytes
/
Copy pathopencode.json
File metadata and controls
42 lines (42 loc) · 924 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
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@hueyexe/opencode-ensemble@0.14.1",
"opencode-agent-skills@0.7.0",
"opencode-agent-memory@0.2.0",
"opencode-goal-plugin"
],
"instructions": [".agents/*.md"],
"lsp": true,
"formatter": {},
"permission": {
"*": "ask",
"bash": {
"*": "ask",
"git *": "deny",
"rm *": "deny",
"chmod *": "deny",
"grep *": "allow",
"Grep *": "allow",
"ls *": "allow",
"cd *": "allow",
"bun *": "allow",
"bunx *": "allow",
"cat *": "allow",
"find *": "allow",
"head *": "allow",
"tail *": "allow",
"sort *": "allow",
"rg *": "allow",
"date *": "allow"
},
"skill": "allow",
"edit": "allow",
"glob": "allow",
"read": "allow",
"todowrite": "allow",
"grep": "allow",
"webfetch": "allow",
"doom_loop": "allow"
}
}