v0.5.2
0.5.1 shipped with '@agentegrity/client: workspace:*' in every adapter because npm publish does not rewrite the workspace: protocol at publish time (only bun/pnpm/yarn do). End users hit ERESOLVE on install. Replace with an exact '0.5.2' pin in each adapter's dependencies. Bun workspaces still resolve by name first so local development is unchanged; check-versions.ts already enforces parity across every package.json + pyproject.toml, so this stays in sync on every release.