- Set minimumReleaseAge: 0 (pnpm 11 defaults to 1440 min) - Add allowBuilds for esbuild and msw (pnpm 11 blocks build scripts by default, config moved from package.json to pnpm-workspace.yaml)
- Replace bun:test with vitest across all packages - Replace bun build with esbuild - Replace bun:sqlite with better-sqlite3 - Fix OCAS Store API: store.put/get → store.cas.put/get - Fix vitest vi.mock hoisting (vi.hoisted) - Add pnpm-workspace.yaml and pnpm-lock.yaml - Update all package.json test/build scripts WIP: 8 failures remain in agent-hermes (bun engines check + sqlite migration) Refs #26