feat(manifest): add v1 compatibility facade and pin ordvec 0.6.0 - #31
feat(manifest): add v1 compatibility facade and pin ordvec 0.6.0#31Nelson Spence (Fieldnote-Echo) wants to merge 2 commits into
Conversation
|
Codex (@codex) review |
PR Summary by Qodofeat(manifest): add ordinaldb-manifest strict v1/v2 compatibility facade
AI Description
Diagram
High-Level Assessment
Files changed (47)
|
Code Review by Qodo
1. Epoch-skew temp dir failure
|
Signed-off-by: Nelson Spence <nelson@projectnavi.ai>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 72a92e7032
ℹ️ 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 (@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 (@codex) address that feedback".
72a92e7 to
a0cc14b
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a0cc14bd99
ℹ️ 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 (@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 (@codex) address that feedback".
Signed-off-by: Nelson Spence <nelson@projectnavi.ai>
ea3ffed to
1bd4c19
Compare
|
Corrected foundation pushed at
|
Summary
This PR adds
ordinaldb-manifestas the compatibility layer used by OrdinalDB's public manifest APIs and updates the repository to the unpublished ordvec 0.6.0 code.It:
ordvecandordvec-manifest0.6.0 to exact ordvec commit51ee981c87e9e4dad414106f8946f0464c721907in all five independently locked Cargo roots;Actual diff
mainata8cd6620892cb7b8c8045f6e5d4d0d24f203c46d1bd4c19d3eb56d2291a5002256da9e56d4082ef8The size includes the new facade crate and tests, changes across manifest consumers, dependency-policy/package-smoke tests, and regenerated lockfiles for the five Cargo roots.
Compatibility behavior
manifest_idandcreated_at, and does not represent those two legacy-only fields in v2.Verified at this head
GitHub reports 27 passing checks and no failures, including Rust/Python platform jobs, dependency policy, package smoke, actionlint, and zizmor.
Limitations and release boundary