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
/// Initial schema DDL, loaded from the migration file at compile time.
pub const INITIAL_SCHEMA: &str = include_str!("migrations/001_initial.sql");