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:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user