Skip to content

Commit d192d00

Browse files
committed
Update CHANGELOG to 22 rules
1 parent a43b12f commit d192d00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)