Under the hood
Goal idle check-in timer logic refactored onto shared helper functions
What
The idle-timer logic that triggers a goal check-in tick now goes through a shared interval helper and condition check instead of its previous dedicated functions. The check-in message text that quotes the goal's condition was also pulled out into a shared helper used to build that quoted text, instead of being assembled inline each time.
Why
This is an internal refactor of the goal check-in mechanism; it consolidates duplicated logic without changing what a check-in message looks like.