Documentation
README
Repo conventions
Search the bundled docs before guessing:
bb docs search "conventional commits"
- Commits follow conventional-commit style (
feat(scope): summary). - Branches are named
bb/<topic>. - Every bug fix ships with a regression test.