Release Notes
Added
wt hookcommand: New command for running lifecycle hooks directly. Moved hook execution fromwt steptowt hookfor cleaner semantic separation. (#113)- Named hook execution: Run specific named commands with
wt hook <type> <name>(e.g.,wt hook pre-merge test). Includes shell completion for hook names from project config. (#114)
Fixed
- Zsh completion syntax: Fixed
_describesyntax in zsh shell completions. (6ae9d0f) - Fish shell wrapper: Fixed stderr redirection in fish shell wrapper. (0301d4b)
- CI status for local branches: Only check CI for branches with upstream tracking configured. (6273ccd)
- Git error messages: Include executed git command in error messages for easier debugging. (200eea4)
Download worktrunk 0.1.15
| File | Platform | Checksum |
|---|---|---|
| worktrunk-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| worktrunk-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| worktrunk-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| worktrunk-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| worktrunk-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |