Private
Public Access
0
0
Commit Graph

6 Commits

Author SHA1 Message Date
ed fab2e55b84 fix(tier2): undo sandbox file leaks from 00e5a3f2
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.
2026-06-19 22:31:46 -04:00
ed 00e5a3f20d chore(env): pre-existing tier2 setup files (opencode config, mcp paths, project history) 2026-06-19 09:41:22 -04:00
ed 02abfc410a fix(opencode): Remove step limits, disable auto-compaction, raise temperatures, expand MMA tier commands
- Remove steps limits from all 6 agent files
- Disable auto-compaction (auto: false, prune: false)
- Raise temperatures (tier1: 0.5, tier2: 0.4, tier3: 0.3, tier4: 0.2, general: 0.3, explore: 0.2)
- Add Context Management sections to tier1/tier2
- Add Pre-Delegation Checkpoint to tier2
- Expand all 4 MMA tier commands with full protocol documentation
2026-03-10 13:00:44 -04:00
ed 7bdba1c9b9 adjustments + new tracks + tasks.md reduction of usage 2026-03-08 03:31:15 -04:00
ed 696a48f7bc feat(opencode): Enforce Manual Slop MCP tools across all agents 2026-03-04 22:21:25 -05:00
ed c17698ed31 WIP: boostrapping opencode for use with at least GLM agents 2026-03-04 15:56:00 -05:00