Skip to content

feat: extract SessionRegistry interface and technical debt cleanup#9

Merged
HackStrix merged 1 commit intomainfrom
feature/observer-and-polish
Mar 13, 2026
Merged

feat: extract SessionRegistry interface and technical debt cleanup#9
HackStrix merged 1 commit intomainfrom
feature/observer-and-polish

Conversation

@HackStrix
Copy link
Owner

  • Defined SessionRegistry[C] interface in registry.go with context/error support
  • Implemented localRegistry[C] (in-memory) as the default OSS backend
  • Refactored Pool and sweepExpired to use the registry abstraction
  • Updated unit tests to use registry methods instead of direct map access
  • Removed stale TODO.md from project root

- Defined SessionRegistry[C] interface in registry.go with context/error support
- Implemented localRegistry[C] (in-memory) as the default OSS backend
- Refactored Pool and sweepExpired to use the registry abstraction
- Updated unit tests to use registry methods instead of direct map access
- Removed stale TODO.md from project root
@HackStrix HackStrix merged commit dd632b8 into main Mar 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant