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
+8
View File
@@ -0,0 +1,8 @@
---
description: "tools value format: YAML flow array."
tools: [read, grep, find]
expect_tools_present: "read, grep, find"
expect_tools_absent: "bash, edit, write, ls"
---
e2e template (format check 3/3): YAML array. Per the README, `[a, b]` == `"a, b"`,
so this must yield the same active tool set as the CSV forms.