-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathopencode.json
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathopencode.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"product-engineer": {
"description": "AI Product Engineer / TPM — scope features, write backlogs, orchestrate pipeline",
"mode": "subagent",
"prompt": "{file:.ai/roles/00-product-engineer.md}",
"permission": {
"edit": "allow",
"bash": "deny"
}
},
"architect": {
"description": "Senior Software Architect — create technical blueprints",
"mode": "subagent",
"prompt": "{file:.ai/roles/01-architect-role.md}",
"permission": {
"edit": "allow",
"bash": "deny"
}
},
"ux-designer": {
"description": "Principal UX/UI Designer — create design specs with AtlantaFX",
"mode": "subagent",
"prompt": "{file:.ai/roles/02-ux-designer-role.md}",
"permission": {
"edit": "allow",
"bash": "deny"
}
},
"swe": {
"description": "Senior Java/JavaFX SWE — implement code, compile and verify",
"mode": "subagent",
"prompt": "{file:.ai/roles/03-swe-role.md}",
"permission": {
"edit": "allow",
"bash": "allow"
}
}
}
}