Skip to content

Commit ec35bd2

Browse files
committed
chore: clear pre-existing fleet-cascade check violations
Unblocks the Check gate after the cascade left stale artifacts: drop the expired ast-v8-to-istanbul trust waiver (removable 2026-06-01); exempt the fleet excluded-bundle.cjs from the 2 MB size cap (sibling of the built-in-allowed bundle.cjs/snapshot-bundle.cjs); refresh the stale llms.txt.
1 parent e699cbb commit ec35bd2

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"allow": [
3+
{
4+
"path": ".claude/hooks/fleet/_dispatch/excluded-bundle.cjs",
5+
"reason": "Fleet-canonical generated hook-dispatch bundle, sibling of bundle.cjs + snapshot-bundle.cjs which the check already allows built-in; this third bundle landed via a cascade before it was added to that built-in allowlist upstream."
6+
}
7+
]
8+
}

llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# socket-lib
22

3-
> Core utilities for [Socket.dev](https://socket.dev/) tools: file system, processes, HTTP, env detection, logging, spinners, and more. Tree-shakeable, TypeScript-first, cross-platform.
3+
> <a href="https://socket.dev/npm/package/@socketsecurity/lib"><img src="https://socket.dev/api/badge/npm/package/@socketsecurity/lib" alt="Socket Badge" height="20"></a> ![Coverage](assets/repo/coverage.svg)
44

55
| key | value |
66
| --- | --- |
7-
| version | 6.0.9 |
7+
| version | 6.0.10-prerelease |
88
| node | >=22 |
99
| layout | monorepo |
1010
| license | MIT |
1111
| package manager | pnpm (from repo root) |
1212

1313
## Docs
1414

15-
- [README](README.md): Core utilities for [Socket.dev](https://socket.dev/) tools: file system, processes, HTTP, env detection, logging, spinners, and more. Tree-shakeable, TypeScript-first, cross-platform.
15+
- [README](README.md): <a href="https://socket.dev/npm/package/@socketsecurity/lib"><img src="https://socket.dev/api/badge/npm/package/@socketsecurity/lib" alt="Socket Badge" height="20"></a> ![Coverage](assets/repo/coverage.svg)
16+
- [adversarial-self-review](docs/agents.md/fleet/adversarial-self-review.md): A clean automated review is one reviewer shape finding nothing. On a
1617
- [agent-delegation](docs/agents.md/fleet/agent-delegation.md): When a task fits one of the patterns below, hand it off instead of doing it in the current session. The point is to get a _different model's_ take, or to keep heavy work out of the main context. Don't…
1718
- [agents-and-skills](docs/agents.md/fleet/agents-and-skills.md): The CLAUDE.md `### Agents & skills` section names the entry-point skills. This file is the full taxonomy and the cross-fleet runner. Before authoring a new skill, read…
1819
- [binary-vs-napi-naming](docs/agents.md/fleet/binary-vs-napi-naming.md): Per-platform artifacts split into two naming domains **by design** (ratified
@@ -41,7 +42,6 @@
4142
- [gh-token-hygiene](docs/agents.md/fleet/gh-token-hygiene.md): GitHub CLI auth tokens are the highest-blast-radius credential most developers carry. The Nx Console supply-chain compromise (May 2026) exfiltrated `~/.config/gh/hosts.yml` and used the token against…
4243
- [git-config-write-guard](docs/agents.md/fleet/git-config-write-guard.md): A fleet repo's local `.git/config` carries **per-clone** state. Identity, signing keys, and core invariants like `core.bare` live in the **global** git config (and in `~/.gitconfig`); the local config…
4344
- [github-token-limitations](docs/agents.md/fleet/github-token-limitations.md): GitHub Actions suppresses every event created with the default `GITHUB_TOKEN` — pushes, `pull_request` open/close/reopen, issue events, tag creation. The only events that still fire are…
44-
- [hook-bundle](docs/agents.md/fleet/hook-bundle.md): Faster warm dispatch for import-safe fleet hooks via a CJS rolldown bundle plus a V8 compile-cache loader. Hook sources stay `.mts`.
4545

4646
## API
4747

pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,6 @@ managePackageManagerVersions: false
326326
pmOnFail: warn
327327
trustPolicy: no-downgrade
328328
trustPolicyExclude:
329-
# Transitive dep of @vitest/coverage-v8@4.1.6. Same maintainer
330-
# (ariperkkio) + same repo + provenance attestation as earlier
331-
# versions; the downgrade flag reflects a trusted-publisher ->
332-
# provenance evidence-class change, not a takeover.
333-
# published: 2026-05-25 | removable: 2026-06-01
334-
- 'ast-v8-to-istanbul@1.0.2'
335329
- '@yarnpkg/core@4.5.0'
336330
- '@yarnpkg/libzip@3.2.2'
337331
- 'compromise@14.15.0'

0 commit comments

Comments
 (0)