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,7 @@
[Unit]
Description=Second Brain Evaluate Pending Engrams
After=network.target
[Service]
Type=oneshot
ExecStart=/root/.openclaw/workspace/second-brain/.venv/bin/python3 /root/.openclaw/workspace/second-brain/cron_tasks/evaluate_all_pendings.py