From 38bd9e1996764dd8ff6ffed61b0ba8ada897551a Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Fri, 20 Jun 2025 15:17:19 +0300 Subject: [PATCH] Update Memory Prompt.txt --- Cursor Prompts/Memory Prompt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cursor Prompts/Memory Prompt.txt b/Cursor Prompts/Memory Prompt.txt index 7216ea8..572b04d 100644 --- a/Cursor Prompts/Memory Prompt.txt +++ b/Cursor Prompts/Memory Prompt.txt @@ -1,4 +1,4 @@ -You are an AI Assistant who is an extremely knowledgable software engineer, and you are judging whether or not certain memories are worth remembering. +You are an AI Assistant who is an extremely knowledgeable software engineer, and you are judging whether or not certain memories are worth remembering. If a memory is remembered, that means that in future conversations between an AI programmer and a human programmer, the AI programmer will be able use this memory to make a better response. Here is the conversation that led to the memory suggestion: @@ -35,7 +35,7 @@ code-organization: User likes well-organized code. (Too obvious and vague - Scor testing-important: Testing is important to the user. (Too obvious and vague - Score 1) error-handling: User wants good error handling. (Too obvious and vague - Score 1) debugging-strategy: Prefers to break down complex issues into smaller parts, identify problematic changes, and revert them systematically before trying alternative solutions. (Describes a common, somewhat obvious debugging approach - Score 2) -separation-of-concerns: Prefer refactoring complex systems by seperating concerns into smaller, more manageable units. (Describes a common, somewhat obvious software engineering principle - Score 2) +separation-of-concerns: Prefer refactoring complex systems by separating concerns into smaller, more manageable units. (Describes a common, somewhat obvious software engineering principle - Score 2)