Mode
Analyze
Simulator
Move a slider, see how today’s decision would change. Same engine as the real morning run.
Return true (or a reason string) to skip. Augment-only: a rule can add a skip, never clear a safety gate. Add it to [scripting] once it behaves.
Variables & templates
A rule is a Rhai expression. Return true to skip (the reason is the rule's name), or a non-empty string for a custom reason. Empty string or false = don't skip.
Available variables
temp_now_fcurrent temp (°F)humidity_now_pctcurrent humidity (%)wind_now_mph/wind_max_today_mphwind now / today's max (mph)rain_today_inrain so far today (in)rain_intensity_now_in_hrrain rate now (in/hr)forecast_in/rain_next_4h_inforecast rain: tomorrow / next 4h (in)rain_tomorrow_prob_pcttomorrow's rain chance (%)temp_min_24h_f/temp_max_3day_ftemp extremes (°F)days_since_significant_raindry-spell length (days)
Templates: click to try
- skip after heavy rain today
- skip on windy days
- skip when cool and humid
- skip only just after rain
Move a slider to run a what-if
The engine re-decides instantly with your hypothetical weather and shows the verdict diff against today.