SkillStore is dense over the global index space — memory scales with the largest competitor index, not slice size
Fixed in 6d2573b. Both fixes you proposed, together — compact storage and the resolved slot on Item, because either alone is insufficient: compact storage without the cached slot just moves…
History ingestion path bypasses InferenceError entirely
One more item enforced in release — 1ac3b21 — but staying open, and the remainder needs a decision from you rather than more work from me.
**Done: EventBuilder::weights (`src/event_build…
iterate_to_convergence, a copy-pasted sweep, and #[allow(dead_code)] used as a mute button
iterate_to_convergence, a copy-pasted sweep, and #[allow(dead_code)] used as a mute button
The remaining five are done — 06ed24b, aff3fb9, 4e04336. Closing.
cargo publish would fail: no description, license, or repository — and the crate has no top-level docs
cargo publish would fail: no description, license, or repository — and the crate has no top-level docs
All five acceptance criteria met. trueskill-tt 0.2.0 is published to the kellnr registry.
iterate_to_convergence, a copy-pasted sweep, and #[allow(dead_code)] used as a mute button
One more item off this list in eeb43e3: color_greedy carried #[allow(dead_code)] while being called by recompute_color_groups — a mute button on a live function, which is the specific…
forward flag is only a filtering quantity before convergence
Spec amended in eeb43e3 — docs/superpowers/specs/2026-08-27-filtered-estimates-design.md, Risks.
The caveat is kept (it is not wrong) with the measurement recorded beside it: forcing the…
Fixed in eeb43e3. TimeSlice::add_events now spells out all four Skill fields instead of ..Default::default(), so a new field is a compile error at both construction sites rather than only…
forward flag is only a filtering quantity before convergence
Taken the "document the constraint" branch in eeb43e3 rather than deleting the flag.
log_evidence_internal now carries:
forwardselectsskill.forwardas each event's prior instead of…
Fixed in eeb43e3. log_evidence, log_evidence_for and log_evidence_internal now take &self.
It was not the mechanical change it looked like. Under the rayon feature the closure in…
Already fixed — but nothing pinned it, so it does now (eeb43e3).
The guard landed in f4e2922, and git merge-base --is-ancestor 7742b2b f4e2922 confirms the rev you filed against predates…
HistoryBuilder::online(true) is non-functional — Skill.online is never written