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
13
# analysis TODO

## Current
- [x] Basic parser setup for Rust, JS, Python, Go
- [x] Function definition extraction
- [x] Call site extraction

## Next
- [ ] Struct/class definition extraction
- [ ] Import/require dependency analysis
- [ ] Method resolution (impl blocks, classes)
- [ ] Cross-file call graph
- [ ] TypeScript-specific types