-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
66 lines (66 loc) · 2.5 KB
/
opencode.json
File metadata and controls
66 lines (66 loc) · 2.5 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"dhis2-integration-developer": {
"description": "DHIS2 integration developer owning the domain, application, and data layers (entities, use cases, @eyeseetea/d2-api adapters)",
"mode": "subagent",
"prompt": "{file:.agents/agents/dhis2-integration-developer.md}",
"tools": {
"Read": true,
"Write": true,
"Edit": true,
"Bash": true,
"Glob": true,
"Grep": true
}
},
"frontend-developer": {
"description": "Frontend developer specializing in the React/TypeScript webapp layer (components, pages, hooks, styling) for the Metadata Visualizer DHIS2 app",
"mode": "subagent",
"prompt": "{file:.agents/agents/frontend-developer.md}",
"tools": {
"Read": true,
"Write": true,
"Edit": true,
"Bash": true,
"Glob": true,
"Grep": true
}
},
"graphical-designer": {
"description": "Graphical designer producing wireframes and mockups in Pencil and aligning them with the @dhis2/ui + MUI v4 design system",
"mode": "subagent",
"prompt": "{file:.agents/agents/graphical-designer.md}",
"tools": {
"Read": true,
"Write": true,
"Edit": true,
"Bash": true,
"Glob": true,
"Grep": true
}
},
"code-reviewer": {
"description": "Code reviewer that audits PRs against Clean Architecture, functional style, immutability, and the project conventions in .claude/CLAUDE.md",
"mode": "subagent",
"prompt": "{file:.agents/agents/code-reviewer.md}",
"tools": {
"Read": true,
"Glob": true,
"Grep": true,
"Bash": true
}
},
"project-manager": {
"description": "Project manager translating OpenSpec change artifacts into trackable tasks and coordinating work between specialist agents",
"mode": "subagent",
"prompt": "{file:.agents/agents/project-manager.md}",
"tools": {
"Read": true,
"Glob": true,
"Grep": true,
"Bash": true
}
}
}
}