Skip to content

chore: pnpm — the fleet has one package manager - #18

Merged
github-actions[bot] merged 1 commit into
mainfrom
chore/pnpm
Sep 4, 2026
Merged

chore: pnpm — the fleet has one package manager#18
github-actions[bot] merged 1 commit into
mainfrom
chore/pnpm

Conversation

@catomean

@catomean catomean commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Converts HamsterCheek from npm to pnpm per the fleet-wide Wave 7 Phase B migration (batch-1-proven recipe):

  • packageManager: pnpm@11.25.0 pin
  • pnpm-lock.yaml imported from package-lock.json (npm lockfile removed)
  • pnpm-workspace.yaml with allowBuilds: esbuild + unrs-resolver
  • CI: pnpm/action-setup@v6 + cache: pnpm + pnpm install --frozen-lockfile; npm runpnpm run for verify / db:migrate / build
  • Internal verify chain and README converted

Verified locally: pnpm run verify green (prettier, tsc, eslint, vitest 6/6) + pnpm run build green; clean-room rm -rf node_modules && pnpm install --frozen-lockfile + tests green.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
@github-actions
github-actions Bot merged commit 528be9e into main Sep 4, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/pnpm branch September 4, 2026 00:22
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