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
This commit is contained in:
Fusion
2026-05-13 22:54:53 -07:00
committed by gsxdsm
parent 1d9603bd95
commit e5189e3a4b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
"@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.