Catalogue the sub-agent guide with a retained-agent capability matrix - #170
Merged
Merged
Conversation
This was referenced Aug 25, 2026
leoncheng57
force-pushed
the
feat/managed-child-agent-selector
branch
2 times, most recently
from
August 26, 2026 01:02
be80a1b to
7a9b850
Compare
leoncheng57
changed the base branch from
feat/managed-child-agent-selector
to
main
August 26, 2026 01:08
leoncheng57
force-pushed
the
docs/subagent-capabilities
branch
from
August 26, 2026 01:08
c9cfb45 to
7a30bc4
Compare
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.
Stacked on #169 (
feat/managed-child-agent-selector), which is stacked on #163. Do not merge before both.What
Catalogues
docs/subagents.mdon the in-app Docs page and adds a retained-agent capability/restriction matrix documenting the fixed Managed Child roster (plan,build,explore,general) introduced in #169.Changes
client/lib/docs.ts: newsubagentsentry (category: architecture, sourcedocs/subagents.md). Relative links inside the doc now resolve in-app where catalogued.docs/subagents.md:authorizationwhile can-modify agents require it, browser never authors raw rules, metadata v2 (requestedAgent,policyFingerprint, legacyrequestedModealias), follow-up prompt re-verification, fail-closed on invalid metadata, and why Explore gets the Plan deny ceiling instead of trusting its resolved policy.docs/contributing/index.html: reading-index card fordocs/subagents.md.tests/docs.test.ts: catalogue entry assertions, plus a consistency test that parses the matrix rows out of the Markdown and requires them to equalMANAGED_CHILD_AGENT_IDSfrom the server module — the doc cannot drift from the code roster without failing the build.tests/e2e/smoke.ui.spec.ts: docs-center coverage opening the sub-agent guide and asserting the matrix renders all four agents.Testing
npm run typecheck,npm test(513),npm run build