mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
Complete manifest hierarchy for plugin discovery: - Root level: lists all 6 languages (python, go, rust, cpp, mojo, ts) - Language level: lists all categories per language - Category level: lists all plugins with metadata Structure enables programmatic plugin discovery and loading across the multi-language workflow plugin ecosystem. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"name": "@metabuilder/workflow-plugins-control",
|
|
"version": "1.0.0",
|
|
"description": "Control operation plugins for Go",
|
|
"author": "MetaBuilder",
|
|
"license": "MIT",
|
|
"keywords": ["control", "workflow", "plugins", "go"],
|
|
"metadata": {
|
|
"category": "control",
|
|
"language": "go",
|
|
"plugin_count": 0
|
|
},
|
|
"plugins": []
|
|
}
|