TypeScript changes:
bun run build && bun linkThis compiles ts/ → dist/ via tsdown and registers the binaries globally.
Rust changes (rs/ directory):
bun run build:rs && bun run build && bun linkbuild:rs runs cargo install --path rs (release build, installs to ~/.cargo/bin/agent-yes).
Must be done whenever any .rs file changes, otherwise the old binary stays in place.