From ae0d5e37cf028183f8c7fa504e9fa31c6c12ea59 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Tue, 10 Feb 2026 02:47:13 +1000 Subject: [PATCH] =?UTF-8?q?docs:=20rewrite=20CLAUDE.md=20=E2=80=94=20conci?= =?UTF-8?q?se,=20focused=20on=20production=20debugging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove verbose case studies, sync system docs, and redundant examples. Add Vercel/Railway/GitHub CLI debugging instructions and direct DB access guide. --- CLAUDE.md | 1230 +++++------------------------------------------------ 1 file changed, 102 insertions(+), 1128 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6995eac..5af27cd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,1170 +1,144 @@ +## Project Overview -## Monorepo Setup +Turborepo monorepo. pnpm workspaces. Next.js 16 App Router (`apps/web`). PostgreSQL via Prisma (`packages/db`). Deployed on Vercel. Database on Neon (via Railway for some services). -This project uses a Turborepo monorepo architecture with the following structure: +## Architecture Rules -### Packages +1. **Use `@tpmjs/ui` components** — never raw HTML `