Skip to content

Commit 39f2e0d

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 af8fd90 commit 39f2e0d

8 files changed

Lines changed: 48 additions & 30 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
@@ -73,6 +73,8 @@
7373
"**/scripts/socket-wheelhouse-schema.mts",
7474
"**/scripts/update.mts",
7575
"**/scripts/validate-config-paths.mts",
76+
"**/scripts/validate-esbuild-minify.mts",
77+
"**/scripts/validate-file-size.mts",
7678
"#fleet-canonical-end"
7779
]
7880
}

.config/oxlintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
"**/scripts/socket-wheelhouse-schema.mts",
118118
"**/scripts/update.mts",
119119
"**/scripts/validate-config-paths.mts",
120+
"**/scripts/validate-esbuild-minify.mts",
121+
"**/scripts/validate-file-size.mts",
120122
"#fleet-canonical-end"
121123
]
122124
}

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,6 @@ scripts/socket-wheelhouse-emit-schema.mts linguist-generated=true
214214
scripts/socket-wheelhouse-schema.mts linguist-generated=true
215215
scripts/update.mts linguist-generated=true
216216
scripts/validate-config-paths.mts linguist-generated=true
217+
scripts/validate-esbuild-minify.mts linguist-generated=true
218+
scripts/validate-file-size.mts linguist-generated=true
217219
# ─── END fleet-canonical ────────────────────────────────────────

scripts/install-sfw.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.

scripts/validate-esbuild-minify.mts

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

scripts/validate-file-size.mts

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

0 commit comments

Comments
 (0)