omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
/target
Cargo.lock
*.log
.omk/

# Local Beads/worktree state. Sync Beads through bd/Dolt, not feature PRs.
/.beads/
/.beads-wisp/
/.worktrees/

# Generated documentation/site outputs. Keep source docs tracked.
/book/
/docs/book/
/docs/.vitepress/cache/
/docs/.vitepress/dist/
/docs/.docusaurus/

# Generated reports linked from docs or release notes.
/coverage/
/tarpaulin-report.html
/cobertura.xml
/lcov.info

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key

# Local module contract draft
/MODULE_CONTRACT_PATTERN.ru.md

# Environment variables
.env
.env.*

# Sibling reference clones — kept locally for comparison, not vendored.
# Re-enable individually with `git add -f` if a real submodule is added later.
/bernstein/
/cline/
/cli-agent-orchestrator/
/SWE-agent/