Build and check the project with Cargo:
```bash
cargo build
cargo test
```
Run the local binary without installing:
```bash
cargo run --
cargo run -- run "summarize this repository"
```
Use the local binary to test the [interactive TUI](/interactive-tui), [automation mode](/automation-cli), [configuration](/configuration), and [tools](/tools-workspace) behavior while developing.