v1.14.9
Summary
- Fixed autosync incorrectly marking pending cloud mutations as acknowledged before any server push occurred.
- Added a clear
non_enrolled_pending_mutationsdiagnostic when autosync is blocked by local project enrollment state. - Surfaced persisted sync diagnostics in
engram cloud statusso users can see the required enrollment action.
Validation
go test ./...- Main CI passed.
- Release workflow passed.
Upgrade guidance
Upgrade both clients that run engram serve and any self-hosted cloud server, then retry autosync. If engram cloud status reports non_enrolled_pending_mutations, run engram cloud enroll <project> for the intended project and retry.