cursor-agent-tracking
cursor-agent-tracking copied to clipboard
A repository that provides a structured system for maintaining context and tracking changes in Cursor's AGENT mode conversations through template files, enabling better continuity and organization of...
Cursor Agent History Tracking System
Overview
A simple system to maintain context and track changes in conversations with Cursor when it's in AGENT mode, ensuring continuity even if the AI 'forgets' previous interactions. This workaround isn't necessary for regular chat mode, as Cursor implements native tracking.
Quick Start
-
Copy all
.mdfiles from thetemplatesdirectory into your project's root directory:-
CHANGELOG.md -
PROJECT_SCOPE.md -
PROMPT.md
-
-
Begin every new chat with the AI by copying the contents of
PROMPT.md- This ensures the AI has proper context about your project
- The AI will maintain consistent formatting for changes
- Track all significant changes in
CHANGELOG.md - Keep
PROJECT_SCOPE.mdupdated with current status
File Purposes
-
PROMPT.md: Your template for starting each new chat session -
CHANGELOG.md: Tracks all significant changes to your project -
PROJECT_SCOPE.md: Maintains current project status and goals
Best Practices
- Always start new chats with the
PROMPT.mdtemplate (this means every time you click the + symbol) - Update
CHANGELOG.mdafter significant changes - Keep
PROJECT_SCOPE.mdcurrent - Include relevant file paths in your prompts
- Save important code snippets and explanations
Template Maintenance
Feel free to modify the templates to better suit your specific needs while maintaining the core structure for consistency.
Need Help?
Refer to the individual template files for detailed formatting and usage instructions.