| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-02 | 967 Bytes | |
| v0.6.0 - Complete bd-br migration source code.tar.gz | 2026-02-02 | 4.2 MB | |
| v0.6.0 - Complete bd-br migration source code.zip | 2026-02-02 | 4.6 MB | |
| Totals: 3 Items | 8.8 MB | 1 | |
Changes
Breaking Changes
- Removed
bdalias forbr(beads_rust) - usebrdirectly
New Features
- br alias guard: Automatically removes stale
alias br='bun run'from older ACFS versions - Uses
whence -p brto detect binary vs alias (zsh-specific) - Ensures
brcommand always points to beads_rust binary
Migrations
- All
bdreferences migrated tobracross: - Shell config (acfs.zshrc)
- Web app lessons and tutorials
- Installer scripts (newproj, doctor, screens)
- CLI flags (
--no-bd→--no-br) - Environment variables (
AGENTS_ENABLE_BD→AGENTS_ENABLE_BR) - State variables (
enable_bd→enable_br) - Test suites
Bug Fixes
- Fixed mock function in test_newproj_errors.bats using wrong function name
- Fixed shellcheck SC1087 in test_new_tools_e2e.sh
Notes
- Bead IDs (bd-XXXX) are preserved as historical identifiers
- Upgrading users should re-source their shell or restart terminal