Commit 91c1468
chore: install deps before surveying in dependency update command [RED-709]
Phase 1 of the dependency-update command sent the operator straight to
`pnpm outdated -r`. That command compares the installed tree against the
registry, so in a tree without node_modules it reports every direct
dependency as `missing (wanted ...)` — including ones already up to date —
instead of only what is outdated, making the survey useless.
A fresh git worktree never has node_modules, since gitignored artifacts are
not shared between worktrees, so the survey fails there by default. Add the
install step and a tripwire describing the all-`missing` output, so the next
operator recognises the failure instead of re-deriving it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5d7d519 commit 91c1468
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments