v0.1.9
v0.1.9 - Rebrand to brin
Complete rebrand from "sus" to "brin" across the entire codebase, infrastructure, and npm package.
Changes
- New name — CLI binary, npm package, and all services renamed from
sustobrin - New domain —
brin.sh/api.brin.sh - New npm package —
npm install -g brin - Updated CLI — all commands now use
brin(brin add,brin check,brin scan, etc.) - Updated env vars —
BRIN_API_URL,BRIN_INSTALL_DIR,BRIN_VERSION - Updated config —
brin.json,.brin-docs/,[brin Docs Index]markers in AGENTS.md - Updated infrastructure — Cloud Run services redeployed as
brin-api,brin-worker,brin-watcher,brin-cve - Fixed API startup race — health server socket now releases cleanly before main server binds
Migration from sus
- Run
brin initto regenerate config (replacessus.jsonwithbrin.json) - Update any
SUS_API_URLenv vars toBRIN_API_URL - Rename
.sus-docs/to.brin-docs/ - AGENTS.md index markers update automatically on next
brin add
Full Changelog: superagent-ai/brin@v0.1.8...v0.1.9
What's Changed
- feat: add risk_level filter to packages API by @alanzabihi in https://github.com/superagent-ai/brin/pull/32
- chore: npm module packaging by @homanp in https://github.com/superagent-ai/brin/pull/33
- chore: rebrand to brin by @homanp in https://github.com/superagent-ai/brin/pull/37
Full Changelog: superagent-ai/brin@v0.1.8...v0.1.9