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.
This commit is contained in:
2026-07-17 16:45:10 +08:00
parent e32e0df209
commit 5b35551434
11 changed files with 344 additions and 113 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "grok-build-hud-local",
"description": "Local marketplace entry for grok-build-hud",
"owner": { "name": "sooneocean" },
"description": "Local marketplace entry for the grok-build-hud Grok plugin",
"owner": { "name": "Redredchen01" },
"plugins": [
{
"name": "grok-build-hud",
"source": { "type": "local", "path": ".." },
"description": "Claude-HUD-style live status HUD for Grok Build",
"description": "Grok Build live multi-line status strip (context, quota, tokens, tools) — same-window tmux HUD",
"category": "monitoring"
}
]