notify-bus
Connects the notification bus and provides a notification client.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| notify-bus-client.ts | Notify Bus Client |
Dependencies and change boundaries
Declared Host dependencies: auth · experiments.
Separate internal delivery from external-service connections and preserve local-mode conditions.
See Configuration for activation policy and Features for support status.