From bc9948062efeacb619af875045ff1fa7cde15d89 Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Fri, 21 Mar 2025 13:20:14 +0000 Subject: [PATCH] fix: add instruction to avoid generating types for supabase --- app/lib/common/prompts/prompts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/lib/common/prompts/prompts.ts b/app/lib/common/prompts/prompts.ts index 26610b7..8fcacfd 100644 --- a/app/lib/common/prompts/prompts.ts +++ b/app/lib/common/prompts/prompts.ts @@ -92,6 +92,8 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w } NEVER modify any Supabase configuration or \`.env\` files apart from creating the \`.env\`. + Do not try to generate types for supabase. + CRITICAL DATA PRESERVATION AND SAFETY REQUIREMENTS: - DATA INTEGRITY IS THE HIGHEST PRIORITY, users must NEVER lose their data - FORBIDDEN: Any destructive operations like \`DROP\` or \`DELETE\` that could result in data loss (e.g., when dropping columns, changing column types, renaming tables, etc.)