|
|
|
|
|
by dimitri-vs
487 days ago
|
|
Yes, and then I keep going back to the basics: - small .cursorrules file explaining what I am trying to build and why at a very high level and my tech stack - a DEVELOPMENT.md file which is just a to-do/issue list for me that I tell cursor to update before every commit - a temp/ directory where I dump contextual md and txt files (chat logs discussing feature, more detailed issue specs, etc.) - a separate snippet management app that has my commonly used request snippets (write commit message, ask me clarify questions, update README, summarize chat for new session, etc.) Otherwise it's pretty much what your workflow is. |
|