mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-13 07:10:46 +00:00
fix: add cursor to AGENT_SKILLS and add pi/cursor to spawn-skill tests (#3164)
cursor was missing from the AGENT_SKILLS map in spawn-skill.ts, causing spawn skill injection to silently skip cursor VMs when --beta recursive is active. pi was present in AGENT_SKILLS but missing from all test arrays in spawn-skill.test.ts. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a31a821e8a
commit
e26d65cd65
2 changed files with 21 additions and 0 deletions
|
|
@ -119,6 +119,11 @@ const AGENT_SKILLS: Record<string, SkillConfig> = {
|
|||
content: HERMES_SNIPPET,
|
||||
append: true,
|
||||
},
|
||||
cursor: {
|
||||
remotePath: "~/.cursor/rules/spawn.md",
|
||||
content: SKILL_BODY,
|
||||
append: false,
|
||||
},
|
||||
junie: {
|
||||
remotePath: "~/.junie/AGENTS.md",
|
||||
content: SKILL_BODY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue