A Go CLI to capture and investigate fast inbounds — Slack threads, hallway asks, leadership questions — and turn them into entrypoints for agentic work in Claude Code.
curl -fsSL https://jvcorredor.github.io/bytheway/install.sh | sh
go install github.com/jvcorredor/bytheway@latest
The shell installer lands btw in $HOME/.local/bin. go install lands bytheway in $GOBIN — alias it with alias btw=bytheway (bash/zsh) or alias --save btw=bytheway (fish). See the install reference for env-var overrides, $PATH setup, and the alias rationale.
Full docs: https://jvcorredor.github.io/bytheway/. The docs site is the canonical reference for subcommands, flags, JSON schema, file format, config keys, and agentic-usage patterns.