mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
Icons (12 new): - AccountTree, AdminPanelSettings, ManageAccounts (admin) - Backup, Restore, Storage (storage) - Domain, SecurityUpdate, VerifiedUser, VpnKey (security) - Policy, Help (utility) Tests: - media_center: helpers.test.lua + helpers.cases.json - TV, Radio, Retro, Document helper test coverage Packages: - github_tools: new package scaffold with seed data
16 lines
521 B
JSON
16 lines
521 B
JSON
{
|
|
"id": "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"]
|
|
}
|
|
}
|