Files
grok-build-hud/.grok-plugin/marketplace.json
T
Redredchen01 5b35551434 Release v0.3.11: position repo as Grok plugin with clearer install
Document plugin-first packaging (manifest, commands, skills, hooks) and
have install.sh build the CLI, install the tmux dashboard, and register
the plugin so clone-and-setup matches how the project is shipped.
2026-07-17 16:45:10 +08:00

14 lines
422 B
JSON

{
"name": "grok-build-hud-local",
"description": "Local marketplace entry for the grok-build-hud Grok plugin",
"owner": { "name": "Redredchen01" },
"plugins": [
{
"name": "grok-build-hud",
"source": { "type": "local", "path": ".." },
"description": "Grok Build live multi-line status strip (context, quota, tokens, tools) — same-window tmux HUD",
"category": "monitoring"
}
]
}