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
mod checksum;
mod ops;
mod path;
mod types;

#[cfg(test)]
mod tests;

pub use checksum::{compute_checksum, compute_checksum_bytes, is_identical, maybe_backup};
pub use types::{
    AssetManifest, BackupEntry, EntryKind, ManifestEntry, RollbackReport, MANIFEST_SCHEMA_VERSION,
};