5b35551434
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.
14 lines
422 B
JSON
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"
|
|
}
|
|
]
|
|
}
|