feat(mcp): extend TaskMaestro pane assignments for inner Teams bootstrap (#1313)#1321
Merged
Merged
Conversation
…rap (#1313) Add InnerTeamsSpec type and optional innerCoordination field to TaskmaestroAssignment so pane workers can bootstrap inner Teams workflows in the composable taskmaestro+teams strategy. - Inject TeamsCapabilityService into AgentService - Gate composable dispatch on Teams capability (falls back to pure TaskMaestro when disabled) - Populate innerCoordination with teamSpec and teammates on each pane assignment when Teams is available - Add tests: nested assignment with inner teams, pure taskmaestro fallback, failed agent handling in composable mode
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JeremyDev87
commented
Apr 4, 2026
JeremyDev87
left a comment
Owner
Author
There was a problem hiding this comment.
Review: ✅ APPROVE
CI Status: ALL PASS
Code Quality:
- TaskmaestroAssignment extended:
innerCoordinationfield with type, teamSpec, teammates, reportingContract - TeamsCapabilityService injected: Falls back to pure taskmaestro when Teams disabled
- Tests: ~85 lines — enabled/disabled capability, teammate matching, failed agent handling
- Backward compat: Pure taskmaestro mode unaffected (no innerCoordination)
✅ Pane assignments can now bootstrap inner Teams workflows.
This was referenced Apr 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InnerTeamsSpectype and optionalinnerCoordinationfield toTaskmaestroAssignmentfor composabletaskmaestro+teamsexecutionTeamsCapabilityServiceintoAgentServiceto gate inner coordination on runtime capabilityteamSpecandteammatesmetadata so workers can bootstrap inner Teams workflowsTest plan
innerCoordinationpopulated when capability enabledyarn workspace codingbuddy exec tsc --noEmitpassesyarn workspace codingbuddy exec vitest run— 5953 tests passCloses #1313