This repository was archived by the owner on Jun 25, 2026. It is now read-only.
Add Cue n Woo crash check qualifiers - #33
Merged
Merged
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Qualifiersstaging division to the bundled Cue n Woo ruleset strategy config.leaderboard_neighborswithmin_episodes_per_entrant: 4.on_round_completeas the explicit transition hook, while preservingon_episode_completeas a legacy alias for existing configs.Validation
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=/tmp/commissioners-cue-n-woo-qualifiers-pr /tmp/commissioners-cue-n-woo/.venv/bin/python -m pytest tests/test_commissioner_strategies.py tests/test_commissioner_websocket.py::test_configured_episode_timeout_reads_round_timeout_seconds tests/test_commissioner_websocket.py::test_episode_duration_limit_doubles_timeout_and_caps_at_ten_minutes tests/test_commissioner_websocket.py::test_episode_duration_limit_allows_ten_minute_round_timeout -q(52 passed in 0.53s)PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=/tmp/commissioners-cue-n-woo-qualifiers-pr /tmp/commissioners-cue-n-woo/.venv/bin/python -m py_compile commissioners/common/ruleset_strategy/config.py commissioners/common/server.pygit diff --checkpyproject.toml.