Files
fusion/.changeset/FN-4232-stale-plugin-dist.md
Fusion e5189e3a4b feat(FN-4232): complete Step 6 — document stale artifact bootstrap and add changeset
Fusion-Task-Id: FN-4232
Fusion-Task-Lineage: 8a1c59d6-2144-4146-99e4-201e9657af92
2026-05-13 22:57:22 -07:00

11 lines
546 B
Markdown

---
"@runfusion/fusion": patch
---
Test bootstrap (`scripts/ensure-test-artifacts.mjs`) now detects STALE example-plugin
dist artifacts (`@fusion-plugin-examples/{hermes-runtime,openclaw-runtime,paperclip-runtime}`)
in addition to missing ones by comparing `src/` mtimes against the oldest `dist/`
entry artifact. When a rebuild fails, the script emits an actionable remediation
block (FN-4232) before exiting non-zero so worktree and merger-verification flows
no longer fail first with opaque Vite "Failed to resolve entry for package" errors.