//! Daemon lifecycle event log — thin re-export of
//! [`crate::core::lifecycle`].
//!
//! The writer was extracted to `zccache-core` so the CLI can also
//! append lifecycle events (notably `spawn-attempt` records that
//! capture *why* a daemon respawn was triggered). See issue #323 for
//! the diagnostic gap that motivated the move. Daemon-side code
//! continues to address this as `super::lifecycle::...` for
//! readability; this module exists only to forward those references.
pub use crate;