Automations are server jobs discovered from src/automation/+<lower_snake_case>.ts. They compile into the Vite build and run
on a schedule or collection event.
Use automations for periodic reconciliation, compliance checks, or background work that should not
block a user mutation. For per-record side effects, use hooks instead.