feat: add proactive cron tasks and systemd timers\n\n- 10 proactive tasks: ingest with self-healing & link suggestions, daily summary, health check, archive stale, tag normalizer, predictive links, auto assign review, import context buffer\n- systemd timers for scheduling (02:00/14:00 slots, 30min intervals, weekly)\n- all tasks tested and working\n\nRefs: #1

This commit is contained in:
2026-05-31 13:53:51 +02:00
parent a261f5b9e1
commit 0c72e4d9fa
30 changed files with 1361 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Run health check at 02:00 and 14:00 daily
PartOf=openclaw-secondbrain.target
[Timer]
OnCalendar=*-*-* 02,14:00:00
Persistent=true
[Install]
WantedBy=timers.target