I'm continuing to set this up and came across missing quotes in the docs:
sail cron add */1 wp cron event run --due-now
Should be
sail cron add "*/1" "wp cron event run --due-now"
On page: https://sailed.io/kb/cron/
Is the documentation in a repo I can open PRs to directly?