omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
1
2
3
4
#[test]
fn cli_entrypoint_is_exported_from_library() {
    let _run = omk::cli::run;
}