From b855a531eb28b3fa89732074b5cbfc97b5f09674 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Mon, 22 Dec 2025 23:29:20 -0800 Subject: [PATCH] Add /handoff command for session hot-reload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤝 End watch. Hand off to fresh session, work continues from hook. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .claude/commands/handoff.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .claude/commands/handoff.md diff --git a/.claude/commands/handoff.md b/.claude/commands/handoff.md new file mode 100644 index 00000000..900313c7 --- /dev/null +++ b/.claude/commands/handoff.md @@ -0,0 +1,12 @@ +--- +description: Hand off to fresh session, work continues from hook +allowed-tools: Bash(gt recycle) +--- + +Execute `gt recycle` to hand off to a fresh session: + +```bash +gt recycle +``` + +End watch. A new session takes over, picking up any molecule on the hook.