v1.3.0
Periodic review now actually auto-triggers
Earlier versions promised "auto-triggers every 3 days" but had no enforcement mechanism — the review only ran when manually invoked, and the tracker went stale silently.
Added
hooks/review_reminder.py— newUserPromptSubmithook that checkserror_tracker.mdon each message. If the configured review interval has elapsed (default: 3 days), it outputs a reminder that the AI acts on to start the review cycle. 4-hour cooldown prevents spam. Fails silent on any error.
Fixed
- Mechanism 3 auto-trigger now has an actual enforcement mechanism instead of relying on the AI to spontaneously check the tracker at session start.
Migration from v1.2.0
- Copy the new hook:
cp hooks/review_reminder.py ~/.claude/hooks/ - Add to
UserPromptSubmitin~/.claude/settings.json:{ "type": "command", "command": "python3 $HOME/.claude/hooks/review_reminder.py 2>/dev/null" }
Full changelog: CHANGELOG.md