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.
This commit is contained in:
ed
2026-06-19 22:31:46 -04:00
parent 9dc4a51c8a
commit fab2e55b84
4 changed files with 10 additions and 221 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
[allowed_paths]
extra_dirs = []
extra_dirs = [
"C:/projects/gencpp",
]