Add track to fix up opencode further cause the setup is terrible

This commit is contained in:
2026-03-10 12:50:27 -04:00
parent e3d5e0ed2e
commit e0a69154ad
4 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
# Implementation Plan: OpenCode Configuration Overhaul
## Phase 1: Core Config and Agent Temperature/Step Fixes
Focus: Remove step limits, adjust temperatures, disable auto-compaction
- [ ] Task 1.1: Update `opencode.json` - set `compaction.auto: false`, `compaction.prune: false`
- [ ] Task 1.2: Update `.opencode/agents/tier1-orchestrator.md` - remove `steps: 50`, change `temperature: 0.4` to `0.5`, add "Context Management" section
- [ ] Task 1.3: Update `.opencode/agents/tier2-tech-lead.md` - remove `steps: 100`, change `temperature: 0.2` to `0.4`, add "Context Management" and "Pre-Delegation Checkpoint" sections
- [ ] Task 1.4: Update `.opencode/agents/tier3-worker.md` - remove `steps: 20`, change `temperature: 0.1` to `0.3`
- [ ] Task 1.5: Update `.opencode/agents/tier4-qa.md` - remove `steps: 5`, change `temperature: 0.0` to `0.2`
- [ ] Task 1.6: Update `.opencode/agents/general.md` - remove `steps: 15`, change `temperature: 0.2` to `0.3`
- [ ] Task 1.7: Update `.opencode/agents/explore.md` - remove `steps: 8`, change `temperature: 0.0` to `0.2`
- [ ] Task 1.8: Conductor - User Manual Verification 'Phase 1: Core Config and Agent Temperature/Step Fixes' (Protocol in workflow.md)
## Phase 2: MMA Tier Command Expansion
Focus: Expand thin command wrappers into full protocol documentation
- [ ] Task 2.1: Expand `.opencode/commands/mma-tier1-orchestrator.md` - add full Surgical Methodology, limitations, context section
- [ ] Task 2.2: Expand `.opencode/commands/mma-tier2-tech-lead.md` - add TDD protocol, Pre-Delegation Checkpoint, delegation patterns
- [ ] Task 2.3: Expand `.opencode/commands/mma-tier3-worker.md` - add key constraints, task execution, blocking protocol
- [ ] Task 2.4: Expand `.opencode/commands/mma-tier4-qa.md` - add key constraints, analysis protocol, structured output format
- [ ] Task 2.5: Conductor - User Manual Verification 'Phase 2: MMA Tier Command Expansion' (Protocol in workflow.md)