Skip to content

Use explicit channel registry - #51

Merged
mic1on merged 1 commit into
mainfrom
refactor/channel-registry
Jul 11, 2026
Merged

Use explicit channel registry#51
mic1on merged 1 commit into
mainfrom
refactor/channel-registry

Conversation

@mic1on

@mic1on mic1on commented Jul 11, 2026

Copy link
Copy Markdown
Member

Summary

  • add an explicit CHANNEL_REGISTRY for supported settings channel names and aliases
  • update Notify.from_settings to use registry lookup instead of scanning dir(use_notify.channels)
  • add a regression test proving unregistered module attributes are ignored

Closes #50

Verification

  • make lint
  • make test (117 passed)
  • make coverage (97% total)
  • uv build
  • uv pip check

@mic1on
mic1on merged commit ae51d8a into main Jul 11, 2026
3 checks passed
@mic1on
mic1on deleted the refactor/channel-registry branch July 11, 2026 13:18
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.

Use an explicit channel registry for settings loading

1 participant