keeper: rename sweep to run, ConditionalSource to Poller - #579
Merged
Conversation
mfw78
force-pushed
the
sdk/540-retire-sweep-vocabulary
branch
from
July 24, 2026 07:32
a124b41 to
dc1c456
Compare
This was referenced Jul 24, 2026
Closed
mfw78
added a commit
that referenced
this pull request
Jul 27, 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.
What
Renames
videre-sdk::keeper::SweeptoOutcome,Keeper::sweep()toKeeper::run(),SweepReporttoRunReport, andnexum-sdk::keeper::ConditionalSource<H>toPoller<H>. Removes the wordsweepfrom keeper docs, comments, and test file names (composable-cow/tests/sweep.rstorun.rs,composable-cow/src/sweep.rstorun.rs).Why
The 2026-07-14 keeper vocabulary freeze rejected
sweepand keptVerdict, but the L2 keeper introduced in #454 re-shippedSweep/.sweep()/SweepReport.Sweepalso named the enum after the loop that consumes it rather than the per-watch poll outcome it represents, andConditionalSourceread as a stream producer when it evaluates one watch and returns one outcome. This must land before the M5 three-repo split, after whichnexum-sdkandvidere-sdklive in separate repos and the rename becomes a coordinated two-repo change.Testing
AI Assistance
Implemented with Claude Code.
Closes #540