Skip to content

feat(mcp): add TaskMaestro dispatch types and availableStrategies#713

Closed
JeremyDev87 wants to merge 3 commits intomasterfrom
feat/taskmaestro-dispatch-types-706
Closed

feat(mcp): add TaskMaestro dispatch types and availableStrategies#713
JeremyDev87 wants to merge 3 commits intomasterfrom
feat/taskmaestro-dispatch-types-706

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add TaskmaestroAssignment and TaskmaestroDispatch interfaces to agent.types.ts
  • Extend DispatchAgentsInput with executionStrategy field ('subagent' | 'taskmaestro')
  • Extend DispatchResult with taskmaestro and executionStrategy fields
  • Extend ParseModeResult with availableStrategies and taskmaestroInstallHint fields
  • Add type tests for all new interfaces and fields

Test plan

  • 7 type tests pass (agent.types.spec.ts)
  • All existing tests pass (keyword.types.spec.ts)
  • tsc --noEmit compiles without errors
  • Full CI: lint, format, typecheck, test:coverage, circular, build — all pass

Closes #706

- Add TaskmaestroAssignment and TaskmaestroDispatch interfaces
- Extend DispatchAgentsInput with executionStrategy field
- Extend DispatchResult with taskmaestro and executionStrategy fields
- Extend ParseModeResult with availableStrategies and taskmaestroInstallHint
- Add type tests for new interfaces

Closes #706
@vercel
Copy link

vercel bot commented Mar 19, 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 8:14am

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.

feat(mcp): add TaskMaestro dispatch types and availableStrategies types

1 participant