feat(opencode): complete MMA setup with conductor workflow
- Add product.md and product-guidelines.md to instructions for full context - Configure MCP server exposing 27 tools (file ops, Python AST, git, web, shell) - Add steps limits: tier1-orchestrator (50), tier2-tech-lead (100) - Update Tier 2 delegation templates for OpenCode Task tool syntax
This commit is contained in:
@@ -11,10 +11,24 @@
|
||||
},
|
||||
"instructions": [
|
||||
"CLAUDE.md",
|
||||
"conductor/product.md",
|
||||
"conductor/product-guidelines.md",
|
||||
"conductor/workflow.md",
|
||||
"conductor/tech-stack.md"
|
||||
],
|
||||
"default_agent": "tier2-tech-lead",
|
||||
"mcp": {
|
||||
"manual-slop": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"C:\\Users\\Ed\\scoop\\apps\\uv\\current\\uv.exe",
|
||||
"run",
|
||||
"python",
|
||||
"C:\\projects\\manual_slop\\scripts\\mcp_server.py"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"build": {
|
||||
"model": "zai/glm-5",
|
||||
|
||||
Reference in New Issue
Block a user