-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
40 lines (40 loc) · 922 Bytes
/
opencode.json
File metadata and controls
40 lines (40 loc) · 922 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
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "snowflake-main",
"instructions": [
"AGENTS.md",
".opencode/instructions/00-雪花写作法依据.md",
".opencode/instructions/01-项目总规则.md",
".opencode/instructions/02-改稿与备份规则.md"
],
"permission": {
"read": "allow",
"glob": "allow",
"grep": "allow",
"list": "allow",
"skill": {
"*": "allow"
},
"bash": {
"*": "ask",
"pwd": "allow",
"date": "allow",
"mkdir *": "allow",
"cp *": "allow",
"mv *": "allow",
"rg *": "allow",
"sed *": "allow",
"find *": "allow",
"wc *": "allow"
},
"edit": "allow",
"task": {
"*": "deny",
"draft-ingestor": "allow",
"structure-diagnoser": "allow",
"scene-planner": "allow",
"scene-writer": "allow",
"revision-editor": "allow"
}
}
}