Commit 2f5895b
committed
fix: repoint moved fleet script paths and wire lockstep:emit-mirror-globs
The scripts/repo migration moved check.mts and update.mts into
scripts/fleet/, but packages/cli/package.json still pointed its
"check" and "update" scripts at the old ../../scripts/*.mts paths,
failing check-script-paths-resolve.
The lockstep-emit-mirror-globs.mts script cascaded in (and its sibling
lockstep:emit-schema is wired), but the root package.json never got the
matching lockstep:emit-mirror-globs alias, so the updating-lockstep skill
docs cited a pnpm script that did not resolve, failing
check-pnpm-run-citations-resolve.
- packages/cli/package.json: check -> ../../scripts/fleet/check.mts
- packages/cli/package.json: update -> ../../scripts/fleet/update.mts
- package.json: add lockstep:emit-mirror-globs pointing at the existing
scripts/fleet/lockstep-emit-mirror-globs.mts shim1 parent 7e5fa43 commit 2f5895b
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments