Skip to content

Conversation

@tyemirov
Copy link
Collaborator

@tyemirov tyemirov commented Feb 3, 2026

No description provided.

- add CRDT sync domain types with invariants: non-empty note/user ids, base64 update/snapshot, non-negative update ids

- adapt handlers/adapters to construct at edges

- remove interior defensive checks (validated once at boundary)

- wrap errors with operation+subject+stable code (e.g., notes.apply_crdt_updates.missing_database)

- CI: go vet/staticcheck/ineffassign/tsc --noEmit passing
@tyemirov tyemirov self-assigned this Feb 3, 2026
…crdt-sync-implementation

Implement GN-455 CRDT sync (no LWW fallback)
…crdt-ot-evaluation

Document GN-454 CRDT/OT sync evaluation
@tyemirov
Copy link
Collaborator Author

tyemirov commented Feb 3, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 103b57ce00

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

tyemirov and others added 3 commits February 3, 2026 14:02
- add snapshot rebuilds for queued operations after remote updates/snapshots

- adapt sync manager to pull snapshots from the CRDT engine

- remove interior defensive checks (validated once at boundary): n/a

- wrap errors with operation+subject+stable code (e.g., user.create.invalid_email): n/a

- CI: make test/lint/ci; go vet/staticcheck/ineffassign; tsc --noEmit passing
…refresh-crdt-queue-snapshots

Fix GN-456 queued CRDT snapshot refresh
…crdt-sync-implementation

Maintenance/gn 455 crdt sync implementation
@tyemirov tyemirov merged commit 31df89d into master Feb 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant