Add notification hook and run summary

This commit is contained in:
2026-05-31 02:33:09 +00:00
parent 5408f14195
commit 78f92154ab
8 changed files with 373 additions and 12 deletions

13
docs/internal/notify.md Normal file
View 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.