Skip to content

RFC: Extend omnigraph upgrade with explicit storage migrations - #693

Merged
azimafroozeh merged 3 commits into
ModernRelay:mainfrom
azimafroozeh:codex/storage-upgrade-rfc
Sep 9, 2026
Merged

RFC: Extend omnigraph upgrade with explicit storage migrations#693
azimafroozeh merged 3 commits into
ModernRelay:mainfrom
azimafroozeh:codex/storage-upgrade-rfc

Conversation

@azimafroozeh

Copy link
Copy Markdown
Contributor

What & why

Propose extending omnigraph upgrade with storage-migration handlers, starting with v6 → v7, to preserve graph history and branch ancestry across upgrades. The default is in-place metadata appends with table-data reuse and deferred cleanup; data-moving exceptions require explicit qualification.

Backing issue / RFC

Checklist

  • Change is focused (one logical change)
  • Tests added/updated for behavior changes — N/A, RFC only
  • Public docs updated if user-facing surface changed — N/A, no runtime change
  • Reviewed against docs/dev/invariants.md; publication, recovery, and cleanup qualification remain required before acceptance

Local verification

  • python3 scripts/check-docs.py — passed, 137 Markdown files
  • git diff --check — passed
  • Rust tests and migration experiments — not run; this PR contains no implementation

Notes for reviewers

The RFC specifies automatic handler selection, read-only preflight, restricted handler writes, recovery, and compatibility CI using genuine predecessor binaries. In-place publication, retained-history handling, and cleanup safety still require prototype evidence. The proposed CI gate is not implemented by this PR.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T14:05:35.765199Z 7e2c591 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@azimafroozeh
azimafroozeh merged commit fe8ae06 into ModernRelay:main Sep 9, 2026
25 checks passed
@azimafroozeh
azimafroozeh deleted the codex/storage-upgrade-rfc branch September 9, 2026 20:25
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