mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
11 lines
486 B
Markdown
11 lines
486 B
Markdown
---
|
|
description: "A lazy extension left out of the ext: flip stays muted."
|
|
extensions: "./ext-lazy.mjs, ./ext-alpha.mjs"
|
|
tools: "*, ext:ext-alpha.mjs"
|
|
expect_tools_present: "read, bash, alpha_read, alpha_write"
|
|
expect_tools_absent: "lazy_tool"
|
|
---
|
|
e2e template: the mirror of lazy-ext-selected — admitting late tools must not
|
|
mean admitting ALL late tools. ext-lazy loads and its session_start handler runs,
|
|
but the `ext:` flip did not select it, so `lazy_tool` never becomes active.
|