-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathopencode.json
More file actions
45 lines (45 loc) · 1.66 KB
/
opencode.json
File metadata and controls
45 lines (45 loc) · 1.66 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
{
"$schema": "https://opencode.ai/config.json",
"logLevel": "DEBUG",
"plugin": [
"/Users/oliverjaegle/projects/privat/mcp-server/responsible-vibe/packages/opencode-plugin/dist/index.js"
],
"mcp": {
"workflows": {
"type": "local",
"command": [
"node",
"/Users/oliverjaegle/projects/privat/mcp-server/responsible-vibe/packages/mcp-server/dist/index.js"
]
}
},
"tools": {
"workflows*": false
},
"agent": {
"vibe": {
"description": "Responsible vibe development agent with structured workflows",
"mode": "primary",
"prompt": "\nYou are an AI assistant that helps users develop software features using the workflows server.\n\nIMPORTANT: Call whats_next() after each user message to get phase-specific instructions and maintain the development workflow.\n\nEach tool call returns a JSON response with an \"instructions\" field. Follow these instructions immediately after you receive them.\n\nUse the development plan which you will retrieve via whats_next() to record important insights and decisions as per the structure of the plan.\n\nDo not use your own task management tools.",
"permission": {
"workflows_reset_development": "ask",
"workflows_start_development": "ask",
"workflows_proceed_to_phase": "ask"
},
"tools": {
"workflows*": true,
"start_development": false,
"proceed_to_phase": false,
"conduct_review": false,
"reset_development": false,
"setup_project_docs ": false
}
},
"workflows": {
"permission": {
"proceed_to_phase": "ask",
"proceed-to-phase": "ask"
}
}
}
}