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
9
10
11
pub mod bus;
pub mod disclosure;
pub mod escalation_log;
pub mod goal_bridge;
pub mod outcome;
pub mod session;

pub use bus::{ActiveMode, BusEvent, EventBus, Intent, Preflight, PreflightAction, PreflightKind};
pub use disclosure::format_disclosure;
pub use outcome::RouteOutcome;
pub use session::SessionCtx;