session_update
Declare or update what your current session is working on to avoid conflicts with parallel sessions. Call it when starting or switching tasks.
Instructions
Declare or update what THIS Claude Code session is currently working on (live presence). Call it when you start or switch tasks so parallel sessions can avoid stepping on your work. Example focus: 'working on the auth module'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | Yes | Short human-readable description of the current work | |
| label | No | Optional session name (defaults to the working directory name) |