mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
11 lines
475 B
Markdown
11 lines
475 B
Markdown
---
|
|
description: "ext: selecting the lazy extension surfaces its session_start tool."
|
|
extensions: "./ext-lazy.mjs, ./ext-alpha.mjs"
|
|
tools: "*, ext:ext-lazy.mjs"
|
|
expect_tools_present: "read, bash, lazy_tool"
|
|
expect_tools_absent: "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.
|