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
# skills TODO

## Current
- [ ] Add unit tests for `find_skill` (discovery.rs).
- [ ] Add unit tests for `inject_skill` and `match_trigger` (injector.rs).
- [ ] Reconcile `cli/skill.rs` with `src/skills/` so the CLI uses the module's discovery/parser surface instead of raw filesystem operations.

## Next
- [ ] Add integration test for `discover_skills` with a temporary directory fixture.
- [ ] Add schema validation or golden test for `Skill` serialization roundtrip.