arashi 1.16.0 → 1.18.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.
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
 
@@ -125,6 +125,7 @@ Arashi currently provides these commands:
125
125
  - `arashi shell init <bash|zsh|fish>`
126
126
  - `arashi shell install`
127
127
  - `arashi pull`
128
+ - `arashi push [--set-upstream] [--dry-run] [--only <repo>] [--json]`
128
129
  - `arashi sync`
129
130
  - `arashi setup [--only <repo>] [--verbose]`
130
131
 
@@ -321,6 +322,7 @@ Arashi also ships a dedicated `skills.sh` integration package for guided install
321
322
  - Setup command details: [`docs/commands/setup.md`](./docs/commands/setup.md)
322
323
  - Switch command details: [`docs/commands/switch.md`](./docs/commands/switch.md)
323
324
  - Remove command details: [`docs/commands/remove.md`](./docs/commands/remove.md)
325
+ - Push command details: [`docs/commands/push.md`](./docs/commands/push.md)
324
326
  - FZF integration: [`docs/FZF_COMPATIBILITY.md`](./docs/FZF_COMPATIBILITY.md)
325
327
 
326
328
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arashi",
3
- "version": "1.16.0",
3
+ "version": "1.18.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",
@@ -133,6 +133,13 @@
133
133
  "description": "Canonical git URL for cloning the repository",
134
134
  "type": "string"
135
135
  },
136
+ "groups": {
137
+ "description": "Optional semantic groups this repository belongs to",
138
+ "items": {
139
+ "type": "string"
140
+ },
141
+ "type": "array"
142
+ },
136
143
  "path": {
137
144
  "description": "Path to the repository (relative or absolute)",
138
145
  "type": "string"