Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.3.0
# Windows (PowerShell)
$v="v0.3.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Features
- aa1217b feat: workspace recovery — detect interrupted sessions via stale locks
Other
- 5bf1ee5 quality: MQ pass — lint fixes, nil-context, test coverage for workspace recovery