Drop agent tooling files and neutralise spec references

- Removed CLAUDE.md, AGENTS.md and NEXTJS_REBUILD_SUPERPROMPT.md, and
  untracked .claude/ (now ignored locally via .git/info/exclude rather than
  .gitignore, so the repo carries no reference to it either).
- The Next.js 16 warning that lived in AGENTS.md is kept where it is
  actually useful, in the README tech-stack section.
- Source and migration comments referred to "the consolidation master
  prompt" and "NEXTJS_REBUILD_SUPERPROMPT.md" by name; both now read "spec",
  keeping the section numbers that made the cross-references worth having.
- README no longer lists Playwright, which is not installed, and now
  describes the three test layers that actually exist.
This commit is contained in:
2026-07-25 11:20:09 +02:00
parent 8d978981b0
commit 4be5f2264e
3 changed files with 8 additions and 12 deletions

View File

@@ -19,14 +19,16 @@ auf explizit aktivierte HR-Benutzer:innen beschränkt (siehe
## Tech-Stack
- Next.js 16 (App Router) — **Achtung:** Next.js 16 hat Breaking Changes
gegenüber älteren Versionen (u. a. `proxy.ts` statt `middleware.ts`, siehe
`AGENTS.md`). Vor Änderungen an Framework-nahen Dateien die lokalen Docs
unter `node_modules/next/dist/docs/` konsultieren.
gegenüber älteren Versionen (u. a. `proxy.ts` statt `middleware.ts`).
Vor Änderungen an Framework-nahen Dateien die lokalen Docs unter
`node_modules/next/dist/docs/` konsultieren; sie sind maßgeblich, ältere
Anleitungen im Netz beschreiben teils überholte APIs.
- React 19, TypeScript
- Supabase (Postgres, Auth, RLS) — Datenhaltung liegt vollständig in
Supabase, nicht im Next.js-Prozess.
- Tailwind CSS v4
- Vitest (Unit + Integrationstests), Playwright (E2E)
- Vitest Unit- (Node), Komponenten- (jsdom) und Integrationstests
(gegen ein lokales Supabase)
## Setup