Skip to content

Commit e512be5

Browse files
committed
chore(wheelhouse): cascade template@31cd13ad5
Auto-applied by socket-wheelhouse sync-scaffolding into socket-cli. 33 file(s) touched: - .claude/hooks/fleet/_shared/fleet-roster.mts - .claude/skills/fleet/cascading-fleet/lib/fleet-repos.json - .config/fleet/pnpm-workspace.fleet.yaml - .gitattributes - .github/workflows/get-green.lock.yml - .github/workflows/get-green.md - .github/workflows/weekly-update.lock.yml - .github/workflows/weekly-update.md - docs/agents.md/fleet/release-tag-escape-hatch.md - docs/agents.md/fleet/squash-until-release.md - docs/agents.md/fleet/version-bumps.md - pnpm-workspace.yaml - scripts/fleet/_shared/check-steps-release.mts - scripts/fleet/_shared/member-release-probe.mts - scripts/fleet/bump.mts - scripts/fleet/bump/placeholder-release.mts - scripts/fleet/check/fresh-members-are-squashed-until-release.mts - scripts/fleet/check/release-tags-match-provenance.mts - scripts/fleet/check/telemetry-deps-are-reviewed.mts - scripts/fleet/consolidate-commits.mts ... and 13 more
1 parent cd47d31 commit e512be5

33 files changed

Lines changed: 1043 additions & 2248 deletions

.claude/hooks/fleet/_shared/fleet-roster.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import { fleetRosterPaths } from './paths.mts'
2222
export interface FleetRepo {
2323
readonly name: string
2424
readonly optIns?: readonly string[] | undefined
25-
// GitHub org, when the member lives outside the home org (SocketDev).
26-
readonly owner?: string | undefined
2725
// Release profile (selects the packager + which release workflow is enabled):
2826
// 'js' | 'node' | 'binary' | 'custom' | 'none'. Unset = 'none' (advisory).
2927
readonly publishes?: string | undefined

.claude/skills/fleet/cascading-fleet/lib/fleet-repos.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
{
7777
"name": "facts",
7878
"description": "Socket facts generation — build-tool emitters and the .socket.facts.json contract",
79-
"optIns": ["squash-history"],
8079
"publishes": "js"
8180
},
8281
{
@@ -88,7 +87,6 @@
8887
{
8988
"name": "scan-patterns",
9089
"description": "Canonical detector pattern tables for Socket's baseline security scanners.",
91-
"optIns": ["squash-history"],
9290
"publishes": "js"
9391
},
9492
{

.config/fleet/pnpm-workspace.fleet.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,10 @@ template/.claude/hooks/fleet/_shared/acorn/acorn.wasm binary
137137
.github/workflows/*.lock.yml linguist-generated=true merge=ours
138138
.github/workflows/get-green.lock.yml linguist-generated=true
139139
.github/workflows/get-green.md linguist-generated=true
140-
.github/workflows/get-green.yml linguist-generated=true
141140
.github/workflows/github-release.yml linguist-generated=true
142141
.github/workflows/npm-publish.yml linguist-generated=true
143142
.github/workflows/prune-workflow-runs.yml linguist-generated=true
144143
.github/workflows/release-reconcile.yml linguist-generated=true
145-
.github/workflows/weekly-update-non-gh-aw.yml.disabled linguist-generated=true
146144
.github/workflows/weekly-update.lock.yml linguist-generated=true
147145
.github/workflows/weekly-update.md linguist-generated=true
148146
.mcp.json linguist-generated=true

.github/workflows/get-green.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/get-green.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/get-green.yml

Lines changed: 0 additions & 107 deletions
This file was deleted.

.github/workflows/weekly-update-non-gh-aw.yml.disabled

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/weekly-update.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/weekly-update.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)