File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
77## [ 1.0.0] - 2026-03-30
88
99### Added
10- - ** 20 ` .mdc ` Architecture Rules** — Battle-tested constraints for AI-assisted development
10+ - ** 22 ` .mdc ` Architecture Rules** — Battle-tested constraints for AI-assisted development
1111 - ` supabase-auth-security.mdc ` — Bans getSession(), enforces getUser()
1212 - ` nextjs15-params.mdc ` — Prevents synchronous params (Next.js 15 breaking change)
1313 - ` supabase-ssr-only.mdc ` — Blocks deprecated auth-helpers-nextjs
@@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
2828 - ` file-naming.mdc ` — Naming conventions + import order
2929 - ` database-design.mdc ` — Schema patterns + RLS templates
3030 - ` env-management.mdc ` — Secret classification
31+ - ` hydration-safety.mdc ` — Prevents hydration mismatches (Math.random, window, Date)
32+ - ` caching-revalidation.mdc ` — Correct caching defaults + revalidatePath after mutations
3133
3234- ** 4 MCP Server Integrations** — GitHub, Filesystem, Supabase, Browser
3335- ** Complete Auth System** — Login, signup, email verification (PKCE), protected dashboard
You can’t perform that action at this time.
0 commit comments