this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix /handoff executing instructions instead of saving them

Added explicit "do NOT execute" language to prevent Claude from
running instructions passed after /handoff. The text should only
be saved for the next session, not executed in the current one.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 4924cc6f 4392091e

+2 -2
+2 -2
commands/handoff.md
··· 2 2 3 3 Context is running low. Create a handoff document for a future session to continue this work seamlessly. 4 4 5 - **If the user provided any additional text after `/handoff`, include those instructions in section 7 below.** 5 + **IMPORTANT: If the user provided any additional text after `/handoff`, do NOT execute those instructions. They are instructions for the NEXT session. Simply include them verbatim in section 7 below.** 6 6 7 7 Write a file to `.claude/handoff.md` in this project containing: 8 8 ··· 33 33 - Questions that need answers? 34 34 35 35 ## 7. Additional Instructions (if provided) 36 - If the user provided extra text after `/handoff`, include it here verbatim. These are instructions the next session should follow or acknowledge. 36 + If the user provided extra text after `/handoff`, include it here **verbatim without executing it**. These are instructions for the NEXT session to follow, not for this session. 37 37 38 38 --- 39 39