group-scoped coordination: cleanup + dead code removal - #64
Merged
Conversation
- cleanup_coordination_state(): remove breeder from coordination tables on deletion (interference_active_breeders, detection_readiness) - cleanup_group_lease(): when last breeder in a group is deleted, remove the group's sender_lease row automatically - _count_breeders_in_group(): check if any breeders remain in group after deletion, trigger lease purge if zero - Remove dead detection_rounds code and its test file Co-authored-by: cherusk <10729954+cherusk@users.noreply.github.com>
godon-robot
Bot
force-pushed
the
group-scoped-coordination
branch
from
August 7, 2026 06:18
a1b36d8 to
6461c7f
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.
Changes
cleanup_coordination_state(): remove breeder from coordination tables on deletionreset_group_coordination(): reset all coordination state for a group (sender_lease, detection_readiness, interference_active_breeders)delete_breeder()before database dropdetection_roundscode (ensure_detection_rounds_table,insert_detection_round) and its test file — never called by coordinator (0.142.0)Depends on godon-breeders PR #179 for the group-scoped table schema.