Skip to content

feat: rename @cipherstash/prisma-next to @cipherstash/stack-prisma for 1.0 - #844

Merged
coderdan merged 1 commit into
mainfrom
feat/842-rename-packages-1-0
Jul 30, 2026
Merged

feat: rename @cipherstash/prisma-next to @cipherstash/stack-prisma for 1.0#844
coderdan merged 1 commit into
mainfrom
feat/842-rename-packages-1-0

Conversation

@coderdan

@coderdan coderdan commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What

Closes #842 (revised plan — all adapters share the stack- prefix so names and versions stay consistent):

package outcome
@cipherstash/prisma-next renamed @cipherstash/stack-prisma (dir packages/stack-prisma)
@cipherstash/stack-drizzle unchanged
@cipherstash/stack-supabase unchanged

@cipherstash/stack-prisma is unclaimed on npm, so it publishes cleanly as 1.0.0. (The originally-discussed bare names were dropped: legacy pre-Stack @cipherstash/drizzle occupies its bare name up to 3.0.3, which would have blocked a 1.0.0 publish and split the fixed release train.)

What deliberately did NOT rename

prisma-next as a term survives where it names the external Prisma Next framework (@prisma-next/*), not our package: the stash init --prisma-next flag and provider id, prisma-next.config.ts detection in stash eql install, and every mention of the prisma-next CLI. Only our extension package is renamed.

Scope

  • package.json name + repository.directory, dir git mved, workspace deps, lockfile regenerated
  • packages/cli: release-train.ts manifest map, install-deps.ts package map, install-skills.ts skill sets, messages, provider next-steps
  • skills/stash-prisma-nextskills/stash-prisma; content of stash-prisma, stash-encryption, stash-deployment, stash-cli updated to the new name
  • Retained changesets rewritten to the new name (frontmatter + bodies), plus .changeset/config.json fixed group and .changeset/pre.json initialVersions keys — so the pre-mode exit in chore(release): exit changesets pre mode — next release is 1.0.0 #843 versions and publishes @cipherstash/stack-prisma@1.0.0. New changeset rename-packages-1-0.md records the rename in the 1.0.0 changelog.
  • CI workflows (integration-prisma-next.yml, tests.yml, prisma-*-e2e.yml), dependabot, path lints, scripts/__tests__
  • AGENTS.md repository layout + skill map, SECURITY.md package table
  • examples/prisma dep renamed; example package name @cipherstash/prisma-next-example@cipherstash/prisma-example

Follow-ups

  • chore(release): exit changesets pre mode — next release is 1.0.0 #843's branch carries this branch merged in (changeset reconciliation) — merge this PR first.
  • After 1.0.0 ships: npm deprecate @cipherstash/prisma-next pointing at @cipherstash/stack-prisma; publish the prepared @cipherstash/drizzle@3.0.4 README republish pointing the legacy package at @cipherstash/stack-drizzle.

Verification

  • pnpm --filter stash test — 895 passed; pnpm --filter stash test:e2e — pty suite passed
  • pnpm --filter @cipherstash/stack-prisma test — 344 passed
  • pnpm --filter @cipherstash/wizard test — 342 passed
  • pnpm run test:scripts — 178 passed; lint:package-paths clean; code:fix error-free
  • Isolated changeset version simulation (on chore(release): exit changesets pre mode — next release is 1.0.0 #843's merged branch): whole train graduates to 1.0.0, pre.json consumed
  • No @cipherstash/prisma-next references remain outside CHANGELOGs and dated design docs

@coderdan
coderdan requested a review from a team as a code owner July 30, 2026 02:59
@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 9effcf1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@cipherstash/stack Major
@cipherstash/stack-prisma Major
stash Major
@cipherstash/wizard Major
@cipherstash/stack-supabase Major
@cipherstash/bench Patch
@cipherstash/stack-drizzle Major
@cipherstash/test-kit Patch
@cipherstash/basic-example Patch
@cipherstash/prisma-example Patch
@cipherstash/e2e Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 190 files, which is 90 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b35ab65a-af42-4ae6-8445-c4aab1efa5ac

📥 Commits

Reviewing files that changed from the base of the PR and between 2d7ef56 and 9effcf1.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (190)
  • .changeset/adapter-package-split.md
  • .changeset/config.json
  • .changeset/encryption-schema-arrays.md
  • .changeset/eql-baked-digest-verified.md
  • .changeset/eql-v3-prisma-next.md
  • .changeset/pre.json
  • .changeset/prisma-example-eql-v3.md
  • .changeset/prisma-next-0-14.md
  • .changeset/prisma-next-0-16.md
  • .changeset/prisma-next-drop-encrypted-prefix.md
  • .changeset/prisma-next-eql-runtime-source.md
  • .changeset/prisma-next-joins-release-train.md
  • .changeset/prisma-next-migrate-command.md
  • .changeset/prisma-next-skill-accuracy.md
  • .changeset/prisma-next-v3-client-config.md
  • .changeset/prisma-next-v3-only-install.md
  • .changeset/protect-ffi-030-json-selectors.md
  • .changeset/release-train-coupling.md
  • .changeset/rename-packages-1-0.md
  • .changeset/stack-logger-edge-safe.md
  • .changeset/stash-indexing-skill.md
  • .changeset/stash-prisma-next-skill-v3-only.md
  • .changeset/stash-prisma-next-skill.md
  • .changeset/v3-only-config-typing-and-entry-parity.md
  • .changeset/v3-only-encryption-client.md
  • .changeset/v3-payload-routing.md
  • .github/workflows/integration-prisma-next.yml
  • .github/workflows/prisma-example-readme-e2e.yml
  • .github/workflows/prisma-next-e2e.yml
  • .github/workflows/tests.yml
  • AGENTS.md
  • SECURITY.md
  • examples/prisma/README.md
  • examples/prisma/docker-compose.yml
  • examples/prisma/package.json
  • examples/prisma/prisma-next.config.ts
  • examples/prisma/prisma/schema.prisma
  • examples/prisma/src/db.ts
  • examples/prisma/src/index.ts
  • examples/prisma/test/e2e/README.md
  • examples/prisma/test/e2e/bigint.e2e.test.ts
  • examples/prisma/test/e2e/bool.e2e.test.ts
  • examples/prisma/test/e2e/date.e2e.test.ts
  • examples/prisma/test/e2e/json.e2e.test.ts
  • examples/prisma/test/e2e/mixed.e2e.test.ts
  • examples/prisma/test/e2e/num.e2e.test.ts
  • examples/prisma/test/e2e/str-range.e2e.test.ts
  • packages/cli/src/__tests__/runtime-versions.test.ts
  • packages/cli/src/commands/db/__tests__/prisma-next-install-guard.test.ts
  • packages/cli/src/commands/db/detect.ts
  • packages/cli/src/commands/db/install.ts
  • packages/cli/src/commands/init/doctrine/AGENTS-doctrine.md
  • packages/cli/src/commands/init/lib/__tests__/build-agents-md.test.ts
  • packages/cli/src/commands/init/lib/__tests__/install-skills.test.ts
  • packages/cli/src/commands/init/lib/__tests__/setup-prompt.test.ts
  • packages/cli/src/commands/init/lib/install-skills.ts
  • packages/cli/src/commands/init/lib/setup-prompt.ts
  • packages/cli/src/commands/init/providers/prisma-next.ts
  • packages/cli/src/commands/init/steps/install-deps.ts
  • packages/cli/src/commands/init/steps/install-eql.ts
  • packages/cli/src/release-train.ts
  • packages/stack-prisma/CHANGELOG.md
  • packages/stack-prisma/DEVELOPING.md
  • packages/stack-prisma/README.md
  • packages/stack-prisma/integration/adapter.ts
  • packages/stack-prisma/integration/families.integration.test.ts
  • packages/stack-prisma/integration/json-adapter.ts
  • packages/stack-prisma/integration/json.integration.test.ts
  • packages/stack-prisma/integration/vitest.config.ts
  • packages/stack-prisma/migrations/20260601T0100_install_eql_v3_bundle/end-contract.d.ts
  • packages/stack-prisma/migrations/20260601T0100_install_eql_v3_bundle/end-contract.json
  • packages/stack-prisma/migrations/20260601T0100_install_eql_v3_bundle/migration.json
  • packages/stack-prisma/migrations/20260601T0100_install_eql_v3_bundle/migration.ts
  • packages/stack-prisma/migrations/20260601T0100_install_eql_v3_bundle/ops.json
  • packages/stack-prisma/migrations/20260720T0000_upgrade_eql_v3_3_0_2/migration.json
  • packages/stack-prisma/migrations/20260720T0000_upgrade_eql_v3_3_0_2/migration.ts
  • packages/stack-prisma/migrations/20260720T0000_upgrade_eql_v3_3_0_2/ops.json
  • packages/stack-prisma/migrations/refs/head.json
  • packages/stack-prisma/package.json
  • packages/stack-prisma/prisma-next.config.ts
  • packages/stack-prisma/src/contract-authoring.ts
  • packages/stack-prisma/src/contract.d.ts
  • packages/stack-prisma/src/contract.json
  • packages/stack-prisma/src/contract.prisma
  • packages/stack-prisma/src/execution/abort.ts
  • packages/stack-prisma/src/execution/decrypt-all.ts
  • packages/stack-prisma/src/execution/envelope-base.ts
  • packages/stack-prisma/src/execution/envelope-bigint.ts
  • packages/stack-prisma/src/execution/envelope-boolean.ts
  • packages/stack-prisma/src/execution/envelope-date.ts
  • packages/stack-prisma/src/execution/envelope-json.ts
  • packages/stack-prisma/src/execution/envelope-string.ts
  • packages/stack-prisma/src/execution/middleware-registry.ts
  • packages/stack-prisma/src/execution/routing.ts
  • packages/stack-prisma/src/execution/sdk.ts
  • packages/stack-prisma/src/exports/codec-types.ts
  • packages/stack-prisma/src/exports/column-types.ts
  • packages/stack-prisma/src/exports/contract-space-typing.ts
  • packages/stack-prisma/src/exports/control.ts
  • packages/stack-prisma/src/exports/operation-types.ts
  • packages/stack-prisma/src/exports/pack.ts
  • packages/stack-prisma/src/exports/runtime.ts
  • packages/stack-prisma/src/exports/stack.ts
  • packages/stack-prisma/src/exports/v3.ts
  • packages/stack-prisma/src/extension-metadata/codec-metadata.ts
  • packages/stack-prisma/src/extension-metadata/constants-v3.ts
  • packages/stack-prisma/src/extension-metadata/constants.ts
  • packages/stack-prisma/src/extension-metadata/descriptor-meta.ts
  • packages/stack-prisma/src/migration/cipherstash-codec-v3.ts
  • packages/stack-prisma/src/migration/eql-bundle-v3.ts
  • packages/stack-prisma/src/stack/from-stack-v3.ts
  • packages/stack-prisma/src/types/codec-types.ts
  • packages/stack-prisma/src/types/operation-types.ts
  • packages/stack-prisma/src/v3/barrel.ts
  • packages/stack-prisma/src/v3/bulk-encrypt-v3.ts
  • packages/stack-prisma/src/v3/catalog.ts
  • packages/stack-prisma/src/v3/codec-runtime-v3.ts
  • packages/stack-prisma/src/v3/derive-schemas-v3.ts
  • packages/stack-prisma/src/v3/envelope-number.ts
  • packages/stack-prisma/src/v3/from-stack-v3-validate.ts
  • packages/stack-prisma/src/v3/operators-v3.ts
  • packages/stack-prisma/src/v3/query-term.ts
  • packages/stack-prisma/src/v3/runtime-v3.ts
  • packages/stack-prisma/src/v3/sdk-adapter-v3.ts
  • packages/stack-prisma/src/v3/wire-v3.ts
  • packages/stack-prisma/test/abort.test.ts
  • packages/stack-prisma/test/authoring.test.ts
  • packages/stack-prisma/test/bulk-encrypt-middleware.helpers.ts
  • packages/stack-prisma/test/bundling-isolation.test.ts
  • packages/stack-prisma/test/column-types.test.ts
  • packages/stack-prisma/test/decrypt-all.test.ts
  • packages/stack-prisma/test/descriptor.test.ts
  • packages/stack-prisma/test/envelope-bigint.test.ts
  • packages/stack-prisma/test/envelope-boolean.test.ts
  • packages/stack-prisma/test/envelope-date.test.ts
  • packages/stack-prisma/test/envelope-json.test.ts
  • packages/stack-prisma/test/envelope-string.test.ts
  • packages/stack-prisma/test/envelope.types.test-d.ts
  • packages/stack-prisma/test/equality-trait-removal.test.ts
  • packages/stack-prisma/test/live/bigint-live-pg.test.ts
  • packages/stack-prisma/test/live/boolean-storage-live-pg.test.ts
  • packages/stack-prisma/test/live/bulk-encrypt-live-pg.test.ts
  • packages/stack-prisma/test/live/helpers/eql-v3.ts
  • packages/stack-prisma/test/live/helpers/harness.ts
  • packages/stack-prisma/test/live/helpers/live-gate.ts
  • packages/stack-prisma/test/live/migration-apply-live-pg.test.ts
  • packages/stack-prisma/test/live/operators-live-pg.test.ts
  • packages/stack-prisma/test/live/operators-null-live-pg.test.ts
  • packages/stack-prisma/test/operation-types.types.test-d.ts
  • packages/stack-prisma/test/psl-interpretation.test.ts
  • packages/stack-prisma/test/routing.test.ts
  • packages/stack-prisma/test/sdk.types.test-d.ts
  • packages/stack-prisma/test/v3/bulk-encrypt-v3.test.ts
  • packages/stack-prisma/test/v3/catalog-invariants.test.ts
  • packages/stack-prisma/test/v3/catalog.test.ts
  • packages/stack-prisma/test/v3/codec-runtime-v3.test.ts
  • packages/stack-prisma/test/v3/codec-types-v3.test-d.ts
  • packages/stack-prisma/test/v3/column-types.test-d.ts
  • packages/stack-prisma/test/v3/constants-v3.test.ts
  • packages/stack-prisma/test/v3/derive-schemas-v3.test.ts
  • packages/stack-prisma/test/v3/envelope-number.test.ts
  • packages/stack-prisma/test/v3/from-stack-divergence-v3.test.ts
  • packages/stack-prisma/test/v3/from-stack-v3.test.ts
  • packages/stack-prisma/test/v3/migration-v3.test.ts
  • packages/stack-prisma/test/v3/operator-gating-v3.test.ts
  • packages/stack-prisma/test/v3/operator-lowering-v3-equality.test.ts
  • packages/stack-prisma/test/v3/operator-lowering-v3-json.test.ts
  • packages/stack-prisma/test/v3/operator-lowering-v3-order-range.test.ts
  • packages/stack-prisma/test/v3/operator-lowering-v3-text-search.test.ts
  • packages/stack-prisma/test/v3/operator-lowering-v3.helpers.ts
  • packages/stack-prisma/test/v3/properties.test.ts
  • packages/stack-prisma/test/v3/runtime-v3.test.ts
  • packages/stack-prisma/test/v3/sdk-adapter-v3.test.ts
  • packages/stack-prisma/test/v3/vendored-space-parity.test.ts
  • packages/stack-prisma/test/v3/wire-v3.test.ts
  • packages/stack-prisma/tsconfig.json
  • packages/stack-prisma/tsup.config.ts
  • packages/stack-prisma/turbo.json
  • packages/stack-prisma/vitest.config.ts
  • packages/stack/__tests__/logger-edge-safety.test.ts
  • packages/stack/__tests__/types-public-surface.test-d.ts
  • packages/stack/__tests__/wasm-inline-bundle-isolation.test.ts
  • packages/wizard/src/lib/install-skills.ts
  • packages/wizard/tsconfig.json
  • scripts/__tests__/workflow-turbo-build-deps.test.mjs
  • skills/stash-deployment/SKILL.md
  • skills/stash-encryption/SKILL.md
  • skills/stash-indexing/SKILL.md
  • skills/stash-postgres/SKILL.md
  • skills/stash-prisma/SKILL.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

… to @cipherstash/stack-prisma

Closes #842 (revised plan: all adapters use the stack- prefix).

- @cipherstash/prisma-next -> @cipherstash/stack-prisma
  (dir packages/stack-prisma), matching @cipherstash/stack-drizzle and
  @cipherstash/stack-supabase, which keep their names.
- skills/stash-prisma-next -> skills/stash-prisma; CLI/wizard skill maps,
  install-deps, release-train manifests, workflows, docs, and SECURITY.md
  updated to match.
- examples/prisma package renamed @cipherstash/prisma-next-example ->
  @cipherstash/prisma-example.

The prisma-next provider id, --prisma-next init flag, and
prisma-next.config.ts detection are unchanged - they name the external
Prisma Next framework (@prisma-next/*), not our package.

Retained changesets and .changeset/{config,pre}.json are rewritten to the
new name so the pre-mode exit in #843 versions and publishes
@cipherstash/stack-prisma as 1.0.0 (the name is unclaimed on npm).
@coderdan
coderdan force-pushed the feat/842-rename-packages-1-0 branch from 755acc4 to 9effcf1 Compare July 30, 2026 03:40
@coderdan coderdan changed the title feat: rename integration packages for 1.0 — @cipherstash/prisma and @cipherstash/supabase feat: rename @cipherstash/prisma-next to @cipherstash/stack-prisma for 1.0 Jul 30, 2026
@coderdan
coderdan merged commit d2772b0 into main Jul 30, 2026
15 checks passed
@coderdan
coderdan deleted the feat/842-rename-packages-1-0 branch July 30, 2026 04:04
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.

Rename package names for 1.0

2 participants