docs: add external supervisor pattern for local agent execution#36168
Draft
jiezeng2004-design wants to merge 1 commit into
Draft
docs: add external supervisor pattern for local agent execution#36168jiezeng2004-design wants to merge 1 commit into
jiezeng2004-design wants to merge 1 commit into
Conversation
Add a guide describing the external supervisor pattern for running a local coding agent under an out-of-process security supervisor that enforces workspace confinement, command allow-lists, and sensitive-file blocking. Wire the page into the docs navigation under a new Guides group.
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This was referenced Jul 10, 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.
Issue for this PR
N/A — this is a docs-only proposal opened as a draft to confirm maintainer interest before creating or closing any tracking issue.
Type of change
What does this PR do?
Adds one documentation page,
packages/docs/external-supervisor-pattern.mdx, and one navigation entry under Guides. The page explains a tool-agnostic external-supervisor pattern for local coding agents: workspace confinement, exact command allow-lists, sensitive-file blocking, and auditable evidence. PatchWarden is mentioned only as an example implementation; the guidance is useful without it.No product code, APIs, dependencies, or configuration behavior changes.
How did you verify your code works?
Screenshots / recordings
Not applicable — documentation-only change.
Checklist