hotsheet 0.5.3 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -153,10 +153,11 @@ Hot Sheet automatically generates skill files for Claude Code (as well as Cursor
153
153
 
154
154
  ### Claude Channel Integration (Experimental)
155
155
 
156
- Hot Sheet can push events directly to a running Claude Code session via MCP channels. Enable it in Settings → General Experimental:
156
+ Hot Sheet can push events directly to a running Claude Code session via MCP channels. Enable it in Settings → Experimental (the tab only appears when Claude Code is detected on your system):
157
157
 
158
158
  - **Play button** — appears in the sidebar. Single-click sends the worklist to Claude on demand.
159
159
  - **Auto mode** — double-click the play button to enable automatic mode. When you star a ticket for Up Next, Claude is notified after a 5-second debounce and picks up the work automatically.
160
+ - **Custom commands** — create named buttons that send custom prompts to Claude. For example, a "Commit Changes" button that tells Claude to generate a commit message from recently completed tickets and commit. Configure in Settings → Experimental → Custom Commands.
160
161
  - **Status indicator** — shows "Claude working" / "Claude idle" in the footer.
161
162
 
162
163
  Requires Claude Code v2.1.80+ with channel support. See [docs/12-claude-channel.md](docs/12-claude-channel.md) for setup details.