Commit efadd20
committed
fix(hooks): repair @socketsecurityhook- regression in package names + sync canonical formatting
A botched perl rename had corrupted hook package.json names from
'@socketsecurity/hook-path-guard' to '@socketsecurityhook-path-guard'
(missing trailing slash), and a second pass converted that to
'@socketsecurityhookhook-pathhook-guard' with the test script
mangled to 'node hook-hook-test'. README and test-file references
inherited the same broken substring.
This commit overwrites all hook package.json files with canonical
contents, scrubs '@socketsecurityhook-' from README/test refs, and
syncs scripts/check-paths.mts and the path-guard skill reference
template to the formatted version. Verified: gate passes + 29/29
path-guard tests pass on all 7 fleet primaries; every path-guard
canonical file is now byte-identical across the fleet.1 parent 7b05a28 commit efadd20
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
320 | | - | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
| 386 | + | |
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| |||
0 commit comments