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
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Workspace-local Tantivy search index.

pub mod extract;
pub mod reader;
pub mod reindex;
pub mod schema;
pub mod writer;

pub use extract::{SearchDoc, extract_doc, kind_label, tokens_total};
pub use reader::{SearchHit, SearchQuery, search};
pub use reindex::reindex_workspace;
pub use writer::{PendingWriter, delete_sessions};