feat(FN-3182): scope plugin installs globally with project enablement
- Store plugin installation metadata in central DB while preserving per-project enable/disable state - Update plugin CLI and dashboard Plugin Manager copy/behavior to distinguish global install from project enablement - Expand plugin store and loader test coverage, including legacy migration and scoped install assertions - Update runtime plugin e2e tests to use isolated central DB directories and document the new semantics - Add a changeset for @runfusion/fusion describing the plugin scope behavior change Fusion-Task-Id: FN-3182
This commit is contained in:
@@ -573,6 +573,8 @@ The fallback ensures tasks continue executing even if the configured runtime plu
|
||||
|
||||
To use plugin-provided runtimes like Paperclip, Hermes, or OpenClaw:
|
||||
|
||||
> Scope model: plugin installation + plugin settings are global (shared across projects), while plugin enabled/disabled state and runtime status are project-scoped.
|
||||
|
||||
1. Install one or more runtime plugins:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user