github Dicklesworthstone/agentic_coding_flywheel_setup v0.6.0
v0.6.0 - Complete bd→br migration

9 hours ago

Changes

Breaking Changes

  • Removed bd alias for br (beads_rust) - use br directly

New Features

  • br alias guard: Automatically removes stale alias br='bun run' from older ACFS versions
    • Uses whence -p br to detect binary vs alias (zsh-specific)
    • Ensures br command always points to beads_rust binary

Migrations

  • All bd references migrated to br across:
    • Shell config (acfs.zshrc)
    • Web app lessons and tutorials
    • Installer scripts (newproj, doctor, screens)
    • CLI flags (--no-bd--no-br)
    • Environment variables (AGENTS_ENABLE_BDAGENTS_ENABLE_BR)
    • State variables (enable_bdenable_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

Don't miss a new agentic_coding_flywheel_setup release

NewReleases is sending notifications on new releases.