hotl-testkit 0.3.0

Internal component of hotl - no semver promise; pin exact or don't depend. Golden-transcript test harness: scripted provider + real engine + normalized persisted transcripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Internal component of hotl

This crate is an internal building block of
[**hotl**](https://crates.io/crates/hotl) — a human-on-the-loop terminal AI
agent with a tmux watch dashboard. It is published only so the `hotl` binary
can be `cargo install`ed from crates.io.

**No semver promise attaches to this crate's API.** The workspace's library
crates version in lockstep with the binary and their interfaces change
freely between releases — pin an exact version or don't depend on it.

- User docs: <https://nrakochy.github.io/hotl/>
- Repository & architecture: <https://github.com/nrakochy/hotl>