jgrusewski
201b59dfbc
fix(sp11): A0 sweep — eliminate remaining stale wiener-buffer refs
A0 follow-up (1e5a65912) fixed two stale refs from code-quality review.
Implementer surfaced 3 more accumulated across SP4/SP5/Layer-D:
- :537 sp4_wiener_state — claimed 543 floats with growth chain 141→207→213→543
- :974 sp5_pnl_aggregation — claimed SP5_WIENER_TOTAL_FLOATS=573 (post-D2 stale)
- :989 sp5_health_composition — same =573 stale
- :1009 sp5_training_metrics_ema — claimed =582 (post-D3 stale)
All four converted to formula form (71 + SP5_PRODUCER_COUNT) × 3 matching
A0 fix-up pattern. Drops brittle growth chains in favor of a derivable
formula. Audit doc entry added per Invariant 7. cargo check + state_reset
_registry tests 4/4 pass.
2026-05-04 01:21:41 +02:00
..
2026-05-04 00:40:36 +02:00
2026-04-30 17:26:25 +02:00
2026-05-02 21:13:53 +02:00
2026-04-27 22:19:41 +02:00
2026-05-04 01:21:41 +02:00
2026-04-25 12:29:47 +02:00
2026-04-28 23:54:45 +02:00
2026-05-04 01:11:11 +02:00
2026-04-28 09:23:32 +02:00
2026-04-26 10:36:03 +02:00