From c80e4f6e727670980d113a010b114ba22a325a7c Mon Sep 17 00:00:00 2001 From: Dan Draper Date: Thu, 30 Jul 2026 14:08:04 +1000 Subject: [PATCH] =?UTF-8?q?docs(contribute):=20fix=20the=20stale=20repo=20?= =?UTF-8?q?tree=20=E2=80=94=20stack-prisma=20rename=20plus=20long-removed?= =?UTF-8?q?=20protect/schema/drizzle=20dirs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 04c61a87f..c94b0aa0e 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -17,8 +17,7 @@ This is a [Turborepo](https://turbo.build/) monorepo managed with [pnpm](https:/ ├── packages/ │ ├── stack/ <-- Main package (@cipherstash/stack) │ ├── cli/ <-- The `stash` CLI -│ ├── protect/ <-- Core encryption library (re-exported via stack) -│ └── ... <-- schema, drizzle, nextjs, prisma-next, migrate, wizard, ... +│ └── ... <-- stack-drizzle, stack-supabase, stack-prisma, nextjs, migrate, wizard, ... ├── examples/ <-- Runnable example apps ├── e2e/ <-- Cross-package end-to-end tests ├── skills/ <-- Agent skills