trails/apps
Ullrich Schäfer df6074b0b5
Fix demo-bot cron + cadence math
`*/90 * * * *` is invalid cron (minute field is 0–59) and degrades
to hourly, producing half the intended bot cadence. Switch to
`0,30 * * * *` (every 30 min) and lower the Bernoulli gate from
0.12 to 0.09 so we still hit ~2–3 walks/day during the 07–21
Berlin window.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 11:25:06 +02:00
..
journal Fix demo-bot cron + cadence math 2026-04-19 11:25:06 +02:00
mobile Consolidate Sentry config into shared package; fix inconsistencies 2026-04-18 00:30:09 +02:00
planner Route journal BRouter calls through the planner 2026-04-19 11:11:10 +02:00