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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user