Guys I am a novice when it comes to software development. I start a complex project where many activities can be done concurrently. I don’t want to use background agents because of proprietary data restrictions. My repo is housed in local folder with local git for versioning control. How do can launch multiple instance of cursor to work on different back log items concurrently and still retain version control and continuous integration? Thanks