Skip to content

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

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

fix: correct agent name mismatch in enterprise-integrator-architect#193
xiaolai wants to merge 1 commit into
ccplugins:mainfrom
xiaolai:fix/nlpm-enterprise-integrator-name

Conversation

@xiaolai

@xiaolai xiaolai commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

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>
@dudley02

Copy link
Copy Markdown
Collaborator

Maintainer review: the frontmatter rename is reasonable, but this patch leaves the agent examples/body inconsistent with the new registered name. Please update every remaining enterprise-integration-architect reference in this file to enterprise-integrator-architect.

@dudley02 dudley02 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please update every remaining enterprise-integration-architect reference in the file, not only the frontmatter, so examples and registered name stay consistent.

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.

2 participants