refine: enforce fresh subagent invocation in orchestration guide#141
Merged
Conversation
Clarify in subagents-orchestration-guide that every subagent call is a fresh Agent invocation isolating each phase's context, and that a SendMessage resume reuses the prior agent's context and breaks that isolation. Bump plugin/package version to 0.22.2 and sync. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Closes a gap in
subagents-orchestration-guidethat let the orchestrator continue a completed subagent via the harness'sSendMessageresume path, which silently re-entered stale context and broke the workflow's per-phase isolation.The guide's
Execution Methodsection now states that each subagent invocation is a fresh Agent tool call, with the rationale made explicit: every phase runs in an isolated context, and aSendMessageresume reuses the prior agent's context and breaks that isolation.Why this wording
SendMessageis named because the harness actively advertises it as the continuation mechanism; closing that door requires an explicit, reasoned counter rather than relying on inference.recipe-*workflow, so the addition is kept necessary-and-sufficient.Changes
skills/subagents-orchestration-guide/SKILL.md: revisedExecution Methodline (single source).dev-workflows,dev-workflows-frontend,dev-workflows-fullstack(dev-skills does not bundle this guide).0.22.1→0.22.2(package.json + marketplace.json + generated plugin.json).Validation
claude plugin validate .→ passedsync:check→ no drift🤖 Generated with Claude Code