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
12
13
14
15
16
mod builder;
mod id;
mod kind;
mod reader;
mod sink;
mod writer;

pub use builder::*;
pub use id::*;
pub use kind::*;
pub use reader::*;
pub use sink::*;
pub use writer::*;

#[cfg(test)]
mod tests;