Skip to content

Commit ae162a2

Browse files
committed
chore(fleet): repin to the pack with current dispatch routing
1 parent 4cf36dc commit ae162a2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.config/repo/socket-wheelhouse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"trustPolicy": "no-downgrade"
6666
},
6767
"bundle": {
68-
"ref": "fleet-pack-d23f2092aae61ecf79f050dff9e4f00e75ac853e",
69-
"cascadeSha": "d23f2092aae61ecf79f050dff9e4f00e75ac853e"
68+
"ref": "fleet-pack-f26ea6cb54083f69ed975bdfa42d7197f5359087",
69+
"cascadeSha": "f26ea6cb54083f69ed975bdfa42d7197f5359087"
7070
},
7171
"bornTested": {
7272
"grandfathered": [

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ curated), and it never interweaves with project content.
101101
- 🚨 Module-scope functions use `function foo() {}` declarations, not arrow consts. [`sorting`](docs/agents.md/fleet/sorting.md)
102102
- 🚨 Every top-level `src/` symbol is exported; `typescript/no-explicit-any` is fleet-wide, never relaxed; `as any` is forbidden. [`export-and-no-any`](docs/agents.md/fleet/export-and-no-any.md)
103103
- An exported name carries a domain word; a bare single generic token (`create`/`parse`/`get`) is a grep-noise magnet. [`code-style`](docs/agents.md/fleet/code-style.md)
104+
- 🚨 Fixture names in tests are fake but DESCRIPTIVE (`example.js`, `/path/to/example`, `@example/module` - an empty npm scope), never single-letter placeholders; backlog burns down shrink-only. (`scripts/fleet/check/fixture-names-are-descriptive.mts`) [`code-style`](docs/agents.md/fleet/code-style.md)
104105
- 🚨 Soft cap 500 lines, hard cap 1000: the soft band (501–1000) MUST split; the hard-cap-only `max-file-lines` marker names a real `<category>: <reason>`. [`file-size`](docs/agents.md/fleet/file-size.md) [`max-file-lines-hard-cap-only`](docs/agents.md/fleet/max-file-lines-hard-cap-only.md)
105106
- 🚨 New lint rules default `"error"` with `fixable: 'code'`; oxlint + oxfmt only, no ESLint/Prettier/Biome. [`lint-rules`](docs/agents.md/fleet/lint-rules.md)
106107
- 🚨 The formatter runs BEFORE the linter: oxfmt owns final wrapping, so a line-counting rule measured on unformatted text never converges; leave headroom under a cap. [`format-before-lint`](docs/agents.md/fleet/format-before-lint.md)

0 commit comments

Comments
 (0)