pointbreak 0.5.0

Durable terminal code review for changes humans and coding agents collaborate on together
Documentation
1
2
3
4
5
6
7
8
use std::process::ExitCode;

mod cli;
mod cli_tracing;

fn main() -> ExitCode {
    cli::run_main()
}