arashi 1.15.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ arashi update --dry-run
63
63
  arashi update --yes
64
64
  ```
65
65
 
66
- `arashi update` can update npm-managed installs when it can confidently detect the package manager, including npm, pnpm, Yarn, Bun, and Vite+ (`vp update -g arashi`). For official curl installer installs, `arashi update --yes` reruns the installer against the current binary directory.
66
+ `arashi update` can update npm-managed installs when it can confidently detect the package manager, including npm, pnpm, Yarn, Bun, and Vite+ (`vp update -g arashi`). For official direct-installer installs, `arashi update --yes` reruns the platform installer against the current binary directory: the POSIX curl installer on macOS/Linux and a deferred PowerShell installer on Windows after the current Arashi process exits.
67
67
 
68
68
  Verify install:
69
69
 
@@ -120,6 +120,7 @@ Arashi currently provides these commands:
120
120
  - `arashi list`
121
121
  - `arashi status`
122
122
  - `arashi remove <branch|path>`
123
+ - `arashi prune [--dry-run]` - clean stale Git worktree metadata
123
124
  - `arashi switch [filter] [--repos|--all] [--cd|--no-cd] [--sesh] [--no-default-launch]`
124
125
  - `arashi shell init <bash|zsh|fish>`
125
126
  - `arashi shell install`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arashi",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "description": "Git worktree manager for meta-repositories - The eye of the storm for your development workflow",
5
5
  "keywords": [
6
6
  "cli",