feat: reword phase to epic, update mkdocs
This commit is contained in:
@@ -21,7 +21,7 @@ Implement a **channel-based error bus** with pluggable sinks:
|
||||
|
||||
1. **Error bus interface**: `type ErrorPublisher interface { Publish(err error) }`
|
||||
2. **Channel-based implementation**: Background goroutine consumes errors from channel
|
||||
3. **Pluggable sinks**: Logger (always), Sentry (optional, Phase 6)
|
||||
3. **Pluggable sinks**: Logger (always), Sentry (optional, Epic 6)
|
||||
4. **Panic recovery middleware**: Automatically publishes panics to error bus
|
||||
|
||||
**Rationale:**
|
||||
|
||||
Reference in New Issue
Block a user