Skip to content

test(mcp): add integration tests for dispatch strategies#727

Closed
JeremyDev87 wants to merge 3 commits intomasterfrom
test/dispatch-strategy-integration-712
Closed

test(mcp): add integration tests for dispatch strategies#727
JeremyDev87 wants to merge 3 commits intomasterfrom
test/dispatch-strategy-integration-712

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add ExecutionStrategy type, TaskMaestroAssignment, TaskMaestroResult interfaces to agent.types.ts
  • Implement strategy branching in dispatchAgents: subagent (existing behavior) vs taskmaestro (new path with tmux assignments)
  • Add executionStrategy enum to dispatch_agents handler inputSchema
  • Add 6 integration tests covering: subagent strategy, taskmaestro strategy, backward compatibility, sessionName per mode, prompt output format, executionHint commands

Test plan

  • 6 new integration tests pass
  • All 4816 existing tests pass (backward compatible)
  • Lint passed (0 errors)
  • Format check passed
  • Typecheck passed
  • Circular dependency check passed
  • Build succeeded

Closes #712

- Add conditional .mcp.json update to bump-version.sh (step 6)
- Add conditional .mcp.json version check to verify-release-versions.sh
- Both handle missing .mcp.json gracefully (gitignored, local only)

Closes #705
- Add Execution Strategy Selection subsection to claude-code.md
- Add TaskMaestro Execution Flow with response format documentation
- Add Strategy Selection checklist to custom-instructions.md
- Add dual strategy support note to Mode-specific Specialists table

Closes #711
… strategies

- Add ExecutionStrategy type, TaskMaestroAssignment, TaskMaestroResult interfaces
- Implement strategy branching in dispatchAgents (subagent vs taskmaestro)
- Add executionStrategy to dispatch_agents handler inputSchema
- Add 6 integration tests: subagent, taskmaestro, backward compat, sessionName, prompt format, executionHint

Closes #712
@vercel
Copy link

vercel bot commented Mar 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 20, 2026 2:39am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(mcp): add integration tests for subagent vs taskmaestro dispatch strategies

1 participant