kaizen-cli 0.1.44

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
17
// SPDX-License-Identifier: AGPL-3.0-or-later

#[path = "tui_app/driver.rs"]
mod driver;

use driver::TuiDriver;
use quint_connect::*;

#[quint_run(
    spec = "specs/tui-app.qnt",
    max_samples = 20,
    max_steps = 10,
    seed = "0x7"
)]
fn tui_app_run() -> impl Driver {
    TuiDriver::default()
}