kaizen-cli 0.1.35

Distributable agent observability: real-time-tailable sessions, agile-style retros, and repo-level improvement (Cursor, Claude Code, Codex). SQLite, redact before any sync you enable.
Documentation
// SPDX-License-Identifier: AGPL-3.0-or-later
pub mod cold_parquet;
pub mod event_index;
pub mod hot_log;
pub mod outbox_redb;
pub mod projector;
pub mod query;
pub mod remote_cache;
pub mod span_tree;
pub mod sqlite;
pub mod tool_span_index;
pub use remote_cache::{
    RemoteCacheStore, RemoteEventAgg, RemotePullState, clear_remote_cache_tables,
};
pub use span_tree::{SpanNode, build_tree};
pub use sqlite::GuidanceKind;
pub use sqlite::GuidancePerfRow;
pub use sqlite::GuidanceReport;
pub use sqlite::InsightsStats;
pub use sqlite::PruneStats;
pub use sqlite::SYNC_STATE_LAST_AGENT_SCAN_MS;
pub use sqlite::SYNC_STATE_LAST_AUTO_PRUNE_MS;
pub use sqlite::SessionFilter;
pub use sqlite::SessionOutcomeRow;
pub use sqlite::SessionPage;
pub use sqlite::SessionSampleAgg;
pub use sqlite::Store;
pub use sqlite::SummaryStats;