version: "1.0.1" name: status description: Show the current live session state (branch, task, files changed) user_invocable: true
/ctx:status — Show Current Session Status
Display the current live session state including branch, task, changed files, and recent activity.
What to do
- Use the
ctx_status MCP tool to retrieve the current live session - Present the information in a clear, organized format to the user
- If no live session exists, suggest running
/ctx:save first
Example
When the user says "/ctx:status", call ctx_status() and display the results.