miroir/crates
jedarden ceb6b42abf fix(task_store): restore TaskStore implementations from fix commit (bf-103h)
Fixed TaskStore trait implementation mismatch by restoring working
implementations from ec27ad4 commit. The trait and implementations
had diverged due to async fn refactoring.

Changes:
- Restored redis.rs (4911 lines) with correct trait method signatures
- Restored sqlite.rs (3060 lines) with correct trait method signatures
- Restored mod.rs trait definition (non-async methods)
- Fixed duplicate tests module in task.rs
- Fixed borrow checker error in rebalancer.rs (moved group count check)
- Fixed CdcManager::with_metrics calls (added missing task_store arg)
- Added cfg(feature="peer-discovery") to ModeACoordinator usage in
  anti_entropy.rs and canary.rs
- Added FromRef import to dumps.rs

Core library (miroir-core) now compiles successfully. Remaining errors
are in test code and proxy crate.

Closes: bf-103h

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 07:09:35 -04:00
..
miroir-core fix(task_store): restore TaskStore implementations from fix commit (bf-103h) 2026-05-24 07:09:35 -04:00
miroir-ctl feat(proxy): implement streaming routed dump import (P5.9, §13.9) 2026-05-24 06:07:00 -04:00
miroir-proxy fix(task_store): restore TaskStore implementations from fix commit (bf-103h) 2026-05-24 07:09:35 -04:00