omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
pub mod ask;
pub mod atomic;
pub mod autopilot;
pub mod classifier;
pub mod config;
pub mod conversation;
pub mod db;
pub mod escalation;
pub mod events;
pub mod gates;
pub mod goal;
pub mod metrics;
pub mod migrate;
pub mod proof;
pub mod ralph;
pub mod retry;
pub mod sanitize;
pub mod scheduler;
pub mod session;
pub mod shell;
pub mod state;
pub mod ultrawork;
pub mod watchdog;
pub mod wire_worker;
pub mod worker;