Commit fbba883
authored
fix: green socket-cli main 🔎 Check (script paths, citations, action port map, coverage badge) (#1437)
* 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 shim
* fix: green remaining 🔎 Check residuals (action port map + coverage badge)
Two fleet-drift 🔎 Check failures on main, independent of the
script-path/citation fix:
- action-ports-are-lock-stepped: the setup-go-toolchain composite had
no port-map entry. Its action.yml states it is "written inline so we
don't depend on a third-party action" and only borrows actions/setup-go's
generic fallback ordering, porting neither its input surface nor its
go.dev/dl download algorithm — so it is Socket-original (`[]`), not a
lock-stepped port.
- coverage-badge-is-current: the README carried a shields.io badge with a
decimal percent (coverage-75.08%25) that the migrator's integer-only
matcher could not recognize, tripping the unrecognized-form gate.
Repointed to the canonical repo-local asset badges/coverage.svg (the
generated placeholder SVG already exists and is tracked).1 parent d93a2b4 commit fbba883
4 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
0 commit comments