Skip to content

fix(commands): use fully-qualified agent namespace in Task invocations#248

Open
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:osc/199-fix-agent-namespace
Open

fix(commands): use fully-qualified agent namespace in Task invocations#248
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:osc/199-fix-agent-namespace

Conversation

@mvanhorn
Copy link
Contributor

Summary

  • Update all bare agent name references in ce:plan, ce:brainstorm, and ce:review to use fully-qualified compound-engineering:category:name namespace
  • Bare names like Task repo-research-analyst(...) fail with "Agent type not found" because the plugin registers agents under the compound-engineering:research: or compound-engineering:review: namespace

Fixes #199

Changes

commands/ce/plan.md (4 refs):

  • repo-research-analyst -> compound-engineering:research:repo-research-analyst
  • learnings-researcher -> compound-engineering:research:learnings-researcher
  • best-practices-researcher -> compound-engineering:research:best-practices-researcher
  • framework-docs-researcher -> compound-engineering:research:framework-docs-researcher

commands/ce/brainstorm.md (1 ref):

  • repo-research-analyst -> compound-engineering:research:repo-research-analyst

commands/ce/review.md (6 refs):

  • agent-native-reviewer -> compound-engineering:review:agent-native-reviewer
  • learnings-researcher -> compound-engineering:research:learnings-researcher
  • schema-drift-detector -> compound-engineering:review:schema-drift-detector
  • data-migration-expert -> compound-engineering:review:data-migration-expert
  • deployment-verification-agent -> compound-engineering:review:deployment-verification-agent
  • code-simplicity-reviewer -> compound-engineering:review:code-simplicity-reviewer

The general-purpose agent type references were left unchanged as that is a built-in Claude Code agent type.

Test plan

  • Run /ce:plan and verify agents are dispatched without "Agent type not found" errors
  • Run /ce:review and verify review agents launch correctly

This contribution was developed with AI assistance (Claude Code).

Task invocations in ce:plan, ce:brainstorm, and ce:review used bare
agent names (e.g. "repo-research-analyst") which fail with "Agent type
not found" because the plugin registers them with the
compound-engineering:category:name namespace.

Updated all bare agent references to use fully-qualified names matching
the pattern in orchestrating-swarms/SKILL.md.

Fixes EveryInc#199

Co-Authored-By: Claude Opus 4.6 <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.

Bug: Agent namespace mismatch - workflows:plan fails to invoke compound-engineering agents

1 participant