tuicr 0.10.0

Review AI-generated diffs like a GitHub pull request, right from your terminal.
# Contributing

## The workflow

1. Use Codex, Claude, or your favorite AI coding agent to make changes
2. Run `cargo run` to review the diff with `tuicr` itself
3. Export your comments and feed them back to the agent
4. Repeat until you're happy
5. Open a PR

Dogfooding is mandatory. If `tuicr` is annoying to use for your own changes, fix that first.

## Building

```bash
cargo build
cargo test
cargo fmt
```

## Guidelines

- Keep it simple—this is a focused tool, not a platform
- If you add a feature, use it yourself first
- Bug reports and feature requests welcome via issues

## Committers

The following individuals have write access to `tuicr`:

- [@agavra]https://github.com/agavra (chair)
- [@YPares]https://github.com/YPares
- [@martintrojer]https://github.com/martintrojer

The chair has final decision-making authority on project direction. Consistent,
quality contributions (issues, pull request reviews and code submissions) are
the path to committership, keep contributing and you may receive an invite!