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
5
6
7
8
pub mod app;
pub mod commands;
pub mod composed_backend;
pub mod events_adapter;
pub mod input;
pub mod persistence;
pub mod run;
pub mod session_id;