We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cdd97 commit 8465ab0Copy full SHA for 8465ab0
1 file changed
README.md
@@ -33,6 +33,9 @@ A **Next.js 15 + Supabase boilerplate** with **20 `.mdc` architecture rules** th
33
| `testing.mdc` | Vitest + Playwright testing strategy |
34
| `git-conventions.mdc` | Conventional commits + PR structure |
35
| `ai-collaboration.mdc` | The 3-stage agentic loop (Plan → Implement → Verify) |
36
+| `file-naming.mdc` | File/directory naming conventions + import order |
37
+| `database-design.mdc` | Schema patterns, UUID keys, RLS templates |
38
+| `env-management.mdc` | Secret classification + NEXT_PUBLIC_ safety rules |
39
40
### 4 MCP Integrations (`.cursor/mcp.json`)
41
0 commit comments