Draft
Conversation
…IEventTrackingPort - Add ChangeProposalItemType helper to derive itemType from ChangeProposalType - Track change_proposal_submitted in CreateChangeProposalUseCase - Track change_proposal_accepted and change_proposal_rejected in ApplyChangeProposalsUseCase - Track change_proposal_accepted and change_proposal_rejected in ApplyCreationChangeProposalsUseCase - Wire IEventTrackingPort through adapter and hexa initialization Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ckmindEventEmitterService pattern - Replace direct IEventTrackingPort.trackEvent() calls in use cases with PackmindEventEmitterService.emit() - Create ChangeProposalSubmittedEvent, ChangeProposalAcceptedEvent, ChangeProposalRejectedEvent domain events - Update PlaybookChangeManagementAdapter.initialize() to accept eventEmitterService instead of IEventTrackingPort - Update PlaybookChangeManagementHexa to retrieve PackmindEventEmitterService via registry.getService() - Update test mocks accordingly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace npm with pnpm for faster installs and better disk usage. Uses hoisted mode (shamefully-hoist=true) for safe migration. - Create pnpm-workspace.yaml, .npmrc with hoisted node-linker - Add packageManager field, move overrides to pnpm section - Pin @nx/react to 21.6.8, add nx override and dedupe-peer-dependents - Add pnpm.onlyBuiltDependencies for pnpm v10 security - Remove phantom optionalDependencies from linter-ast - Add minimatch ^9 as explicit dependency (was phantom dep via npm) - Delete package-lock.json files, add to .gitignore - Generate pnpm-lock.yaml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace npm run with pnpm run in husky hooks - Replace npx with pnpm exec in pre-commit and e2e scripts - Update CLAUDE.md npm references to pnpm Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Use corepack + pnpm install in install-dependencies services - Replace npx nx with ./node_modules/.bin/nx in all services - Leave production Dockerfiles unchanged (standalone installs) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add pnpm/action-setup@v4 to all workflow jobs - Replace npm ci with pnpm install --frozen-lockfile - Update cache strategy from npm to pnpm - Replace npm run/publish with pnpm equivalents Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add explicit TypeScript path mappings for workspace package test subpaths that were previously resolved through npm workspace symlinks. pnpm hoisted mode doesn't create these symlinks, so Jest needs the mappings in tsconfig to resolve @packmind/*/test imports. Adds: accounts/test, git/test, skills/test, standards/test and wildcard variants for all test paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Relates to #
Type of Change
Affected Components
Testing
Test Details:
TODO List
Reviewer Notes