Skip to content

Development

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, automation mode, configuration, and tools behavior while developing.