mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 16:24:58 +00:00
feat: Add comprehensive package.json manifests at all plugin levels
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>
This commit is contained in:
29
workflow/plugins/python/package.json
Normal file
29
workflow/plugins/python/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@metabuilder/workflow-plugins-python",
|
||||
"version": "1.0.0",
|
||||
"description": "Python workflow plugins for MetaBuilder",
|
||||
"author": "MetaBuilder",
|
||||
"license": "MIT",
|
||||
"main": "plugin.py",
|
||||
"metadata": {
|
||||
"language": "python",
|
||||
"runtime": "python3"
|
||||
},
|
||||
"categories": [
|
||||
"backend",
|
||||
"control",
|
||||
"convert",
|
||||
"core",
|
||||
"dict",
|
||||
"list",
|
||||
"logic",
|
||||
"math",
|
||||
"notifications",
|
||||
"string",
|
||||
"test",
|
||||
"tools",
|
||||
"utils",
|
||||
"var",
|
||||
"web"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user