Files
jasper.nvim/lua/jasper
Paolo Donadeo 4a5acb17be fix(timer): detect remote pause via sentinel value in activity file
When the inactivity watchdog pauses the timer, write `"0"` to the shared
activity file as a sentinel. Other instances read this in
`on_activity()` and update their local `state.running` accordingly,
allowing them to resume the timer without waiting for the pausing
instance.
2026-04-18 19:29:10 +02:00
..
2026-04-17 17:33:23 +02:00