Feature request for product/service
Cursor CLI
Describe the request
I love the way cursor sub agents work. I have created multiple subagents that are orchestrated by a single agent. This orchestrator reads issues from linear and assigns issues to sub agents. Now each issue needs to create a PR and that runs checks and merges to main. Now we can ask agents to wait for PR checks to complete and merge to main. However, I would like to trigger the cursor cli on PR checks complete rather than wait.
For this to happen, I have an option to trigger the cursor cli using webhook, which could be done on an arc container image ( arc-controller is github’s self hosted kubernetes cluster ). I would like to then be able to trigger cursor cli in that cluster.
Although this structure may not be correct, but its possible we could run cursor cli in a container image and trigger it as a job by itself orchestrating it
Operating System (if it applies)
Linux