Files
metabuilder/packages/github_tools/seed/metadata.json
2025-12-30 20:43:13 +00:00

16 lines
528 B
JSON

{
"packageId": "github_tools",
"name": "GitHub Tools",
"description": "GitHub integration tools including Actions viewer, run analysis, and workflow management",
"version": "1.0.0",
"author": "MetaBuilder",
"minLevel": 2,
"category": "development",
"tags": ["github", "ci-cd", "workflow", "actions"],
"dependencies": [],
"exports": {
"components": ["GitHubViewer", "RunList", "RunDetails", "AnalysisPanel", "RunFilters"],
"scripts": ["fetch_runs", "analyze", "filter", "status"]
}
}