Skip to content

fix: add cursor to agent lists in spawn skill files#3108

Merged
AhmedTMM merged 2 commits intomainfrom
qa/code-quality-cursor-agents
Mar 30, 2026
Merged

fix: add cursor to agent lists in spawn skill files#3108
AhmedTMM merged 2 commits intomainfrom
qa/code-quality-cursor-agents

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Mar 30, 2026

Summary

  • cursor is a fully implemented agent across all 6 clouds but was missing from the available agents list in spawn skill instructions injected onto child VMs
  • This affects 10 files: packages/cli/src/shared/spawn-skill.ts (SKILL_BODY and HERMES_SNIPPET) and all 8 skills/*/SKILL.md / AGENTS.md / SOUL.md files

Impact

Without this fix, agents running on child VMs (claude, codex, hermes, junie, kilocode, openclaw, opencode, zeroclaw) would not know they could delegate work to cursor, despite it being a fully implemented agent.

Test plan

  • bun test — 1968 pass, 0 fail
  • bunx @biomejs/biome check packages/cli/src/ — 0 errors
  • All 10 stale references updated to include cursor in the agents list

🤖 Generated with Claude Code

spawn-qa-bot and others added 2 commits March 30, 2026 05:13
cursor is a fully implemented agent across all 6 clouds but was missing
from the available agents list in spawn skill instructions injected onto
child VMs. This caused claude, codex, hermes, junie, kilocode, openclaw,
opencode, and zeroclaw to be unaware they could delegate work to cursor.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Ahmed Abushagur <ahmed@abushagur.com>
Copy link
Copy Markdown
Collaborator

@AhmedTMM AhmedTMM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM good ai catch

@AhmedTMM AhmedTMM merged commit ccbe52c into main Mar 30, 2026
5 checks passed
@AhmedTMM AhmedTMM deleted the qa/code-quality-cursor-agents branch March 30, 2026 05:49
la14-1 added a commit that referenced this pull request Mar 30, 2026
cursor is a fully implemented agent across all 6 clouds but was missing
from the available agents list in spawn skill instructions injected onto
child VMs. This caused claude, codex, hermes, junie, kilocode, openclaw,
opencode, and zeroclaw to be unaware they could delegate work to cursor.

Signed-off-by: Ahmed Abushagur <ahmed@abushagur.com>
Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Ahmed Abushagur <ahmed@abushagur.com>
la14-1 added a commit that referenced this pull request Mar 30, 2026
cursor is a fully implemented agent across all 6 clouds but was missing
from the available agents list in spawn skill instructions injected onto
child VMs. This caused claude, codex, hermes, junie, kilocode, openclaw,
opencode, and zeroclaw to be unaware they could delegate work to cursor.

Signed-off-by: Ahmed Abushagur <ahmed@abushagur.com>
Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Ahmed Abushagur <ahmed@abushagur.com>
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