Summary
- Materialized accepted cloud chunk uploads into the mutation stream used by autosync pull.
- Ensured manual
engram sync --cloud --project <project>uploads become visible to other autosync clients on their next polling cycle. - Kept chunk replay idempotent so retrying the same chunk does not duplicate materialized mutations.
Validation
go test ./...- Main CI passed.
- Release workflow passed.
Upgrade guidance
Upgrade the self-hosted cloud server to v1.14.10 before testing cross-machine sync. This fix applies to newly uploaded chunks going forward; existing chunks from older server versions are not backfilled automatically.