0ff6db73ea
feat(dashboard): integrate link suggestions and predictive links into UI
...
- FastAPI: parse_engram now includes link_suggestions and predictive_links from metadata
- FastAPI: add POST /api/links/accept to create links from suggestions
- Dashboard: new renderCardsWithSuggestions() displays suggestions in each card
- Dashboard: acceptLink() function handles click-to-link
- Dashboard: loadCards() calls renderCardsWithSuggestions()
- Systemd: remove DirectoryNotEmpty from ingest path unit (already present)
Refs: #25 #27
2026-05-31 15:42:46 +02:00
0c72e4d9fa
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
2026-05-31 13:53:51 +02:00
6d99c520e6
feat: add verdict/evidence verification model
2026-05-29 11:30:24 +02:00
d52e3a7f74
feat(ingest): transcript direct to DB
2026-05-27 01:14:42 +02:00
1635ee8b03
fix(verify): scan all engrams
2026-05-27 01:11:59 +02:00
b158b19208
feat(ingest): tail session transcript into memory
2026-05-27 01:04:47 +02:00
ec8870ea40
feat(verify): add pending external verifier
2026-05-27 00:05:51 +02:00
29bc45d623
feat(systemd): Dashboard-Service, brain_rules, 18 Engramme bewertet, Cron persistent
...
Neu:
- systemd: secondbrain-dashboard.service (Port 8501, autostart)
- cron_rules.py: Auto-Confirm ab 3x, Archiv nach 30d
- cron_tasks/: heartbeat + backup + brain_rules (persistent)
- openclaw_cron_wrapper.py: subprocess-Isolation (kein SessionTakeover)
- chat_autosave.py: Auto-Save von Chat + Kontext-Anreicherung
Daten:
- 18 unbestätigte Engramme bewertet:
- 14x CONFIRMED (Fakten/Definitionen korrekt)
- 3x ARCHIVIERT (historisch, nicht aktuell)
- 1x CONFIRMED (Regel 73624013)
- 0 offene unbestätigte
Closes Gitea-Issue: #9
2026-05-25 22:35:44 +02:00