You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Whether to install deprecated compatibility shim skills (defaults to No on a new installation)
38
39
39
40
Accept the defaults and you land on the latest stable release of every module, configured for your chosen tool.
40
41
42
+
Existing installations keep their current shim choice during Quick Update. Modify Install lets you change it explicitly. Once a release no longer contains any shims, the installer stops asking and removes previously installed shims through its normal update cleanup.
43
+
41
44
:::tip[Just want the newest prerelease?]
42
45
43
46
```bash
@@ -126,6 +129,8 @@ Under `--yes`, patch and minor upgrades apply automatically. Majors stay frozen
126
129
|`--list-tools`| Print all supported tool/IDE IDs (with target directories) and exit. |
127
130
|`--action <type>`|`install`, `update`, or `quick-update`. Defaults based on existing install state. |
128
131
|`--custom-source <urls>`| Install custom modules from Git URLs or local paths |
132
+
|`--shims`| Install deprecated compatibility shim skills when selected modules still provide them |
133
+
|`--no-shims`| Explicitly omit deprecated compatibility shim skills; on an existing install this removes them during update |
129
134
|`--channel <stable\|next>`| Apply to all externals (aliased as `--all-stable` / `--all-next`) |
"test": "npm run test:refs && npm run test:install && npm run test:urls && npm run test:site-url && npm run test:channels && npm run test:renderer && npm run test:retrospective && npm run test:sprint-planning && npm run test:skills && npm run lint && npm run lint:md && npm run format:check",
0 commit comments