Skip to content

Comments

Remove undefined agent directive from command frontmatter#11

Merged
DanielMaly merged 3 commits intomainfrom
copilot/remove-invalid-agent-directive
Feb 12, 2026
Merged

Remove undefined agent directive from command frontmatter#11
DanielMaly merged 3 commits intomainfrom
copilot/remove-invalid-agent-directive

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Command files referenced a non-existent agent: shpeck directive in their frontmatter. This directive has no backing implementation in the project.

Changes

  • pkg/tool-config/opencode.json: Removed agent: shpeck entries from all command frontmatter configurations (10 commands affected)
  • test/init.integration.test.ts: Updated assertion to validate command description instead of removed directive
  • test/utils/frontmatter.test.ts: Replaced test fixture reference to non-existent agent with generic example
  • .gitignore: Added package-lock.json (npm artifact in Bun project)

When shpeck init --tool opencode runs, generated command files will no longer include the invalid agent directive in their YAML frontmatter.

Original prompt

This section details on the original issue you should resolve

<issue_title>Invalid agent directive at the top of all command files</issue_title>
<issue_description>All of the command prompt files contain agent: shpeck in the frontmatter but the project doesn't define such an agent. The line should be removed everywhere.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@DanielMaly DanielMaly marked this pull request as ready for review February 12, 2026 13:25
Copilot AI changed the title [WIP] Remove invalid agent directive from command files Remove undefined agent directive from command frontmatter Feb 12, 2026
Copilot AI requested a review from DanielMaly February 12, 2026 13:26
@DanielMaly DanielMaly merged commit a63f838 into main Feb 12, 2026
1 check 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.

Invalid agent directive at the top of all command files

2 participants