Umbrella issue for the refactor described in PLAN.md on branch claude/mongotest-easymongo-refactor-wu2vhm. Work is test-driven: each issue lists the tests to write first, and every issue carries a "Working context" section with the branch, commands and constraints. The existing test suite is the regression net for the driver migration and must stay green after every pull request.
Order is important and is not the issue-number order. The driver package cannot compile half-migrated, so the four driver issues land together in one pull request, and the test suite must stop depending on the old github.com/tophergopher/mongotest v0.1.0 module before that pull request starts.
1. Test helpers first (needs TopherGopher/mongotest#42 tagged, or a local replace to a sibling checkout)
2. Small additive change on driver v1
3. Driver v1 to v2 migration (one pull request, worked in this order)
4. Logging and toolchain (last)
Companion tracking issue for the container library: TopherGopher/mongotest#48.
Umbrella issue for the refactor described in
PLAN.mdon branchclaude/mongotest-easymongo-refactor-wu2vhm. Work is test-driven: each issue lists the tests to write first, and every issue carries a "Working context" section with the branch, commands and constraints. The existing test suite is the regression net for the driver migration and must stay green after every pull request.Order is important and is not the issue-number order. The driver package cannot compile half-migrated, so the four driver issues land together in one pull request, and the test suite must stop depending on the old
github.com/tophergopher/mongotestv0.1.0 module before that pull request starts.1. Test helpers first (needs TopherGopher/mongotest#42 tagged, or a local
replaceto a sibling checkout)2. Small additive change on driver v1
3. Driver v1 to v2 migration (one pull request, worked in this order)
4. Logging and toolchain (last)
Companion tracking issue for the container library: TopherGopher/mongotest#48.