Skip to content

Commit 3ef0dc8

Browse files
committed
chore(sync): cascade validators + token-guard + install-sfw
Wheelhouse cascade picks up several fixes: - `scripts/validate-file-size.mts` — SKIP_DIRS includes `external/` so vendored bundles stop tripping the validator on every commit. - `scripts/validate-esbuild-minify.mts` — newly cascaded (added to the sync manifest so future drift surfaces). - `.claude/hooks/token-guard/index.mts` — sensitive-name fragment regex tightened to underscore-token boundaries (`$AUTHOR_NAME` no longer trips `AUTH`). - `scripts/install-sfw.mts` — `prefer-exists-sync` disable rationale moved onto the directive (canonical convention). - `.config/oxlintrc.json` + `.config/oxfmtrc.json` — fleet-canonical block refreshed with the two new validator paths. - `.gitattributes` — linguist-generated block refreshed.
1 parent 5e23ac0 commit 3ef0dc8

6 files changed

Lines changed: 42 additions & 28 deletions

File tree

.claude/hooks/no-fleet-fork-guard/test/index.test.mts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.claude/hooks/token-guard/index.mts

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

.config/oxfmtrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
"**/scripts/socket-wheelhouse-schema.mts",
7575
"**/scripts/update.mts",
7676
"**/scripts/validate-config-paths.mts",
77+
"**/scripts/validate-esbuild-minify.mts",
78+
"**/scripts/validate-file-size.mts",
7779
"#fleet-canonical-end"
7880
]
7981
}

.config/oxlintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
"**/scripts/socket-wheelhouse-schema.mts",
120120
"**/scripts/update.mts",
121121
"**/scripts/validate-config-paths.mts",
122+
"**/scripts/validate-esbuild-minify.mts",
123+
"**/scripts/validate-file-size.mts",
122124
"#fleet-canonical-end"
123125
]
124126
}

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,6 @@ scripts/socket-wheelhouse-emit-schema.mts linguist-generated=true
230230
scripts/socket-wheelhouse-schema.mts linguist-generated=true
231231
scripts/update.mts linguist-generated=true
232232
scripts/validate-config-paths.mts linguist-generated=true
233+
scripts/validate-esbuild-minify.mts linguist-generated=true
234+
scripts/validate-file-size.mts linguist-generated=true
233235
# ─── END fleet-canonical ────────────────────────────────────────

scripts/install-sfw.mts

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)