AgentClasses hot-reload ignores member Pool: quota-pool changes are a silent no-op - #481
Merged
Conversation
SerializeRouterInputs omitted AgentMembership.Pool, so Pool-only edits produced an identical fingerprint, ApplyRouterIfChanged returned early, and the router kept the old membership with no error or log line. The same audit found Provider (member+instance) and ClaudeSession (member+class) missing; all are now fingerprinted. SerializeRouterInputs is internal with a coverage contract, plus a reflection-driven theory proving every settable member/instance/class field moves the fingerprint (fails when a new field is added uncovered) and a coordinator test proving Pool add/remove reloads into the live router catalog. CodeyBox-Prompt-Revision: 1 Co-Authored-By: CodeyBox <noreply@codeybox.invalid>
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.
Automated via CodeyBox — work item 0826fac7705447888725d52fa912eaac
Initiated by CodeyBox operator
Co-Authored-By: CodeyBox noreply@codeybox.invalid
🤖 Generated with CodeyBox