Release Notes
Improved
- Concurrent hook execution:
wt hook post-startandwt hook post-switchnow run all commands concurrently (matching their normal background behavior) instead of sequentially with fail-fast. Multiple failures are collected and reported together.
Documentation
- Nested bare repo layout: Added worktree-path template example for nested bare repo layout (
project/.gitpattern). Uses relative paths like../{{ branch | sanitize }}to create worktrees as siblings to the .git directory.
Install worktrunk 0.8.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.2/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.2/worktrunk-installer.ps1 | iex"