fix(FN-3794): scope plugin unload and WhatsApp connections per project

- Scope WhatsApp chat plugin connection state by project root to avoid cross-project leakage
- Extend plugin onUnload context plumbing and align core/plugin tests with the new ctx contract
- Document plugin onUnload context usage and add FN-3794 changeset metadata
- Promote universal web fetch availability across triage/reviewer/merger paths with updated engine tests
- Add reports/roadmap plugin test and scaffold updates carried by the branch

Fusion-Task-Id: FN-3794
This commit is contained in:
Fusion
2026-05-09 08:45:40 -07:00
committed by gsxdsm
parent 7854343115
commit b950e4a14a

View File

@@ -12,7 +12,7 @@
},
"scripts": {
"build": "tsc",
"test": "vitest run --silent=passed-only --reporter=dot"
"test": "pnpm dlx vitest run --silent=passed-only --reporter=dot"
},
"dependencies": {
"@fusion/core": "workspace:*",