relayburn-cli 0.0.1

The `burn` CLI — published to crates.io. Crate name is relayburn-cli because `burn` is taken on crates.io; the binary keeps the `burn` invocation.
relayburn-cli-0.0.1 is not a library.
Visit the last successful build: relayburn-cli-2.8.2

relayburn-cli

Placeholder — name reserved for the Rust port of relayburn.

This crate will produce the burn binary (session-cost + hotspots + overhead attribution CLI for Claude Code, Codex, and OpenCode). Today it's an empty stub; the real port lands in issue #248 as part of the v2 epic (#240).

The crate name is relayburn-cli (not burn) because burn is taken on crates.io. The binary name stays burn:

[[bin]]
name = "burn"

For the current usable CLI today:

npm install -g relayburn

Don't cargo install relayburn-cli yet. The 1.0 release ships when the port lands.