Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 490 Bytes

File metadata and controls

20 lines (13 loc) · 490 Bytes

agent-yes

After making changes, always rebuild and relink

TypeScript changes:

bun run build && bun link

This compiles ts/dist/ via tsdown and registers the binaries globally.

Rust changes (rs/ directory):

bun run build:rs && bun run build && bun link

build: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.