polyc-runtime 2026.8.0

Shared Unix-coherence runtime for polychrome binaries: logging, health/metrics side-server, signals.
Documentation
//! 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;
pub mod warm_swap;