diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c0ce295..3ba21b8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyprpanel-state", - "version": "1.0.2", + "version": "1.0.3", "description": "Surfaces per-window Claude Code state in the Hyprland workspaces bar (HyprPanel). Wires hooks for UserPromptSubmit / PreToolUse / PostToolUse / Notification / Stop / SessionEnd that write state tokens to /tmp/hyprpanel-claude/ for the bar to read. Each kitty's icon and pip indicator reflects whether claude is active (blue), waiting on input (orange ●), done (green ✔), or sleeping for a /loop ScheduleWakeup (cyan ⧗). Companion to the workspaces patch in projects/hyprpanel-dev — installed bar binary needs that patch for the visuals; this plugin only owns the hook side.", "author": { "name": "oleks", diff --git a/.claude-plugin/hooks/hooks.json b/hooks/hooks.json similarity index 100% rename from .claude-plugin/hooks/hooks.json rename to hooks/hooks.json