better-worktree
Quick Start

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

Detailed guide

For repository-level contribution policies, see CONTRIBUTING.md in the project root.