Skip to main content

tsift_status/
lib.rs

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