You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messages commands query the live chat.db directly. They have no DB/WAL-consistent snapshot, incremental cursor, local archive, watcher state, or full-text search. OpenClaw's imsgcrawl and imsg already define useful bounded JSON and action surfaces, so this repo should integrate deliberately instead of copying private IMCore behavior.
Acceptance criteria
Document and implement the chosen adapter: internal archive or delegated imsgcrawl/imsg JSON integration.
Problem / intent
Messages commands query the live
chat.dbdirectly. They have no DB/WAL-consistent snapshot, incremental cursor, local archive, watcher state, or full-text search. OpenClaw'simsgcrawlandimsgalready define useful bounded JSON and action surfaces, so this repo should integrate deliberately instead of copying private IMCore behavior.Acceptance criteria
imsgcrawl/imsgJSON integration.Dependencies