Skip to content

Add prisma7 README and remove completed project artifacts - #30001

Open
StevenMcClankerton wants to merge 2 commits into
v7from
prisma7-project-closeout
Open

Add prisma7 README and remove completed project artifacts#30001
StevenMcClankerton wants to merge 2 commits into
v7from
prisma7-project-closeout

Conversation

@StevenMcClankerton

@StevenMcClankerton StevenMcClankerton commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Adds the package-facing README for @prisma/prisma7 and removes the transient planning and review artifacts for the completed Prisma 7 compatibility CLI project.

Changes

  • Document installation, the prisma7 executable, common commands, and the @prisma/prisma7/config import.
  • Remove only projects/prisma7-compatibility-cli/; no long-lived project documentation needed migration.

All implementation slices have merged in #29949, #29969, #29994, #30000, and #30002.

Verification

  • Rebased onto the current v7 branch after Rename prisma7 package to @prisma/prisma7 #30002 and the latest base update.
  • Packed @prisma/prisma7 and verified the tarball contains package/README.md, package name @prisma/prisma7, and the unchanged prisma7 bin.
  • Inspected the packed manifest: pnpm rewrites "prisma": "workspace:*" to the package's exact current version (0.0.0 locally). The publisher writes the common release version to each package before publishing, so release artifacts retain that exact lockstep dependency.
  • Repository-wide scan found no references to projects/prisma7-compatibility-cli/ outside that directory.

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f7a06062-dd47-495f-858b-91029f0027c3

📥 Commits

Reviewing files that changed from the base of the PR and between cf2bc1f and 7d2004f.

⛔ Files ignored due to path filters (17)
  • projects/prisma7-compatibility-cli/design-decisions.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/plan.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/reviews/code-review.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/rollups/2026-08-10-opening-rollup.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/cli-owned-distribution-identity/plan.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/cli-owned-distribution-identity/pr-description.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/cli-owned-distribution-identity/spec.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/cli-owned-distribution-identity/walkthrough.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/downstream-actionable-guidance/plan.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/downstream-actionable-guidance/pr-description.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/downstream-actionable-guidance/spec.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/downstream-actionable-guidance/walkthrough.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/side-by-side-wrapper/plan.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/side-by-side-wrapper/pr-description.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/side-by-side-wrapper/spec.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/slices/side-by-side-wrapper/walkthrough.md is excluded by !projects/**
  • projects/prisma7-compatibility-cli/spec.md is excluded by !projects/**
📒 Files selected for processing (1)
  • packages/prisma7/README.md

📝 Walkthrough

Walkthrough

The README documents the @prisma/prisma7 compatibility package, including installation, prisma7 CLI commands, Prisma Config helpers, and lockstep versioning.

Changes

Prisma 7 compatibility package documentation

Layer / File(s) Summary
Document package usage
packages/prisma7/README.md
Documents package installation, CLI commands, Prisma Config usage, and exact-version dependency requirements.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: 🔵 Low · up to 7d200

The README adds installation and dependency claims for @prisma/prisma7, but the supplied verification does not confirm that the published package manifest rewrites its placeholder version and workspace dependency to the intended Prisma 7 values. The PR is otherwise mergeable with explicit owner confirmation before publication.

Possibly related PRs

Suggested labels: lgtm

Suggested reviewers: sevinf

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes both the added prisma7 README and the removal of completed project artifacts.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch prisma7-project-closeout

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
packages/client/runtime/index-browser.js 2.29 KB (0%)
packages/client/runtime/index-browser.d.ts 3.37 KB (0%)
packages/cli/build/index.js 110 B (0%)
packages/client/prisma-client-0.0.0.tgz 25.59 MB (0%)
packages/cli/prisma-0.0.0.tgz 13.52 MB (0%)
packages/bundle-size/da-workers-libsql/output.tgz 1.28 MB (0%)
packages/bundle-size/da-workers-neon/output.tgz 1.35 MB (0%)
packages/bundle-size/da-workers-pg/output.tgz 1.34 MB (0%)
packages/bundle-size/da-workers-planetscale/output.tgz 1.28 MB (0%)
packages/bundle-size/da-workers-d1/output.tgz 1.26 MB (0%)

@StevenMcClankerton StevenMcClankerton changed the title Remove completed prisma7 project artifacts Add prisma7 README and remove completed project artifacts Aug 13, 2026
@SevInf
SevInf force-pushed the prisma7-project-closeout branch from 733cee9 to 7d2004f Compare August 13, 2026 08:27
@SevInf
SevInf force-pushed the prisma7-project-closeout branch from 7d2004f to 8205a4f Compare August 17, 2026 09:28
@StevenMcClankerton

Copy link
Copy Markdown
Contributor Author

Addressed the review risk around the README’s lockstep-version claim: the packed manifest rewrites prisma: workspace:* to the exact current package version (0.0.0 in the local pack), and scripts/ci/publish.ts writes the shared release version before each package is published. The PR description now records this evidence. There were no actionable inline review threads.

@SevInf
SevInf enabled auto-merge (squash) August 17, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants