Files
grok-build-hud/plugin.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
486 B
JSON

{
"name": "grok-build-hud",
"version": "0.3.11",
"description": "Grok Build 插件:同窗口实时状态条(上下文、配额、入出缓存 token、工具与待办);tmux 多行 HUD + 会话斜杠命令",
"author": {
"name": "Redredchen01"
},
"homepage": "http://172.238.15.154:3000/Redredchen01/grok-hud",
"repository": "http://172.238.15.154:3000/Redredchen01/grok-hud",
"commands": "./commands",
"skills": "./skills",
"hooks": "./hooks/hooks.json"
}