Add notification hook and run summary
This commit is contained in:
13
docs/internal/notify.md
Normal file
13
docs/internal/notify.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Notify
|
||||
|
||||
## Purpose
|
||||
|
||||
`internal/notify` defines the internal notification interface used by the application runner.
|
||||
|
||||
## Current behavior
|
||||
|
||||
The implemented notifier is a no-op. It is invoked only after a successful publish or replacement. Dry-run, skipped destinations, and failed destinations do not invoke it.
|
||||
|
||||
## Boundaries
|
||||
|
||||
No external notification adapters are implemented. Notification configuration is not part of the current user-facing config schema.
|
||||
Reference in New Issue
Block a user