ai_memory/background/mod.rs
1// Copyright 2026 AlphaOne LLC
2// SPDX-License-Identifier: Apache-2.0
3
4//! v0.7.0 QW-3 — daemon-side background tasks landed for the
5//! context-offload substrate primitive.
6//!
7//! Today this carries just the daily TTL sweep for `offloaded_blobs`.
8//! Future v0.8.0 substrate work (Mermaid-canvas projection refresh,
9//! short-term-context auto-cadence) layers on without churning the
10//! daemon_runtime spawn surface.
11
12pub mod offload_ttl_sweep;