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
// SPDX-License-Identifier: AGPL-3.0-or-later
include!("mcp_tool_names.inc");

#[test]
fn all_mcp_tool_names_follow_protocol_format() {
    // @regression: rmcp warned on every daemon start for slash-delimited names.
    assert!(KAIZEN_MCP_TOOL_NAMES.iter().all(|name| {
        name.chars()
            .all(|ch| ch.is_ascii_alphanumeric() || matches!(ch, '_' | '-' | '.'))
    }));
}