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
486 B
JSON
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"
|
|
}
|