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
mod store;
mod summary;

pub use store::{ClaimStore, RecoveredLease, DEFAULT_LEASE_SECS};
pub use summary::TaskSummary;