v0.1.1
fix(ci): regenerate pnpm-lock.yaml to match package.json The lockfile had drifted from the workspace package.json files (notably the functions workspace-dep removal in 0112d00), so `pnpm install --frozen-lockfile` failed in CI — breaking both the Deploy and Release CLI workflows at the install step. Regenerated with pnpm 9.15.9 to restore frozen installs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>