//! Portable shelf ledger.
//!
//! Lives at `$XDG_DATA_HOME/shoka/state.toml` (or platform equivalent).
//! Written exclusively through CLI commands (`tag`, `set`, `note`,
//! `import`, `export`) — direct hand-editing is discouraged. The
//! `shoka export` output is exactly this file's content.
//!
//! Phase 1 implementation pending.