Skip to content

Close two agent allowlists that silently excluded Cursor - #85

Merged
iamkayleb merged 1 commit into
mainfrom
feat/cursor-agent-in-consolidated-loop
Sep 3, 2026
Merged

iamkayleb merged 1 commit into
mainfrom
feat/cursor-agent-in-consolidated-loop

Conversation

@iamkayleb

Copy link
Copy Markdown
Owner

Both were hardcoded two-agent enumerations that the registry never fed, so adding Cursor to the registry was not enough to make its lane behave like the other two.

  • agents-capability-check gated on ["agent:codex","agent:claude","agent:auto"], so Cursor issues skipped the pre-flight capability gate entirely. Claude and Codex issues were screened for impossible tasks; Cursor's were not, which is an unequal starting condition for a three-way comparison.
  • agents-auto-label's skip-list omitted agent:cursor, so an issue already routed to Cursor was not recognised as already-routed and could be relabelled to a different agent.

Claude-Session: https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5

Workflow Source

Started from:

  • GitHub issue: #
  • Direct PR / remote GitHub work
  • Local Codex/user request
  • Automation run
  • Review follow-up from PR #
  • Sync / maintenance campaign
  • Dependabot or dependency update
  • Do not automate

Automation intent:

  • Verifier should review this
  • Keepalive may manage this PR
  • Human-only unless checks fail

Notes:

Summary

Testing

Both were hardcoded two-agent enumerations that the registry never fed,
so adding Cursor to the registry was not enough to make its lane behave
like the other two.

- agents-capability-check gated on ["agent:codex","agent:claude","agent:auto"],
  so Cursor issues skipped the pre-flight capability gate entirely. Claude
  and Codex issues were screened for impossible tasks; Cursor's were not,
  which is an unequal starting condition for a three-way comparison.
- agents-auto-label's skip-list omitted agent:cursor, so an issue already
  routed to Cursor was not recognised as already-routed and could be
  relabelled to a different agent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5
@iamkayleb
iamkayleb merged commit 623b48e into main Sep 3, 2026
7 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants