refactor: event-driven tuning\n\n- ingest: switch to path unit (inotify) for immediate trigger\n- auto-review: every 30min + ExecStartPost after ingest\n- health-check: every 30min\n- import-context-buffer: every 15min\n\nRefs: #25

This commit is contained in:
2026-05-31 14:10:12 +02:00
parent f22b911342
commit 2504327e35
5 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Watch memory/ directory for changes to trigger ingest
PartOf=openclaw-secondbrain.target
[Path]
PathModified=/root/.openclaw/workspace/memory
DirectoryNotEmpty=true
[Install]
WantedBy=multi-user.target