-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathopencode.json
More file actions
53 lines (53 loc) · 929 Bytes
/
Copy pathopencode.json
File metadata and controls
53 lines (53 loc) · 929 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
47
48
49
50
51
52
53
{
"$schema": "https://opencode.ai/config.json",
"theme": "catppuccin",
"default_agent": "orchestrator",
"instructions": [
"AGENTS.md",
"CLAUDE.md"
],
"permission": {
"edit": "ask",
"bash": {
"*": "ask",
"ls*": "allow",
"cat*": "allow",
"find*": "allow",
"git status*": "allow",
"git diff*": "allow",
"gh *": "allow",
"make *": "allow"
},
"webfetch": "deny"
},
"mcp": {
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@upstash/context7-mcp@latest"
],
"enabled": true
}
},
"watcher": {
"ignore": [
"node_modules",
".git",
"dist",
"build",
"coverage",
".next",
".nuxt",
"bin",
"obj",
"target",
"__pycache__",
".pytest_cache",
".mypy_cache",
".terraform",
"*.tfstate*"
]
}
}