feat(FN-2569): sync fusion skill docs with runtime tools

- Add generated engine-tools reference and refresh extension/capabilities docs from source definitions
- Enhance sync-fusion-skill-tools script to verify and maintain skill documentation consistency
- Expand skill-sync tests and enforce sync:fusion-skill:check in the workspace test pipeline
- Add FN-2569 changeset documenting the published @runfusion/fusion patch update
This commit is contained in:
Fusion
2026-04-25 20:07:49 -07:00
committed by gsxdsm
parent b0886cdfd4
commit cfd78af504
8 changed files with 914 additions and 198 deletions

View File

@@ -24,7 +24,7 @@
"verify:workspace": "pnpm lint && pnpm test && pnpm build",
"build:exe": "pnpm build && pnpm --filter @runfusion/fusion build:exe",
"build:exe:all": "pnpm build && pnpm --filter @runfusion/fusion build:exe:all",
"test": "pnpm -r --workspace-concurrency=4 test",
"test": "pnpm sync:fusion-skill:check && pnpm -r --workspace-concurrency=4 test",
"test:serial": "pnpm -r --workspace-concurrency=1 test",
"test:fast": "pnpm -r --workspace-concurrency=4 test",
"test:build": "pnpm --filter @fusion/dashboard test:build",