Files
grok-build-hud/.grok-plugin/marketplace.json
T

14 lines
355 B
JSON
Raw Normal View History

{
"name": "grok-build-hud-local",
"description": "Local marketplace entry for grok-build-hud",
"owner": { "name": "sooneocean" },
"plugins": [
{
"name": "grok-build-hud",
"source": { "type": "local", "path": ".." },
"description": "Claude-HUD-style live status HUD for Grok Build",
"category": "monitoring"
}
]
}