Files
BrowserOS/packages/browseros-agent/.config/README.md
Dani Akash 290ee91a8b Add 'packages/browseros-agent/' from commit '90bd4be3008285bf3825aad3702aff98f872671a'
git-subtree-dir: packages/browseros-agent
git-subtree-mainline: 8f148d0918
git-subtree-split: 90bd4be300
2026-03-13 21:22:09 +05:30

880 B

Worktrunk Setup

This repo uses Worktrunk for running multiple Claude Code agents in parallel on different branches.

Install Worktrunk

brew install max-sixty/worktrunk/wt
wt config shell install
# restart terminal

Quick Commands

Task Command
Create worktree + start Claude wt switch -c -x claude feat-name
Switch to existing worktree wt switch feat-name
List all worktrees wt list
Create PR gh pr create
Remove worktree wt remove feat-name

What happens on wt switch -c

  1. Creates new worktree at ../browseros-server.feat-name/
  2. Runs bun install
  3. Copies .env.development files from main worktree

Hooks

Hooks are configured in .config/wt.toml:

  • post-create: Runs bun install and copies env files from the main worktree