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,10 @@
---
description: "A lazy extension left out of the ext: flip stays muted."
extensions: "./ext-lazy.mjs, ./ext-alpha.mjs"
tools: "*, ext:ext-alpha.mjs"
expect_tools_present: "read, bash, alpha_read, alpha_write"
expect_tools_absent: "lazy_tool"
---
e2e template: the mirror of lazy-ext-selected — admitting late tools must not
mean admitting ALL late tools. ext-lazy loads and its session_start handler runs,
but the `ext:` flip did not select it, so `lazy_tool` never becomes active.