Mock To Internals Migration
Read .opencode/skills/generated/mock-to-internals-migration/SKILL.md for the canonical migration protocol.
Also load:
.agents/skills/writing-tests/SKILL.md.agents/skills/engineering-conventions/SKILL.mdif the seam touches runtime-sensitive code
Codex-specific execution notes:
- Use
apply_patchfor source and test edits. - Use focused per-file
bun --smol test <file> --timeout 30000validation first. - Restore any
_internalsoverrides inafterEach. - Prefer small seams that expose only the dependency under test.