-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.example.json
More file actions
36 lines (31 loc) · 1.81 KB
/
Copy pathopencode.example.json
File metadata and controls
36 lines (31 loc) · 1.81 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
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@alis-build/opencode-plugin"],
"mcp": {
"api": {
"type": "remote",
"url": "https://mcp.alis.build",
"enabled": true
}
},
"instructions": ["~/.config/opencode/alis-build/dbd-primer.md"],
"command": {
"build-it": {
"description": "Find the right Alis Build skill for what you want to build.",
"template": "Run the Alis Build \"build it\" router as described in the Alis Build MCP server instructions: infer what I want built from the current request and workspace context (ask exactly one concise clarification only if the goal is ambiguous), call SearchSkills with the clarified goal, present the matching skills, and load the one I choose. Do not run Define, Build, Deploy, commits, or code edits from this router step — only the loaded skill does that, and only when its workflow requires it."
},
"fix-it": {
"description": "Alias for build-it: find the right Alis Build skill to fix or build something.",
"template": "Run the Alis Build \"fix it\" router (the fix-it alias of \"build it\") as described in the Alis Build MCP server instructions: infer what I want fixed or built from the current request, visible errors, and workspace context (ask exactly one concise clarification only if the goal is ambiguous), call SearchSkills with the clarified goal, present the matching skills, and load the one I choose. Do not run Define, Build, Deploy, commits, or code edits from this router step — only the loaded skill does that, and only when its workflow requires it."
}
},
"permission": {
"bash": {
"alis *": "allow",
"alis": "allow",
"alis *--confirm-production*": "ask",
"alis blocks uninstall *--yes*": "ask",
"alis block uninstall *--yes*": "ask"
}
}
}