Skip to content

Commit 367bf96

Browse files
committed
chore: re-generate opencode-config
1 parent 8310174 commit 367bf96

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

opencode.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
33
"mcp": {
4-
"responsible-vibe-mcp": {
5-
"command": ["npx", "responsible-vibe-mcp"],
4+
"workflows": {
65
"type": "local",
7-
"enabled": true
6+
"command": [
7+
"npx",
8+
"@codemcp/workflows-server@latest"
9+
]
810
}
911
},
1012
"agent": {
@@ -13,10 +15,10 @@
1315
"mode": "primary",
1416
"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.",
1517
"permission": {
16-
"responsible-vibe-mcp_reset_development": "ask",
17-
"responsible-vibe-mcp_start_development": "ask",
18-
"responsible-vibe-mcp_proceed_to_phase": "ask"
18+
"workflows_reset_development": "ask",
19+
"workflows_start_development": "ask",
20+
"workflows_proceed_to_phase": "ask"
1921
}
2022
}
2123
}
22-
}
24+
}

0 commit comments

Comments
 (0)