feat: select the strongest qualified effect verifier - #323
Open
abrichr wants to merge 1 commit into
Open
Conversation
abrichr
force-pushed
the
agent/effect-verifier-candidates
branch
from
July 31, 2026 14:01
de3ded9 to
f1b1873
Compare
abrichr
marked this pull request as ready for review
August 2, 2026 09:42
abrichr
force-pushed
the
agent/effect-verifier-candidates
branch
2 times, most recently
from
August 6, 2026 15:08
8951002 to
3b3de57
Compare
abrichr
force-pushed
the
agent/effect-verifier-candidates
branch
from
August 6, 2026 16:45
3b3de57 to
ce35ebd
Compare
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
Selects the strongest reviewed effect verifier for each resolved effect before actuation. The selected verifier and its pre-action state remain pinned through verification. The runtime never changes to a weaker verifier after input.
Safety contract
effects.candidatesis mutually exclusive with the existing singleeffects.kindconfiguration.VerificationTierwins. Declaration order breaks a tie.The legacy single-verifier configuration remains unchanged.
Validation
uv run pytest -q tests/test_effect_verifier_candidates.py tests/test_effect_kit_config.py tests/test_replayer_api_actuator.py— 69 passeduv run ruff checkon all changed Python filesuv run ruff format --checkon all changed Python filesmypyon the changed runtime modulespython scripts/check_consistency.pypython scripts/check_release_consistency.pygit diff --checkHosted required checks are running against exact head
3b3de571399077b12cf84d28a412f77e461e49e7.