# Sample crontab entry for mempalace-session. # # Runs a full opencode → MemPalace mine weekly (Mondays at 03:00 local). # Dedup is free on subsequent runs (unchanged sessions skipped); only the # post-mine HNSW repair has cost, so frequent runs are cheap. # # To install: # (crontab -l 2>/dev/null; cat contrib/cron/mempalace-session.cron) | crontab - # # To remove, edit your crontab: # crontab -e # # Adjust PATH below if ~/.local/bin is not the binary location on your box. # Replace USER with your actual username, or use `$(whoami)` in-shell. PATH=/home/USER/.local/bin:/usr/local/bin:/usr/bin:/bin # m h dom mon dow command 0 3 * * 1 mempalace-session >> /home/USER/.cache/mempalace-session/cron.log 2>&1