Skip to content

Commit d1a522f

Browse files
committed
chore(wheelhouse): cascade template@c341e551
Auto-applied by socket-wheelhouse sync-scaffolding into cascade-socket-bin-58247. 3 file(s) touched: - .claude/skills/fleet/cascading-fleet/SKILL.md - .claude/skills/fleet/cascading-fleet/lib/cascade-template.mts - .gitattributes
1 parent 5dd4e4a commit d1a522f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/skills/fleet/cascading-fleet/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Propagates a `socket-wheelhouse/template/` SHA to every fleet repo. The flow:
2929

3030
1. For each fleet repo:
3131
2. Worktree off `origin/<default-branch>` on a fresh `chore/wheelhouse-<sha>` branch.
32-
3. Run `socket-wheelhouse/scripts/sync-scaffolding/cli.mts --target <wt> --fix`.
32+
3. Run `socket-wheelhouse/scripts/repo/sync-scaffolding/cli.mts --target <wt> --fix`.
3333
4. If the cascade modified anything: surgical-stage with `FLEET_SYNC=1 git add --update`, commit `chore(wheelhouse): cascade template@<sha>`, push direct to base.
3434
5. If direct push is rejected: push the branch, open a PR.
3535
6. Clean up the worktree + the temp branch.
@@ -89,6 +89,6 @@ The cascade script (`lib/cascade-template.mts`) is deterministic — it `--no-ve
8989
## Reference
9090

9191
- FLEET_SYNC sentinel: `template/.claude/hooks/fleet/no-revert-guard/` + `template/.claude/hooks/fleet/overeager-staging-guard/`.
92-
- Wheelhouse sync-scaffolding: `socket-wheelhouse/scripts/sync-scaffolding/cli.mts`.
92+
- Wheelhouse sync-scaffolding: `socket-wheelhouse/scripts/repo/sync-scaffolding/cli.mts`.
9393
- Fleet-repo manifest: `lib/fleet-repos.txt`.
9494
- Registry-pin cascade (Mode 2): `socket-registry/scripts/cascade-internal.mts` (intra-registry bump-until-stable) → `scripts/fleet/cascade-registry-pins.mts --sha <M'>` (fleet-wide).

.claude/skills/fleet/cascading-fleet/lib/cascade-template.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const WH_SCRIPT = path.join(
5252
PROJECTS,
5353
'socket-wheelhouse',
5454
'scripts',
55+
'repo',
5556
'sync-scaffolding',
5657
'cli.mts',
5758
)

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ pnpm-lock.yaml -diff
106106
.claude/skills/fleet/updating/SKILL.md linguist-generated=true
107107
.claude/skills/fleet/updating/reference.md linguist-generated=true
108108
.claude/skills/fleet/worktree-management/SKILL.md linguist-generated=true
109-
.config/.prettierignore linguist-generated=true
110109
.config/fleet/.markdownlint-cli2.jsonc linguist-generated=true
111110
.config/fleet/.prettierignore linguist-generated=true
112111
.config/fleet/markdownlint-rules linguist-generated=true

0 commit comments

Comments
 (0)