Skip to content

Commit 1d60c03

Browse files
committed
chore(fleet): repin to the pack with current dispatch routing
1 parent 1d6d893 commit 1d60c03

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

.config/repo/socket-wheelhouse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"schemaVersion": 1,
77
"repoName": "socket-cli",
88
"bundle": {
9-
"ref": "fleet-pack-cb228b0261d205472ce5bc7984369d2db7022c6a",
10-
"cascadeSha": "cb228b0261d205472ce5bc7984369d2db7022c6a"
9+
"ref": "fleet-pack-3954896128fd0bdb5c2bb128a426c6778e86f077",
10+
"cascadeSha": "3954896128fd0bdb5c2bb128a426c6778e86f077"
1111
},
1212
"repo": {
1313
"type": "mono"

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
- 🚨 npm-family auth (npm/pnpm/yarn publish/login) uses BROWSER auth (`--auth-type=web`); NEVER pass or suggest `--otp=<code>`. [`token-hygiene`](docs/agents.md/fleet/token-hygiene.md)
121121
- 🚨 Verify state before acting: read a resource's published state before any create/claim/publish (`npm view` / `gh release view`). (`.claude/hooks/fleet/verify-before-publish-guard/`) [`verify-state-before-acting`](docs/agents.md/fleet/verify-state-before-acting.md)
122122
- 🚨 Publish through the pipeline, never locally: no `npm|pnpm publish` / `pnpm stage publish` / `cargo publish` / direct `npm-publish.mts` runs. [`version-bumps`](docs/agents.md/fleet/version-bumps.md)
123-
- 🚨 ONE npm upload invocation fleet-wide (`publish-infra/npm/publish-command.mts`); no npm token ever reaches CI, `direct` is only ever a LOCAL `0.0.0` name reservation, and a `Skipped OIDC` run that exits 0 still fails. (`scripts/fleet/check/publish-entrypoints-are-fleet-composed.mts`) [`trusted-publishing-posture`](docs/agents.md/fleet/trusted-publishing-posture.md)
123+
- 🚨 ONE npm upload invocation fleet-wide (`registry-infra/npm/publish-command.mts`); no npm token ever reaches CI, `direct` is only ever a LOCAL `0.0.0` name reservation, and a `Skipped OIDC` run that exits 0 still fails. (`scripts/fleet/check/publish-entrypoints-are-fleet-composed.mts`) [`trusted-publishing-posture`](docs/agents.md/fleet/trusted-publishing-posture.md)
124124
- 🚨 npm sits behind bot management: reuse the seeded session, and PAUSE a human-verification challenge for the operator via `runChallengeAware`; never blind-retry into a rate limit. [`npm-anti-bot-rhythm`](docs/agents.md/fleet/npm-anti-bot-rhythm.md)
125125
- 🚨 Validate what SHIPS, not the source tree: the packed tarball's bytes (closed entry allowlist, regular files only, no `..`/backslash entries, bin exec bits) plus a leak scan of packed AND decompressed bytes. [`artifact-hygiene`](docs/agents.md/fleet/artifact-hygiene.md)
126126
- 🚨 A `github-action` member ships the committed `dist/` at a tag: only rebuild-and-diff proves currency (git ancestry proves staleness alone), and a floating `v<major>` alias either tracks its line's newest release or does not exist. (`scripts/fleet/check/github-action-aliases-are-not-frozen.mts`) [`github-action-release-contract`](docs/agents.md/fleet/github-action-release-contract.md)

pnpm-lock.yaml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,6 @@ minimumReleaseAgeExclude:
375375
# trumps the soak heuristic for this one pinned version. Scoped to
376376
- '@stuie/*'
377377
- '@ultrathink/*'
378-
# @yuku-parser 0.5.31 — third-party native parser; the per-platform binding
379-
# family pinned to the exact version (a scope glob would blanket-bypass any
380-
# future @yuku-parser publish). Published within the 7-day soak.
381378
# oxfmt 0.55.0 — the formatter; bumped from 0.48.0 for its jsdoc fixes.
382379
# The main package + per-platform binding family are pinned to the exact
383380
# version (a scope glob would blanket-bypass any future @oxfmt publish). All
@@ -406,10 +403,6 @@ minimumReleaseAgeExclude:
406403
# markdownlint-cli2 0.23.1's vulnerable 5.2.1 exact-pin. Soak bypassed per
407404
# the high-severity security exception; exact-pinned so a future version
408405
# re-soaks.
409-
# yuku 0.8.0 — the transitive napi tree behind rolldown-plugin-dts
410-
# 0.27.14 (same owner directive as its entry above: build-only dts
411-
# emitter, never shipped to runtime). Core packages + both per-platform
412-
# binding families, exact-pinned so future versions re-soak.
413406
# published: 2026-08-04 | removable: 2026-08-11
414407
- '@socketsecurity/lib@6.5.3'
415408
# published: 2026-08-03 | removable: 2026-08-10

0 commit comments

Comments
 (0)