Skip to content

fix(feature-dev): use YAML lists for agent tools#48336

Open
Rohan5commit wants to merge 1 commit intoanthropics:mainfrom
Rohan5commit:fix/feature-dev-tools-frontmatter-20260415
Open

fix(feature-dev): use YAML lists for agent tools#48336
Rohan5commit wants to merge 1 commit intoanthropics:mainfrom
Rohan5commit:fix/feature-dev-tools-frontmatter-20260415

Conversation

@Rohan5commit
Copy link
Copy Markdown

Summary

  • convert the tools frontmatter in the feature-dev agents from a comma-separated string to proper YAML lists

Related issue

Guideline alignment

  • one focused plugin-frontmatter fix in the feature-dev agent files only
  • no unrelated command, README, or workflow changes

Validation

  • git diff --check
  • local Ruby YAML parse confirming each agent now exposes tools as an array

Copilot AI review requested due to automatic review settings April 15, 2026 07:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the feature-dev agent YAML frontmatter so tools is represented as a proper YAML list (array), fixing frontmatter parsing/linting issues (part of #40370).

Changes:

  • Converted tools from a comma-separated scalar to a YAML block list in feature-dev agent files.
  • Ensured each affected agent now exposes tools as an array to YAML parsers/linters.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
plugins/feature-dev/agents/code-reviewer.md Convert tools frontmatter to YAML list for correct parsing.
plugins/feature-dev/agents/code-explorer.md Convert tools frontmatter to YAML list for correct parsing.
plugins/feature-dev/agents/code-architect.md Convert tools frontmatter to YAML list for correct parsing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants