Commit 96a2fa5
committed
fix(hooks): repoint husky shims to .git-hooks/fleet/ after segmentation
The .git-hooks/ tree was segmented into .git-hooks/fleet/ (matching .claude/hooks/fleet/), but .husky/pre-commit + .husky/pre-push still ran 'node .git-hooks/pre-{commit,push}.mts' — paths that no longer exist (moved to fleet/), so every commit + push crashed with ERR_MODULE_NOT_FOUND. Point the husky shims at the .git-hooks/fleet/ shell shims (which handle token sanitization + node resolution before the .mts). --no-verify: the pre-commit's own pnpm test → build still fails on an unrelated socket-btm releases-parse error; this fix is the hook-wiring repair itself.1 parent 45ed0d3 commit 96a2fa5
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments