I’ve been using Cursor for a few months now, and I use it probably 8 hours a day. I don’t code, I’m just a vibe coder. I know you guys probably already know this or have some ideas on how to do this, but I would say 95% of the time I’m copying pages and pasting errors from the browser console or the Cloudflare build deployment logs to get the deployment working. Recently I’ve been having a lot of issues with that. It would be nice if the AI just had visibility into all of that. I’d be more than happy to set one of these background agents and if it could access all of this just like set a budget (e.g. $50/day) where it could have access to the console logs and the browser, the Jest test, the deployment stuff - just everything. Because basically all I’m doing is copy-pasting stuff and saying it doesn’t work, which is obviously not very useful.
In tandem with that, I keep a pretty long to-do list in the project which I actually don’t even update. The cursor just updates it and I have a few rules: any new feature I request it adds a new test for it and it has a list of completed things, some in-progress things, key file locations, etc. Which I think a Taskmaster does this as well, but my version is a bit simpler. Those are kind of like the core things that I’m using, and I’m just wondering if you guys have some plans to integrate that into Cursor - it’s basically all I’m doing is just copying-pasting errors from those three places and then making sure my to-do list is updated so the cursor has context.