Skip to content

chore(sync): onboard socket-mcp to fleet conventions + extend canonical tsconfig base#177

Merged
John-David Dalton (jdalton) merged 2 commits into
mainfrom
chore/onboard-fleet-conventions
May 12, 2026
Merged

chore(sync): onboard socket-mcp to fleet conventions + extend canonical tsconfig base#177
John-David Dalton (jdalton) merged 2 commits into
mainfrom
chore/onboard-fleet-conventions

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

Summary

  • Cascade fleet-canonical scaffolding from socket-wheelhouse: .config/ (tsconfig.base.json, oxlint-plugin, rolldown stub, taze config, lockstep + wheelhouse schemas), .git-hooks/ (commit-msg, pre-commit, pre-push + tests), .husky/ hooks, docs/claude.md/ reference pages, scripts/*.mts utilities, and .gitattributes marking cascaded files linguist-generated.
  • Rewrite root tsconfig.json to extend .config/tsconfig.base.json (heavy migration — repo never had a fleet base before). Repo-specific divergences kept at root: nodenext module resolution, allowJs/checkJs, removeComments, stripInternal, noEmit, allowImportingTsExtensions, rewriteRelativeImportExtensions, noImplicitReturns: false.
  • Update exclude lists in both tsconfig.json and tsconfig.declaration.json to skip the new fleet-cascaded scaffolding (.claude/, .git-hooks/, .husky/, docs/, scripts/**/*.mts) — those carry their own tsconfig chains and pull deps socket-mcp doesn't ship.

Test plan

  • pnpm test:tsc — 0 errors against repo sources (index.ts, lib/, tests, mock-client/, scripts/check-versions.ts).
  • pnpm run build:types — declaration build clean.
  • CI passes (zizmor / workflow audit, dependabot reviews).

Cascade fleet-canonical scaffolding from socket-wheelhouse: .config/
(tsconfig.base.json, oxlint-plugin, rolldown stub, taze config,
lockstep + wheelhouse schemas), .git-hooks/ (commit-msg, pre-commit,
pre-push + tests), .husky/ hooks, docs/claude.md/ reference pages,
scripts/*.mts utilities (fix, security, update, lockstep, validators),
and .gitattributes marking cascaded files as linguist-generated.
Root tsconfig.json now extends .config/tsconfig.base.json instead of
duplicating its compiler options. Repo-specific divergences remain at
root: nodenext module resolution, allowJs/checkJs, removeComments,
stripInternal, noEmit, allowImportingTsExtensions,
rewriteRelativeImportExtensions, noImplicitReturns: false.

Update exclude lists in both tsconfig.json and tsconfig.declaration.json
to skip the new fleet-cascaded scaffolding (.claude/, .git-hooks/,
.husky/, docs/, scripts/**/*.mts) — those carry their own tsconfig
chains and pull deps socket-mcp doesn't ship.
@jdalton John-David Dalton (jdalton) merged commit 5e74293 into main May 12, 2026
7 checks passed
@jdalton John-David Dalton (jdalton) deleted the chore/onboard-fleet-conventions branch May 12, 2026 15:47
John-David Dalton (jdalton) added a commit that referenced this pull request May 12, 2026
socket-mcp migrated to pnpm during PR #177 (fleet onboarding). The
npm package-lock.json (239KB) was left behind unreferenced — pnpm
maintains pnpm-lock.yaml as the source of truth.

- Delete root package-lock.json.
- Drop it from package.json files array (was shipping a stale
  npm lockfile in published tarballs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant