Commit 39f2e0d
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
- token-guard
- .config
- scripts
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments