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
feat(model): report storage engine in tracking metadata
Follow-up to #284: the server now wants to know which local storage
engine buffered each synced command. Add Engine() to the CommandStore
interface (file/bolt) and attach it as cliEngine to TrackingMetaData in
BuildTrackingData, so every send path — daemon bolt handler, CLI file
fallback, and the legacy CLI->daemon socket sync — reports the engine
that actually held the data.
https://claude.ai/code/session_015ZzRC212TzpPdHwwcxKohA
0 commit comments