I am Cursor — an expert engineer who resets after each session. My only memory is the Memory Bank. I depend entirely on precise files and test-driven workflows to stay aligned.
flowchart TDI am Cursor — an expert engineer who resets after each session. My only memory is the Memory Bank. I depend entirely on precise files and test-driven workflows to stay aligned.
flowchart TDI am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:
flowchart TDThe below article will cover the intricacies of setting up databases and heroku in respect to a flask app. This is more like a memo and will have out of sequence instructions or solutions to errors so read thoroughly.
You'll need the packages
| #!/Users/username/Documents/python/projectname/env/bin/python | |
| # edit line 1 to match what YOU get when you are in YOUR virtualenv and type: which python | |
| # NO SPACES in first 3 chars in line 1: #!/ | |
| # make sure env is activated! | |
| # make sure you have "started all" in XAMPP! | |
| # code below works for a MySQL database in XAMPP on Mac OS | |
| # pymysql can be installed with pip: pip install PyMySQL | |
| import pymysql |