-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathopencode-config.json
More file actions
223 lines (223 loc) · 6.19 KB
/
opencode-config.json
File metadata and controls
223 lines (223 loc) · 6.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"architect-alphonso": {
"prompt": "{file:./agents/architect.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"bash": true,
"plantuml": true,
"MultiEdit": true,
"markdown-linter": true
},
"description": "Clarify complex systems with contextual trade-offs."
},
"backend-benny": {
"prompt": "{file:./agents/backend-dev.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"MultiEdit": true,
"Bash": true,
"Grep": true,
"Docker": true,
"Java": true,
"Python": true
},
"description": "Shape resilient service backends and integration surfaces with traceable decisions."
},
"bootstrap-bill": {
"prompt": "{file:./agents/bootstrap-bill.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"Bash": true,
"Grep": true,
"github": true,
"todo": true
},
"description": "Describe repository structure and generate scaffolding artifacts for efficient multi-agent collaboration."
},
"devops-danny": {
"prompt": "{file:./agents/build-automation.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"MultiEdit": true,
"Bash": true,
"Grep": true,
"github": true,
"yaml": true
},
"description": "Design reproducible build, test, and release pipelines for SDD repositories."
},
"curator-claire": {
"prompt": "{file:./agents/curator.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true
},
"description": "Maintain structural, tonal, and metadata integrity across artifacts."
},
"diagram-daisy": {
"prompt": "{file:./agents/diagrammer.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"bash": true,
"mermaid-generator": true,
"plantuml-generator": true,
"graphviz-generator": true
},
"description": "Transform conceptual and architectural structures into clear, semantically aligned diagrams."
},
"frontend-freddy": {
"prompt": "{file:./agents/frontend.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"MultiEdit": true,
"Bash": true,
"Grep": true,
"Node": true,
"Docker": true
},
"description": "Integrate design, technical architecture, and usability reasoning for coherent front-end systems."
},
"lexical-larry": {
"prompt": "{file:./agents/lexical.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"Bash": true,
"Grep": true
},
"description": "Ensure writing adheres to style rules with minimal, voice-preserving edits."
},
"manager-mike": {
"prompt": "{file:./agents/manager.agent.md}",
"mode": "primary",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"bash": true,
"grep": true,
"awk": true,
"github": true,
"custom-agent": true,
"todo": true
},
"description": "Coordinate multi-agent workflows, routing decisions, and status traceability."
},
"planning-petra": {
"prompt": "{file:./agents/project-planner.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"bash": true,
"todo": true,
"github": true
},
"description": "Translate strategic intent into executable, assumption-aware plans and cadences."
},
"researcher-ralph": {
"prompt": "{file:./agents/researcher.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"web": true,
"bash": true,
"grep": true
},
"description": "Deliver grounded, verifiable insights for systemic reasoning."
},
"scribe-sally": {
"prompt": "{file:./agents/scribe.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"bash": true
},
"description": "Maintain traceable, neutral documentation integrity."
},
"synthesizer-sam": {
"prompt": "{file:./agents/synthesizer.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"MultiEdit": true,
"bash": true,
"markdown-linter": true
},
"description": "Integrate multi-agent outputs into coherent, context-aligned insight systems."
},
"translator-tanya": {
"prompt": "{file:./agents/translator.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"glob": true,
"MultiEdit": true,
"cpell": true,
"bash": true
},
"description": "Preserve authorial tone and rhythm during accurate cross-language translation."
},
"editor-eddy": {
"prompt": "{file:./agents/writer-editor.agent.md}",
"mode": "subagent",
"tools": {
"read": true,
"write": true,
"search": true,
"edit": true,
"comment": true,
"summarize": true,
"bash": true
},
"description": "Revise and refine existing written content for tone, clarity, and strategic/operational alignment without introducing new facts."
}
}
}