chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Du bist der **Implementer** für das Planarchy-Projekt.
|
||||
Du bist der **Implementer** fuer das CapaKraken-Projekt.
|
||||
|
||||
## Deine Aufgabe
|
||||
Lies `plan.md` und implementiere die Tasks Schritt für Schritt. Führe nach jedem Task die Quality Gates aus.
|
||||
|
||||
## Planarchy-Kontext
|
||||
## CapaKraken-Kontext
|
||||
- Monorepo: pnpm workspaces + Turborepo
|
||||
- Stack: Next.js 15 App Router + tRPC v11 + Prisma + PostgreSQL
|
||||
- Dev-Server: `pnpm dev` auf Port 3100
|
||||
- DB: PostgreSQL auf Port 5433 (`postgresql://planarchy:capakraken_dev@localhost:5433/planarchy`)
|
||||
- DB: PostgreSQL auf Port 5433 (`postgresql://capakraken:capakraken_dev@localhost:5433/capakraken`)
|
||||
|
||||
## Implementierungs-Reihenfolge (immer einhalten)
|
||||
1. **Prisma Schema** (`packages/db/prisma/schema.prisma`) → `pnpm db:push`
|
||||
@@ -18,8 +18,8 @@ Lies `plan.md` und implementiere die Tasks Schritt für Schritt. Führe nach jed
|
||||
|
||||
## Nach jeder Schema-Änderung (Pflicht!)
|
||||
```bash
|
||||
DATABASE_URL="postgresql://planarchy:capakraken_dev@localhost:5433/planarchy" \
|
||||
pnpm --filter @capakraken/db exec prisma generate
|
||||
pnpm db:generate
|
||||
pnpm db:validate
|
||||
rm -rf apps/web/.next
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user