Skip to content

fix: remove erroneous numeric prefix from problem-solver-specialist name#195

Open
xiaolai wants to merge 1 commit intoccplugins:mainfrom
xiaolai:fix/nlpm-problem-solver-name
Open

fix: remove erroneous numeric prefix from problem-solver-specialist name#195
xiaolai wants to merge 1 commit intoccplugins:mainfrom
xiaolai:fix/nlpm-problem-solver-name

Conversation

@xiaolai
Copy link
Copy Markdown

@xiaolai xiaolai commented Apr 21, 2026

Automated audit: This PR was generated by NLPM, a natural language programming linter, running via claude-code-action. Please evaluate the diff on its merits.

Bug

plugins/problem-solver-specialist/agents/problem-solver-specialist.md has frontmatter name: 1-problem-solver-specialist — note the 1- numeric prefix. The plugin directory is named problem-solver-specialist with no prefix.

Impact

Claude Code registers agents by their name frontmatter field. The 1- prefix means:

  • The agent registers as 1-problem-solver-specialist instead of problem-solver-specialist
  • Any sub-agent delegation using use problem-solver-specialist will fail to find the agent
  • The agent's own body text references it as 1-problem-solver-specialist in chaining examples, which would only work correctly if all callers also used the prefixed form — an inconsistency users would likely stumble on

Fix

Remove the 1- prefix: name: 1-problem-solver-specialistname: problem-solver-specialist.

Frontmatter had `name: 1-problem-solver-specialist` (with a `1-` prefix)
vs plugin directory `problem-solver-specialist`. Corrected to match
plugin identity.

Co-Authored-By: Claude Code <noreply@anthropic.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.

1 participant