// Source: ~/claudecode/openclaudecode/src/services/autoDream/config.ts
//! Leaf config module for auto-dream feature.
//! Intentionally minimal imports so components can read the auto-dream
//! enabled state without dragging in the agent/task registry chain.
/// Whether background memory consolidation should run.
/// Returns true by default in this SDK port. In the full claude code
/// implementation, this would check user settings (autoDreamEnabled)
/// and fall through to the GrowthBook feature flag tengu_onyx_plover.