annotui 0.1.0

Mouse-first terminal UI for commenting on files and piped text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# AGENTS.md

- Run `scripts/ci-local.sh` before finishing a change.
- Keep `#![forbid(unsafe_code)]` and the Slophammer unsafe policy enabled.
- Keep domain and source behavior independent of Ratatui, Crossterm, filesystem IO,
  process state, and terminal coordinates.
- Validate external JSON before it enters app state.
- Add tests for every behavior change, including mouse hit testing when layout changes.
- Prefer the standard library or existing dependencies over adding a crate.
- Follow the Slophammer Rust guidance at
  https://github.com/dutifuldev/slophammer/blob/main/docs/AGENT_ENTRYPOINT.md.