mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 16:45:22 +00:00
521 B
521 B
description, extensions, exclude_extensions, tools, expect_tools_present, expect_tools_absent
| description | extensions | exclude_extensions | tools | expect_tools_present | expect_tools_absent |
|---|---|---|---|---|---|
| Loads alpha+beta, excludes beta via exclude_extensions. | ./ext-alpha.mjs, ./ext-beta.mjs | ext-beta.mjs | * | read, alpha_read, alpha_write | beta_tool |
e2e template: exclude_extensions removes an extension after the include set is computed — alpha surfaces normally, beta's tools never register. (Excluding a name that the extensions: list also loads warns "in both — exclude wins"; the exclusion still applies.)