mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: enable permission-aware subagents
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
description: "isolated:true forces built-ins only, overriding extensions and ext:."
|
||||
isolated: true
|
||||
extensions: "./ext-alpha.mjs, ./ext-beta.mjs"
|
||||
tools: "*, ext:ext-alpha.mjs"
|
||||
expect_tools_present: "read, bash, edit, write, grep, find, ls"
|
||||
expect_tools_absent: "alpha_read, alpha_write, beta_tool"
|
||||
---
|
||||
e2e template: per the README, isolated:true is hermetic — it forces
|
||||
extensions:false + skills:false and drops ext: selectors, leaving only built-ins,
|
||||
even though this template also sets extensions and an ext: selector.
|
||||
Reference in New Issue
Block a user