- Add fusion-plugin-openclaw-runtime workspace package with manifest, runtime metadata, and deferred placeholder factory - Add unit tests for OpenClaw plugin behavior and PluginRunner runtime discovery compatibility - Document OpenClaw runtime installation and runtimeHint usage in README, getting-started, and settings reference docs - Include built dist artifacts for the new plugin and update workspace/lockfile entries
15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"id": "fusion-plugin-openclaw-runtime",
|
|
"name": "OpenClaw Runtime Plugin",
|
|
"version": "0.1.0",
|
|
"description": "OpenClaw runtime plugin for Fusion with experimental deferred execution",
|
|
"author": "Fusion Team",
|
|
"homepage": "https://github.com/gsxdsm/fusion",
|
|
"runtime": {
|
|
"runtimeId": "openclaw",
|
|
"name": "OpenClaw Runtime",
|
|
"description": "Experimental OpenClaw runtime integration for Fusion tasks (execution deferred)",
|
|
"version": "0.1.0"
|
|
}
|
|
}
|