Documentation
Contributing
Use this guide if you want to build the tool locally, run verification, or open a pull request.
Local development setup
git clone https://github.com/your-org/better-worktree.git
cd better-worktree
bun install Run the apps
bun run start # CLI + TUI
bun run docs:dev # Docs site Required verification
bun test
bunx tsc --noEmit Before opening a PR
- Add or update tests for behavior changes.
- Keep changes focused and include a clear description of intent.
- Update docs when command behavior or workflows change.
Detailed guide
For repository-level contribution policies, see CONTRIBUTING.md in the project
root.