test: guard broad plugin resolver fixtures

This commit is contained in:
Peter Steinberger
2026-04-29 06:45:57 +01:00
parent 83df409d94
commit 358b4f24cd
4 changed files with 63 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ assembly, and contract enforcement.
- If setup, discovery, or doctor flows need plugin runtime, make that need
explicit and narrow. Do not let cold control-plane paths quietly import broad
runtime surfaces.
- Resolver and public-surface loader tests must use generated tiny plugin
fixtures for broad `api.js` / `runtime-api.js` fallback behavior. Do not point
those tests at real bundled plugin source APIs just to prove path resolution.
## Verification