feat(FN-3718): add droid runtime to tsup bundle with asset gate

Stages the droid runtime as a bundled plugin in the CLI's tsup configuration, gates the bundle bootstrap on droid asset availability, and adds tests asserting correct staging behavior in bundle output.

Fusion-Task-Id: FN-3718
This commit is contained in:
Fusion
2026-05-07 19:14:43 -07:00
committed by gsxdsm
parent 63a14fe7a5
commit 84a34a062c
5 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": patch
---
Stage `fusion-plugin-droid-runtime` (including its `mcp-schema-server.cjs`
bridge asset) into the published CLI tarball, mirroring the
`fusion-plugin-openclaw-runtime` build pipeline. The droid runtime plugin
is now bundled and asserted by the bundle-output test suite.