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
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## 0.3.11
### Docs / packaging
- **Plugin-first positioning**: README / README.en present this as a **Grok plugin**
(manifest + commands + skills + hooks) with CLI/tmux as the runtime, not an
optional add-on.
- **Install**: `scripts/install.sh` now registers the plugin via
`grok plugin install . --trust` + `enable` after building the dashboard.
- Clarified plugin-only vs full HUD (dashboard) install paths; FAQ and
CONTRIBUTING / skill / setup command docs aligned.
- Bump package + `plugin.json` to 0.3.11; marketplace description cleaned.
## 0.3.10
### Docs / repo