//! Background Daemon for Claude Code Agent Mode
//!
//! Manages the lifecycle of the PMAT background agent service with graceful
//! startup, shutdown, and continuous operation capabilities.
// Re-export all public types for backward compatibility
pub use AgentDaemon;
pub use DaemonManager;
pub use ;