Drop Avoid, Tombstone, and ancillary Interstitial VF verdicts - #146
Open
Pitchfork-and-Torch wants to merge 1 commit into
Open
Drop Avoid, Tombstone, and ancillary Interstitial VF verdicts#146Pitchfork-and-Torch wants to merge 1 commit into
Pitchfork-and-Torch wants to merge 1 commit into
Conversation
Pitchfork-and-Torch
force-pushed
the
cursor/vf-soft-hide-fail-open-4fa7
branch
from
September 7, 2026 16:26
5ba64b7 to
902a06f
Compare
VFFilter only treated SafetyResult Drop as a hide. Strato mute/suppress decodes to Avoid, so a hide-from-timeline verdict still served. The same hole kept Tombstone and NotEvaluated. Ancillary Interstitial on a quote, reply, or retweet child also failed open because Home Mixer has no warning UI on the wrapper.
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.
Wave 5 hunter #1
Identity: Pitchfork-and-Torch (297513015). Surveyed open Pitchfork PRs on
xai-org/x-algorithm(#96–#142) andPitchfork-and-Torch/x-algorithm(none open).This is not #96/#140 (mute keyword text). This is not #100/#101/#108/#137 (hard mute/block graph). This is not #121 (primary/ancillary VF
Err/ missing key). #121 leftover: a childInterstitialstill fails open.Bug
VFFilter::should_dropandshould_drop_reasononly hidAction::Drop. Soft VF actions fail open:homeMixerFilteredReason.Tweetdecodes toSafetyResult { action: Avoid }(vf_clientsample). Avoid is hide-from-timeline / suppress. The filter kept it.TombstoneandNotEvaluated(None action on a presentSafetyResult) also kept.Interstitialon a quote, reply ancestor, or retweet source did not setdrop_ancillary_posts. Home Mixer has no warning UI on the wrapper, so the viewer still sees the child.Ok(None)/Action::Allow/ primaryInterstitial(TimelineHome NSFW warning) /Downrankare unchanged. PrimaryErr/ missing key stay #121.SafetyResult.action;should_drop_ancillaryVFFilter;AncillaryVFFilterviadrop_ancillary_postsFix
Primary: drop
Avoid,Tombstone,NotEvaluated. KeepInterstitial/Downrank/Allow/None.Ancillary: drop those plus
Interstitialon the child.Tests
Ok(None)keepcargo testcannot run. Public dump has no Home Mixer manifest.Fork PR: none