fab2e55b84
Tier-2 autonomous sandbox-specific files leaked into the main repo
via an accidental `git add .` in the tier-2 clone. Revert the
selective subset the user identified (not the whole commit):
- Delete .opencode/agents/tier2-autonomous.md and
.opencode/commands/tier-2-auto-execute.md (canonical sources
remain at conductor/tier2/agents/ and conductor/tier2/commands/)
- Restore opencode.json MCP path to manual_slop and restore the
default_agent: tier2-tech-lead
- Restore mcp_paths.toml extra_dirs to ["C:/projects/gencpp"]
The other changes in 00e5a3f2 (4 throwaway scripts under
scripts/tier2/artifacts/, the project_history.toml timestamp) are
out of scope for this fix and remain at HEAD.
87 lines
1.7 KiB
JSON
87 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "zai/glm-5",
|
|
"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"
|
|
],
|
|
"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,
|
|
"timeout": 30000,
|
|
"environment": {
|
|
"PYTHONPATH": "C:\\projects\\manual_slop\\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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"permission": {
|
|
"edit": "ask",
|
|
"bash": "ask"
|
|
},
|
|
"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"
|
|
]
|
|
}
|