Files
fusion/plugins/fusion-plugin-openclaw-runtime/manifest.json
Fusion ce8cf6337a feat(FN-2347): add experimental OpenClaw runtime plugin scaffold
- 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
2026-04-23 14:03:35 -07:00

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"
}
}