-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathopencode.json
More file actions
44 lines (44 loc) · 1.19 KB
/
opencode.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
".opencode/AGENTS.md",
".github/copilot-instructions.md"
],
"skills": {
"paths": [
".opencode/skills"
]
},
"agent": {
"principal-software-engineer": {
"description": "Principal-level software engineering guidance for implementation reviews, trade-off analysis, and technical leadership work in this repo.",
"mode": "all"
},
"backend-developer": {
"description": "Backend delivery agent for FastAPI, LangGraph, persistence, and production backend changes in this repo.",
"mode": "all"
},
"architect-reviewer": {
"description": "Architecture review agent for system design, scalability, integration, and maintainability decisions in this repo.",
"mode": "all",
"permission": {
"edit": "deny"
}
}
},
"permission": {
"bash": {
"*": "ask",
"uv *": "allow",
"pytest *": "allow",
"ruff *": "allow",
"ty *": "allow",
"git status*": "allow",
"git diff*": "allow",
"git log*": "allow",
"graphify *": "allow",
"rm -rf *": "deny",
"git reset --hard *": "deny"
}
}
}