docs: relevance floor + silent-vs-always contract spec (#289) - #295
Merged
Conversation
Owner
Author
|
[claim:review:Gylf:2026-04-29T02:28:35Z] |
Owner
Author
|
[release:review:Gylf:2026-04-29T02:29:07Z] |
This was referenced Apr 29, 2026
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.
Summary
Spec memo for #289. Phase-2a of the #286 redesign — the gating contract change so
rebuild_v14()can return empty when no candidate clears the floor. Doc-only — no code change. Posted for ratification.Five recommendations:
"". No empty-marker tag.bm25_normalized * (0.5 + 0.5 * posterior_mean). Posterior-mean weighting prevents stale-but-token-overlapping beliefs (the1bc8ab45a40351d9example in Context rebuild surfaces duplicate + off-topic beliefs; ranking has no relevance floor or output-dedup #281) from passing.T_session = 0.10. L1 / L2.5 = hard floorT_l1 = 0.40.last_retrieved_atstamp on floored-out hits. Stamp moves to after floor application; floored-out beliefs never reach the stamp loop. Protects the hibernation staleness signal (v2.0 substrate decision: multi-axis vs single-axis uncertainty #196).[rebuild_floor]config.Decision asks (five)
Bottom of the memo. Composite formula, per-lane structure, empty-path shape, stamp ownership, calibration plan.
What ships if ratified
One PR (~400 lines):
rebuild_v14composite + floor + empty-path returnhook.pyprecompact-envelope drop on emptyhook_search.pystamp move (only survivors get stamped)[rebuild_floor]config block + testsTest plan
Refs #289, #286