Skip to content

docs: align Claude Code adapter guidance with nested TaskMaestro+Teams model (#1310)#1317

Merged
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775299117/pane-2
Apr 4, 2026
Merged

docs: align Claude Code adapter guidance with nested TaskMaestro+Teams model (#1310)#1317
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775299117/pane-2

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Rewrites execution strategy documentation to reflect the intended nested model: TaskMaestro/SubAgent as outer parallel transport, Teams as optional inner coordination layer
  • Adds explicit "Execution Model: Outer Transport vs Inner Coordination" section with architecture table and nested execution examples
  • Marks Teams as experimental with capability gate wording — no longer implies Teams is a top-level strategy choice
  • Updates .claude/rules/custom-instructions.md references to align with the nested model

Test plan

  • yarn prettier --write . — no formatting changes
  • yarn workspace codingbuddy exec tsc --noEmit — passes
  • yarn workspace codingbuddy exec vitest run — 5893 tests pass
  • Manual review of docs consistency

Closes #1310

…s model (#1310)

Rewrite execution strategy docs to reflect the intended nested model:
- TaskMaestro/SubAgent = outer parallel transport (one per issue/task)
- Teams = optional inner coordination layer (experimental, within a session)

Closes #1310
@JeremyDev87 JeremyDev87 added plugin packages/claude-code-plugin cli CLI commands and interfaces labels Apr 4, 2026
@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 4, 2026 10:49am

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Review: ✅ APPROVE

CI Status: ALL PASS

Code Quality:

  • claude-code.md: Replaced "Teams-preferred" with nested outer/inner model, added execution model section with clear examples
  • custom-instructions.md: Updated strategy selection to "Outer Transport Selection", Teams as experimental inner layer
  • Terminology clarity: TaskMaestro/SubAgent = outer transport, Teams = inner coordination (experimental)
  • No code changes — pure documentation alignment

Checklist:

  • CI ALL PASS
  • Nested model clearly documented with examples
  • Teams marked as experimental/capability-gated
  • No over-promising of Teams behavior

✅ Adapter docs aligned with intended nested execution architecture.

@JeremyDev87 JeremyDev87 self-assigned this Apr 4, 2026
@JeremyDev87 JeremyDev87 merged commit a302999 into master Apr 4, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775299117/pane-2 branch April 4, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli CLI commands and interfaces plugin packages/claude-code-plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: align Claude Code adapter guidance with the real nested TaskMaestro plus Teams model

1 participant