Skip to content

Commit e74da4d

Browse files
committed
chore: rename socket-repo-template to socket-wheelhouse
1 parent 0c2eab8 commit e74da4d

31 files changed

Lines changed: 55 additions & 55 deletions

File tree

.claude/hooks/auth-rotation-reminder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ Other hooks can adopt the same `.snooze` pattern. The convention:
142142
## Cross-fleet sync
143143

144144
This README and the hook itself live in
145-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/auth-rotation-reminder)
145+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/auth-rotation-reminder)
146146
and are required to be byte-identical across every fleet repo.
147147
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/check-new-deps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ All dependencies use `catalog:` references from the workspace root
129129
## Cross-fleet sync
130130

131131
This README and the hook itself live in
132-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/check-new-deps)
132+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/check-new-deps)
133133
and are required to be byte-identical across every fleet repo.
134134
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/cross-repo-guard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ socket-cli
6262
socket-lib
6363
socket-packageurl-js
6464
socket-registry
65-
socket-repo-template
65+
socket-wheelhouse
6666
socket-sdk-js
6767
socket-sdxgen
6868
socket-stuie
@@ -98,6 +98,6 @@ companion git-side scanner in `.git-hooks/_helpers.mts` (`FLEET_REPO_NAMES`)
9898
## Cross-fleet sync
9999

100100
This README and the hook itself live in
101-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/cross-repo-guard)
101+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/cross-repo-guard)
102102
and are required to be byte-identical across every fleet repo.
103103
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/cross-repo-guard/index.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const FLEET_REPO_NAMES = [
5353
'socket-lib',
5454
'socket-packageurl-js',
5555
'socket-registry',
56-
'socket-repo-template',
56+
'socket-wheelhouse',
5757
'socket-sdk-js',
5858
'socket-sdxgen',
5959
'socket-stuie',

.claude/hooks/gitmodules-comment-guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ In `.claude/settings.json`:
7474
## Cross-fleet sync
7575

7676
This hook lives in
77-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/gitmodules-comment-guard)
77+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/gitmodules-comment-guard)
7878
and is required to be byte-identical across every fleet repo.
7979
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/logger-guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ node --test test/*.test.mts
9999
## Cross-fleet sync
100100

101101
This README and the hook itself live in
102-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/logger-guard)
102+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/logger-guard)
103103
and are required to be byte-identical across every fleet repo.
104104
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/path-guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ negative test in `test/path-guard.test.mts`.
103103
## Cross-fleet sync
104104

105105
This README and the hook itself live in
106-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/path-guard)
106+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/path-guard)
107107
and are required to be byte-identical across every fleet repo.
108108
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.
109109

.claude/hooks/path-guard/segments.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// consumers import from here so they can never drift apart.
77
//
88
// Synced byte-identically across the Socket fleet via
9-
// socket-repo-template/scripts/sync-scaffolding.mts (IDENTICAL_FILES).
9+
// socket-wheelhouse/scripts/sync-scaffolding.mts (IDENTICAL_FILES).
1010
// When adding a new stage/build-root/mode/sibling, edit this file in
1111
// the template and re-sync.
1212

@@ -42,7 +42,7 @@ export const MODE_SEGMENTS = new Set(['dev', 'prod', 'shared'])
4242
// listing every fleet package keeps Rule B firing in any repo. When a
4343
// new package joins the workspace, add it here and propagate via
4444
// `node scripts/sync-scaffolding.mts --all --fix` from
45-
// socket-repo-template.
45+
// socket-wheelhouse.
4646
export const KNOWN_SIBLING_PACKAGES = new Set([
4747
// socket-btm
4848
'bin-infra',

.claude/hooks/private-name-guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Always `0`. The hook never blocks; it only prints to stderr.
7272
## Cross-fleet sync
7373

7474
This README and the hook itself live in
75-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/private-name-guard)
75+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/private-name-guard)
7676
and are required to be byte-identical across every fleet repo.
7777
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

.claude/hooks/public-surface-reminder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ Always `0`. The hook prints a reminder and steps aside.
8181
## Cross-fleet sync
8282

8383
This README and the hook itself live in
84-
[`socket-repo-template`](https://github.com/SocketDev/socket-repo-template/tree/main/template/.claude/hooks/public-surface-reminder)
84+
[`socket-wheelhouse`](https://github.com/SocketDev/socket-wheelhouse/tree/main/template/.claude/hooks/public-surface-reminder)
8585
and are required to be byte-identical across every fleet repo.
8686
`scripts/sync-scaffolding.mts` flags drift; `--fix` rewrites it.

0 commit comments

Comments
 (0)