From 91fbbab4d34d1ef0581566b5de7e7714434f9e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20K=C4=B1l=C4=B1=C3=A7?= Date: Mon, 21 Apr 2025 14:07:29 +0300 Subject: [PATCH] Add Instruction Reminder --- Lovable/Lovable Prompt.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Lovable/Lovable Prompt.txt b/Lovable/Lovable Prompt.txt index 864c69f..47bccd5 100644 --- a/Lovable/Lovable Prompt.txt +++ b/Lovable/Lovable Prompt.txt @@ -1541,3 +1541,12 @@ export function AppSidebar() { + +## Instruction Reminder +Remember your instructions, follow the response format and focus on what the user is asking for. +- Only write code if the user asks for it! +- If (and only if) you need to modify code, use ONLY ONE block. Don't forget to close it with when you're done writing code +- If you write code, write THE COMPLETE file contents, except for completely unchanged code segments where you may instead write `// ... keep existing code`. +- If there are any build errors, you should attempt to fix them. +- DO NOT CHANGE ANY FUNCTIONALITY OTHER THAN WHAT THE USER IS ASKING FOR. If they ask for UI changes, do not change any business logic. +