polyc-runtime 2026.8.3

Shared Unix-coherence runtime for polychrome binaries: logging, health/metrics side-server, signals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Shared Unix-coherence scaffolding for polychrome binaries (PRD ยง11):
//! structured logging, a health/metrics side-server, and signal-driven graceful
//! shutdown. Used by both the control plane and the harness so the two binaries
//! behave identically under Kubernetes.

pub mod admission;
pub mod compat;
pub mod ghcr;
pub mod health;
pub mod hot_reload;
pub mod observability;
pub mod propagation;
pub mod release_manifest;
pub mod retry;
pub mod signals;
pub mod stager;
pub mod supervise;
pub mod update_copy;