Private
Public Access
0
0
Files
manual_slop/mcp_paths.toml
T
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

5 lines
59 B
TOML

[allowed_paths]
extra_dirs = [
"C:/projects/gencpp",
]