v2.4.0 — SessionStart Auto-Reminder
What's new
🔔 SessionStart Auto-Reminder
Never forget to resume context. After a one-command install, Claude Code proactively asks "要不要先读 HANDOFF?" at the start of every new session.
handoff_reminder.py— SessionStart hook that detects HANDOFF files and prompts the userinstall_reminder.py— One-command setup: auto-detects Python, copies script, configures settings.json (idempotent)- SKILL.md proactive prompt — Claude now offers to set up the auto-reminder after every
/handoff - README.md — Auto-reminder highlighted in Quick Start
How to use
python install_reminder.pyRestart Claude Code. Done.
Commits since v2.3.1
- docs: add auto-reminder to README Quick Start
- feat: skill prompts Claude to offer auto-reminder setup
- feat: add install_reminder.py — one-command SessionStart hook setup
- feat: add SessionStart auto-reminder hook