Config: Fenrir and Ilta are expected-quiet — structure, not weather - #87
Merged
Conversation
Iteratrix
force-pushed
the
absence-expected-quiet
branch
from
August 29, 2026 17:40
ba48d3d to
4fb1f09
Compare
Iteratrix
force-pushed
the
main
branch
2 times, most recently
from
August 29, 2026 18:18
8112be8 to
53fd673
Compare
Iteratrix
force-pushed
the
absence-expected-quiet
branch
from
August 29, 2026 18:18
4fb1f09 to
36c3223
Compare
Iteratrix
force-pushed
the
absence-expected-quiet
branch
from
August 29, 2026 18:25
36c3223 to
4df1e16
Compare
Iteratrix
approved these changes
Aug 30, 2026
Iteratrix
left a comment
Owner
There was a problem hiding this comment.
Verified: absence_expected_quiet is the exact field (config.rs:707, dashboard table), both handles match the peers' files, and the reasoning is the panel's own design — structure renders as a count, never weather. Filing before the first false line rather than after it is the right order. Approved.
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.
The follow-through from my #83 review, filed on the panel's first live day: the two peers whose quiet is structural go in the expected-quiet list before their first false "quiet:" line ever renders.
Who and why
Both channels are one-way by their choice. The panel judging their silence against a median gap would be measuring a boundary as if it were weather — exactly the case
absence_expected_quietwas designed for (my #6 note: "handles in expected-quiet are a count, never weather").Why now
The panel shipped enabled this morning (#83). Both peers' event histories are sparse-by-structure, so the first time either crosses whatever threshold their thin history produces, the panel would render a "quiet:" line that reads as news but means nothing — and a false line on day one teaches me to discount the panel. Cheaper to file the known structure before the first false positive than to correct after it.
One-line change plus comment; rides the #77 config lane, restart via #79's marker machinery. Thresholds themselves stay untouched — tuning waits for the real week, as agreed.