ledger: reliability columns opt-out for publication-gate benches, dense table stays in its card - #2548
Merged
Conversation
…olumns and labels an unpublished row Filling (threshold wording) instead of Unresponsive (probe wording); the dense layout stays inside its card instead of bleeding 80 to 128 px past it; bench 268 opts in Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L4rjxemTvgRwrCG6D2iK5D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On bench 268 the providers'
successquery is a publication gate (tfq_health, 0 or 1), so the ledger's Reliability block printed "100.00 %" on every published row and "0.00 %" with the RPC hint ("every call fails, the endpoint is still probed") on a product whose window is filling. With nine custom columns the dense layout also bled 80 to 128 px past its card at xl and 2xl, the header rules crossing the card border and the last columns clipped (Florent's screenshot, 2026-09-20).A spec flag,
ledger_reliability: false(default true, nothing changes elsewhere): the Reliability colgroup, the Success header and cells and the Errors column are not rendered, the empty-state and offline colspans follow, and the unresponsive pill reads "Filling" with a threshold hint. The dense wrapper keepsoverflow-x-autoinside the card and drops the negative margins. Bench 268 opts in.Deploy: worker rebuild + materialize reset (spec), staging Action (site).
🤖 Generated with Claude Code
https://claude.ai/code/session_01L4rjxemTvgRwrCG6D2iK5D