feat(daemon): auto-persist signals to sense DB #150
Reference in New Issue
Block a user
Delete Branch "feat/auto-persist-signals"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Automatically persist every signal to the sense's own SQLite DB (_signals table).
Why
nerve sense query was returning 0 rows even though signals were being emitted. Signals were only in memory / central LogStore, not in the per-sense DB that sense query reads from.
Changes
Ref
Fixes signal persistence gap
LGTM ✅
建议后续加 _signals retention 策略防无限增长,不阻塞本次。