-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 1.09 KB
/
config.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"beads": {
"database_path": ".beads/beads.db",
"project": "default"
},
"ai_tool": {
"name": "opencode",
"command": "opencode",
"env": {}
},
"quality_gates": {
"template": "",
"overrides": {}
},
"beads_payload": ".devagent/plugins/ralph/output/beads-payload.json",
"roles": {
"engineering": "Code Wizard",
"qa": "Bug Hunter",
"design": "Pixel Perfector",
"project-manager": "Chaos Coordinator"
},
"role_briefs": {
"engineering": "Implement the task end-to-end, including tests and verification commands.",
"qa": "Reproduce issues, add/adjust tests, and validate behavior changes.",
"design": "Improve UX/UI, polish copy, and ensure accessibility where relevant.",
"project-manager": "Clarify scope, break down work into Beads tasks, and coordinate sequencing."
},
"prompts": {
"preamble_path": ".devagent/plugins/ralph/prompts/preamble.md"
},
"agents": {
"engineering": "engineering-agent.json",
"qa": "qa-agent.json",
"design": "design-agent.json",
"project-manager": "project-manager-agent.json"
}
}