feat: runtime manager

This commit is contained in:
Ilia Denisov
2026-04-28 20:39:18 +02:00
committed by GitHub
parent e0a99b346b
commit a7cee15115
289 changed files with 45660 additions and 2207 deletions
+10
View File
@@ -363,3 +363,13 @@ The implementation is complete only when all of the following hold:
notification types
- admin notifications remain `email`-only
- auth-code email still bypasses `Notification Service`
## Note: Runtime Manager Catalog Extension
The three administrator-only `runtime.*` notification types
(`runtime.image_pull_failed`, `runtime.container_start_failed`,
`runtime.start_config_invalid`) are added by the Runtime Manager
implementation plan, not by this document. See
[`../rtmanager/PLAN.md`](../rtmanager/PLAN.md) §«Stage 07. Notification
intent constructors and catalog extension». No new stages are added here
for that catalog growth.