/Wire Cursor into the consolidated keepalive/autofix loop - #84
Merged
Merged
Conversation
Cursor was integrated against the previous loop architecture: the runner (reusable-cursor-run.yml) and registry entry exist, and agents-autofix-loop had an autofix-cursor job. But both agents-keepalive-loop.yml and agents-autofix-loop.yml were retired in favour of agents-81-gate-followups, and the consolidation did not carry Cursor across — agents-81 dispatched only run-codex and run-claude. Cursor therefore had a runner that nothing called. - agents-81 template: add run-cursor (keepalive) and autofix-cursor, mirroring the Claude jobs and calling reusable-cursor-run.yml. - Add both to the needs lists of record-keepalive-completion, summary and metrics so completion accounting and reporting wait on them. - registry: capabilities.belt true (the loop now dispatches cursor) and raise the capacity placeholder off 1/day, flagged for the owner's real plan quota. Routing verified (agent:cursor -> reusable-cursor-run.yml, cursor/issue-), dependency graph checked, registry tests pass, templates in sync. The one pre-existing long-line lint failure in agents-81 is upstream and untouched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cursor was integrated against the previous loop architecture: the runner (reusable-cursor-run.yml) and registry entry exist, and agents-autofix-loop had an autofix-cursor job. But both agents-keepalive-loop.yml and agents-autofix-loop.yml were retired in favour of agents-81-gate-followups, and the consolidation did not carry Cursor across — agents-81 dispatched only run-codex and run-claude. Cursor therefore had a runner that nothing called.
Routing verified (agent:cursor -> reusable-cursor-run.yml, cursor/issue-), dependency graph checked, registry tests pass, templates in sync. The one pre-existing long-line lint failure in agents-81 is upstream and untouched.
Workflow Source
Started from:
Automation intent:
Notes:
Summary
Testing