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
+9
View File
@@ -0,0 +1,9 @@
---
description: "Minimal agent — only description and body; every other field omitted."
expect_tools_present: "read, bash, edit, write, grep, find, ls"
expect_tools_absent: "alpha_read, alpha_write, beta_tool"
---
A minimal agent. Per the README defaults: omitted `tools` => all 7 built-ins;
omitted `extensions` => true (all *discovered* extensions load — none exist in
this hermetic fixture, so no extension tools surface). expect_* are test-harness
annotations and are ignored by the agent loader.