Private
Public Access
0
0
Files
manual_slop/opencode.json
T

166 lines
3.9 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"small_model": "zai/glm-4-flash",
"provider": {
"zai": {
"options": {
"timeout": 300000
}
}
},
"instructions": [
"CLAUDE.md",
"conductor/product.md",
"conductor/product-guidelines.md",
"conductor/workflow.md",
"conductor/tech-stack.md"
],
"mcp": {
"manual-slop": {
"type": "local",
"command": [
"C:\\Users\\Ed\\scoop\\apps\\uv\\current\\uv.exe",
"run",
"python",
"C:\\projects\\manual_slop_tier2\\scripts\\mcp_server.py"
],
"enabled": true,
"timeout": 30000,
"environment": {
"PYTHONPATH": "C:\\projects\\manual_slop_tier2\\src",
"GIT_TERMINAL_PROMPT": "0",
"GCM_INTERACTIVE": "never",
"GIT_ASKPASS": "echo",
"HOME": "C:\\Users\\Ed"
}
}
},
"agent": {
"build": {
"model": "zai/glm-5",
"permission": {
"edit": "ask",
"bash": "ask"
}
},
"plan": {
"model": "zai/glm-5",
"permission": {
"edit": "deny",
"bash": {
"*": "ask",
"git status*": "allow",
"git diff*": "allow",
"git log*": "allow"
}
}
},
"tier2-autonomous": {
"model": "minimax-coding-plan/MiniMax-M3",
"temperature": 0.4,
"permission": {
"edit": "allow",
"read": {
"*": "deny",
"C:\\projects\\manual_slop_tier2\\**": "allow"
},
"write": {
"*": "deny",
"C:\\projects\\manual_slop_tier2\\**": "allow"
},
"bash": {
"*": "allow",
"*AppData\\*": "deny",
"*AppData\\Local\\Temp\\*": "deny",
"*$env:TEMP*": "deny",
"*$env:TMP*": "deny",
"*%TEMP%*": "deny",
"*%TMP%*": "deny",
"*GetTempPath*": "deny",
"*gettempdir*": "deny",
"*mkstemp*": "deny",
"git push*": "deny",
"git checkout*": "deny",
"git restore*": "deny",
"git reset*": "deny"
}
}
}
},
"permission": {
"edit": "deny",
"read": {
"*": "deny",
"C:\\projects\\manual_slop_tier2\\**": "allow"
},
"write": {
"*": "deny",
"C:\\projects\\manual_slop_tier2\\**": "allow"
},
"bash": {
"*": "deny",
"git status*": "allow",
"git diff*": "allow",
"git log*": "allow",
"git add*": "allow",
"git commit*": "allow",
"git switch*": "allow",
"git branch*": "allow",
"git fetch*": "allow",
"git remote*": "allow",
"git rev-parse*": "allow",
"git show*": "allow",
"git config --get*": "allow",
"ls*": "allow",
"cat*": "allow",
"head*": "allow",
"tail*": "allow",
"find*": "allow",
"echo*": "allow",
"mkdir*": "allow",
"cp*": "allow",
"mv*": "allow",
"rm*": "allow",
"uv run python scripts/run_tests_batched.py*": "allow",
"uv run python scripts/tier2/*": "allow",
"pwsh -File scripts/tier2/*": "allow",
"*AppData\\*": "deny",
"*AppData\\Local\\Temp\\*": "deny",
"*$env:TEMP*": "deny",
"*$env:TMP*": "deny",
"*%TEMP%*": "deny",
"*%TMP%*": "deny",
"*GetTempPath*": "deny",
"*gettempdir*": "deny",
"*mkstemp*": "deny",
"git push*": "deny",
"git checkout*": "deny",
"git restore*": "deny",
"git reset*": "deny"
}
},
"share": "manual",
"autoupdate": true,
"compaction": {
"auto": false,
"prune": false,
"reserved": 10000
},
"watcher": {
"ignore": [
"node_modules/**",
".venv/**",
"__pycache__/**",
"*.pyc",
".git/**",
"logs/**",
"*.log"
]
},
"plugin": [
"superpowers@git+https://github.com/obra/superpowers.git"
],
"default_agent": "tier2-autonomous",
"model": "minimax-coding-plan/MiniMax-M3"
}