Path to the cron file. dir defaults to the project root.
dir
String getCronFilePath({String? dir}) { final base = dir ?? Directory.current.path; return p.join(base, _cronFileRel); }