fix: pop old AND new name from health cache on rename (#36) #48
Reference in New Issue
Block a user
Delete Branch "fix/36-health-cache-rename"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #36.
_editor_changedpopped the health-cache entry after assigning the new name, so a rename left the old name's cached "Test all" result in_healthforever — and any server later given that name inherited a stale health dot. The old name is now captured before reassignment and both names are popped (an edit invalidates health either way).Tests + ruff clean. (Implemented by a delegated agent; reviewed.)
🤖 Generated with Claude Code