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
14
15
16
// SPDX-License-Identifier: AGPL-3.0-or-later
pub mod config;
pub mod cost;
pub mod data_source;
pub mod identity;

pub use data_source::DataSource;
pub use identity::ActorIdentity;
pub mod event;
pub mod machine_registry;
pub mod migrate_home;
pub mod paths;
pub mod project_identity;
pub mod repo;
pub mod session;
pub mod workspace;