Add Vercel AI SDK lockfile example and verified case study#495
Add Vercel AI SDK lockfile example and verified case study#495Ayush7614 wants to merge 1 commit into
Conversation
Snapshot vercel/ai pnpm lockfile (3,570 packages, 55 findings) with full case study sections, local brand logo, and pnpm audit comparison.
sonukapoor
left a comment
There was a problem hiding this comment.
This is one of the stronger studies in the collection. Three direct findings (next@15.0.7 critical, next@15.5.9 high, turbo@2.4.4 medium), five generated command groups, and clear workspace-scoped pnpm add examples make this genuinely actionable. The distinction between vercel/ai and the Turborepo snapshot already in the repo is a good call to make explicit. Single clean commit, all sections present.
|
After #474 merged today, this PR has conflicts in the shared files (README.md, CHANGELOG.md, examples/readme.md, website/sidebars.ts). Please rebase against main and push: git fetch upstream
git rebase upstream/main
# resolve any conflicts in README.md, examples/readme.md, sidebars.ts
git push --force-with-leaseThe review approval stands — this just needs a clean rebase. |
sonukapoor
left a comment
There was a problem hiding this comment.
Good content and structure — a few missing pieces before merge:
README not updated. The case studies list in README.md and the in-repo fixtures line ("Astro, Turborepo, and Visual Studio Code live under examples/...") both need entries for this project. Follow the pattern of the existing entries.
CHANGELOG entry missing. No CHANGELOG.md update in the diff. Add a line to the [Unreleased] section under ### Docs following the same one-line format as the other case study entries.
Add a row to website/docs/case-studies/index.md. A case studies index page was added after your branch was cut — it's on main now but missing an entry for this project. After rebasing you'll find it at website/docs/case-studies/index.md. Use the format from the existing rows as a guide.
Please also rebase against main before pushing — the branch is behind the v1.18.2 release.
Summary
examples/vercel-ai-sdk/from vercel/ai@3215032 (package.json+pnpm-lock.yaml).website/docs/case-studies/vercel-ai-sdk.md(3,570 packages, 55 findings, pnpm audit comparison).website/static/img/vercel-ai-sdk-logo.svg(Vercel brand assets).Distinct from the existing Turborepo case study (
vercel/turborepo) — this targets the AI SDK monorepo (vercel/ai).Test plan
npm run build && node dist/index.js examples/vercel-ai-sdk --verbose --all— 55 findings (2 critical · 22 high · 27 medium · 4 low)cd examples/vercel-ai-sdk && pnpm audit— 162 entries documented in case studycd website && npm run build— Docusaurus build succeedsMade with Cursor