This release introduces adaptive Git polling, which dynamically adjusts the polling frequency based on repository activity to improve resource efficiency. The interval now backs off from 2 seconds to a maximum of 30 seconds when idle, while automatically resetting to 2 seconds upon tool activity or new git changes. Additionally, per-process jitter has been added to prevent synchronized scanning across concurrent sessions, and the system now correctly recognizes linked worktrees without shelling out to Git. Adaptive polling adjustment

Refreshed Git change detection with adaptive polling - caiowilson/MCP-memento