Release grok-build-hud v0.3.0: Claude-HUD-style same-window status for Grok Build

Multi-line tmux strip (context, quota, tools, todos, git), theme sync with
Grok UI, full/essential/minimal presets, one-shot installer, EN+ZH docs,
and 40 unit tests.
This commit is contained in:
2026-07-17 15:45:25 +08:00
commit bb6a1321fb
56 changed files with 6334 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "grok-build-hud",
"version": "0.3.0",
"description": "Claude-HUD-style multi-line live status for Grok Build (context, quota, tools, todos, git)",
"author": {
"name": "sooneocean",
"email": "redredchen01@gmail.com"
},
"homepage": "https://github.com/sooneocean/grok-build-hud",
"repository": "https://github.com/sooneocean/grok-build-hud",
"commands": "./commands",
"skills": "./skills",
"hooks": "./hooks/hooks.json"
}