miroir/crates
jedarden 6b7f0c2bcd P3.1 TaskStore trait + SQLite backend (tables 1-7) - Verification complete
Comprehensive verification of the TaskStore trait and SQLite backend
implementation for the first 7 tables from plan §4.

All acceptance criteria met:
- CRUD operations round-trip correctly (14 tests passing)
- Idempotent migrations with schema version check
- Concurrent writes don't deadlock (WAL mode + busy_timeout)
- Table sizes fit within 100 MB budget

Implementation matches plan §4 schema exactly with all non-obvious
requirements handled correctly (JSON node_tasks, BLOB body_sha256,
etc.).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 18:24:52 -04:00
..
miroir-core P3.1 TaskStore trait + SQLite backend (tables 1-7) - Verification complete 2026-05-13 18:24:52 -04:00
miroir-ctl Phase 0 (miroir-qon): Add serial_test annotation to fix test race condition 2026-05-09 02:19:32 -04:00
miroir-proxy Fix typo in primary key header name (X-Meiroil → X-Miroir) 2026-05-09 15:36:41 -04:00