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
# TODO — runtime

## Active
- [ ] `runtime/ask/` needs contract tests for each provider command path.
- [ ] `runtime/autopilot/` needs unit tests for phase transition logic.
- [ ] `runtime/gates/` needs schema validation for `.gates.toml` files.
- [ ] `runtime/proof/` needs golden tests for proof JSON output shape.
- [ ] `runtime/ralph/` needs timeout and retry configurability exposed via CLI.
- [ ] `runtime/scheduler/` needs in-memory simulation tests for `OwnershipMap` races.

## Later
- Consolidate shared retry/backoff logic between `ralph`, `autopilot`, and `scheduler`.