mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 16:45:22 +00:00
475 B
475 B
description, extensions, tools, expect_tools_present, expect_tools_absent
| description | extensions | tools | expect_tools_present | expect_tools_absent |
|---|---|---|---|---|
| ext: selecting the lazy extension surfaces its session_start tool. | ./ext-lazy.mjs, ./ext-alpha.mjs | *, ext:ext-lazy.mjs | read, bash, lazy_tool | alpha_read, alpha_write |
e2e template: the case a static allowlist can never express. lazy_tool does not
exist when the session is constructed, so it cannot be listed up front — scope
has to be re-derived once the extension registers it.