| # LEM-Eval maintain cron — git-pulls LEM-Eval + lem-benchmarks hourly so | |
| # config edits and tool updates propagate to workers automatically. | |
| # | |
| # Pairs with submit.cron. Runs at :37 past the hour, ~30 min offset | |
| # from the :07 submit cron so it doesn't interfere with in-flight | |
| # evals. | |
| 37 * * * * cd $HOME/PycharmProjects/LEM-Eval && ./lem-eval.sh maintain >> /tmp/lem-eval-maintain.log 2>&1 | |