Skip to content

v1.3.0

Choose a tag to compare

@summerliuuu summerliuuu released this 07 May 08:35
· 1 commit to main since this release

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 — new UserPromptSubmit hook that checks error_tracker.md on 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

  1. Copy the new hook:
    cp hooks/review_reminder.py ~/.claude/hooks/
  2. Add to UserPromptSubmit in ~/.claude/settings.json:
    {
      "type": "command",
      "command": "python3 $HOME/.claude/hooks/review_reminder.py 2>/dev/null"
    }

Full changelog: CHANGELOG.md