File tree Expand file tree Collapse file tree
.agents/skills/vscode-service-upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ disable-model-invocation: false
3333## Procedure
34340 . Run preflight dependency sync first (mandatory).
3535- Before any ref analysis or code migration, run:
36- - npm run update-local -dependencies && npm i
36+ - npm run update-vscode -dependencies && npm i
3737- Do not continue until this command succeeds.
38+ - Also sync Node runtime config used by this repo:
39+ - update ` mise.vscode.toml ` so ` tools.node ` matches the Node version from the VSCode ` .nvmrc ` used for the upgrade source.
3840
39411 . Resolve refs and scope.
4042- Read the new ref from ` package.json ` at ` config.vscode.ref ` .
@@ -85,7 +87,9 @@ disable-model-invocation: false
8587
8688## Completion Checklist
8789- Preflight dependency sync completed successfully:
88- - npm run update-local-dependencies && npm i
90+ - npm run update-vscode-dependencies && npm i
91+ - Node runtime sync completed:
92+ - ` mise.vscode.toml ` ` tools.node ` matches the Node version from VSCode ` .nvmrc ` .
8993- ` src/missing-services.ts ` updated before any other service migration work.
9094- Every newly added service has both:
9195 - a fake registration in ` src/missing-services.ts ` ,
You can’t perform that action at this time.
0 commit comments