Goal
Add Event Notification as a first-class PatternKit pattern for publishing compact notifications that tell subscribers something happened without embedding the full state transfer payload.
Required scope
- Fluent runtime API for notification naming, correlation metadata, and typed event dispatch decisions.
- Source-generated factory path with diagnostics for invalid notification methods.
- TinyBDD runtime, generator, and real-world example coverage.
- Importable IServiceCollection example for ASP.NET Core or Microsoft.Extensions.Hosting integration.
- User guide, generator guide, example docs, catalog coverage, and production readiness entries.
- CI must land green on main.
Goal
Add Event Notification as a first-class PatternKit pattern for publishing compact notifications that tell subscribers something happened without embedding the full state transfer payload.
Required scope