mirror of
https://github.com/ruvnet/RuView
synced 2026-07-03 14:13:17 +00:00
905b680747
All five implementation passes plus four security-review hardenings shipped in PR #435 (squash-merged asd71ef9a). Acceptance numbers measured on synthetic AETHER-shape data: - Compare-cost reduction: 8x-30x floor → 43-51x pair-wise (d=512), 12.4x top-K (d=128 n=1024 k=8), 7.6x full pipeline (d=128 n=4096 k=8). - Top-K coverage: ≥90% floor → 90%+ at prefilter_factor=8 (78.9% at factor=4 documented as fail; codified in test_search_prefilter_topk_coverage_meets_adr_084). - Wire envelope: 28-byte AETHER 128-d (vs 512-byte raw float; 18x compression). The third acceptance criterion (`< 1 pp end-to-end accuracy regression`) needs a real-CSI soak test against a multi-day AETHER trace; that's post-merge follow-up rather than a merge-blocker. Synthetic-data acceptance was sufficient evidence to ship. PR #434 (ADR-086 firmware-side gate) merged separately as17509a2. Co-Authored-By: claude-flow <ruv@ruv.net>