Skip to content

Commit 0a49d87

Browse files
authored
Add architecture review and best-practices docs (#53)
Add comprehensive project documentation and a Supabase schema snapshot: docs/01_CODEBASE_ARCHITECTURE_REVIEW.md and docs/02_FEATURES_REQUIREMENTS_BEST_PRACTICES.md (detailed codebase review, feature specs, and recommendations), plus supabase-table.json (schema/table export). Also update .claude/settings.local.json to grant the local Claude tool the mcp__claude_ai_Supabase__list_tables permission for table listing.
2 parents 48fbae5 + f68b6f6 commit 0a49d87

4 files changed

Lines changed: 6927 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(flutter analyze *)"
4+
"Bash(flutter analyze *)",
5+
"mcp__claude_ai_Supabase__list_tables"
56
]
67
}
78
}

0 commit comments

Comments
 (0)