feat: enable permission-aware subagents

This commit is contained in:
叶林立
2026-08-26 10:49:26 +08:00
parent d3bf562189
commit 7571ba6dd9
185 changed files with 48365 additions and 26 deletions
@@ -0,0 +1,9 @@
---
description: "Selects beta via ext:; the loaded alpha extension is muted."
extensions: "./ext-alpha.mjs, ./ext-beta.mjs"
tools: "*, ext:ext-beta.mjs"
expect_tools_present: "read, beta_tool"
expect_tools_absent: "alpha_read, alpha_write"
---
e2e template: mirror of all-and-alpha-selected — selecting beta proves the flip
mutes the *other* loaded extension (alpha) regardless of which one is named.