Seven-crate workspace per docs/01-architecture.md. harness-core gets the domain types (Session/Message/Part/ToolState), a broadcast EventBus, the last-match-wins wildcard permission evaluator, and a SQLite storage actor (dedicated thread + mpsc, JSON-blob rows) with roundtrip tests. All other crates are compiling stubs. CI runs fmt/clippy -D warnings/test.
9 lines
480 B
Markdown
9 lines
480 B
Markdown
# ai-harness
|
|
|
|
A terminal AI coding harness in Rust — ratatui TUI, GitHub Copilot / OpenAI / Anthropic providers, and fully config-driven multi-agent orchestration inspired by [opencode](https://github.com/sst/opencode) and [oh-my-opencode-slim](https://github.com/alfianlensundev/oh-my-opencode-slim).
|
|
|
|
**Status:** design phase. The full design lives in [`docs/`](docs/00-overview.md).
|
|
|
|
- [Overview & document map](docs/00-overview.md)
|
|
- [Milestone plan](docs/10-milestones.md)
|