Development
Build and check the project with Cargo:
bash
cargo build
cargo testRun the local binary without installing:
bash
cargo run --
cargo run -- run "summarize this repository"Use the local binary to test the interactive TUI, automation mode, configuration, and tools behavior while developing.