Skip to content

fix: correct agent name mismatch in enterprise-integrator-architect#193

Open
xiaolai wants to merge 1 commit intoccplugins:mainfrom
xiaolai:fix/nlpm-enterprise-integrator-name
Open

fix: correct agent name mismatch in enterprise-integrator-architect#193
xiaolai wants to merge 1 commit intoccplugins:mainfrom
xiaolai:fix/nlpm-enterprise-integrator-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/enterprise-integrator-architect/agents/enterprise-integrator-architect.md has frontmatter name: enterprise-integration-architect — note "integration" instead of "integrator". This mismatches the plugin directory name enterprise-integrator-architect.

Impact

Claude Code registers agents by their name frontmatter field. When the name doesn't match the plugin's identity, agent routing via use enterprise-integrator-architect will dispatch the wrong name in logs and any downstream sub-agent delegation that references the plugin by directory name will fail to find the agent.

Fix

Single character change: enterprise-integration-architectenterprise-integrator-architect (adds "or" to restore the "integrator" spelling).

Frontmatter had `name: enterprise-integration-architect` (missing "or"),
causing a mismatch with the plugin directory name
`enterprise-integrator-architect`. 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