What's Up
Provide a quick orientation when the user returns to a conversation.
Instructions
When invoked, respond with exactly three lines:
- •Repo -- Run
basename $(git rev-parse --show-toplevel 2>/dev/null) 2>/dev/null || basename $(pwd)to get the repo/directory name. Report it. - •Working on -- Scan the conversation context and summarize in one sentence what we've been doing. If this is a fresh conversation with no prior context, say "Fresh session -- nothing in progress."
- •Last file -- If you edited or read a file earlier in this conversation, show its path. If none, say "No files touched yet."
Output format
code
Repo: <repo-name> Working on: <one sentence> Last file: <path or "No files touched yet">
Keep it to just these three lines. No extra commentary.