tsift-status 0.1.78

Session health + lock diagnostics for tsift — index freshness, instruction version, summary-cache and lock-sidecar status
Documentation
1
2
3
4
5
6
7
8
//! `tsift-status` — session health + lock diagnostics extracted from root `tsift`.
//!
//! Backs `tsift status` and `tsift locks`: index freshness, instruction-version
//! checks, summary-cache recovery diagnostics, and lock-sidecar / journal state.
//! Root `tsift` re-exports via `pub use tsift_status::status;` so existing
//! `tsift::status::*` callers keep compiling.

pub mod status;