Change memory-core extension's moltbot peerDependency from npm version constraint (>2026.1.26) to workspace resolution protocol (workspace:*). This ensures pnpm resolves the local moltbot package instead of attempting to fetch from npm during monorepo builds.
Related to issue #2745.
- Update @typescript/native-preview from 7.0.0-dev.20260125.1 to 7.0.0-dev.20260124.1
(20260125.1 is not yet published to npm)
- Update memory-core peerDependency to >=2026.1.24 to match latest published version
- Fixes CI lockfile validation failures
This resolves the pnpm frozen-lockfile errors in GitHub Actions.