deps(od-ontology): bump ogar-vocab + ogar-adapter-surrealql pin → OGAR main (post-#111)#17
Merged
AdaWorldAPI merged 1 commit intoJun 24, 2026
Conversation
…18 → ac4b416 (OGAR main, +PRODUCT/ACCOUNTING_ACCOUNT/Auth)
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
AdaWorldAPI
pushed a commit
that referenced
this pull request
Jul 7, 2026
All five lenses reported; 3-meta synthesis consolidated: R1 HOLD->RESOLVED (5b45170) · R2 CATCH-LATENT x2 (queued) · R3 TARGETS-CORE + triple.rs VIOLATION (Q1, THE next refactor) · R4 3 OPPORTUNITY / 3 WORTH-EXPLORING / 0 DROP · R5 OVERCLAIMED -> core gap RESOLVED same-hour (real 55-file account addon compiled + verbatim account_move.py fused). One reviewer premise corrected by synthesis: L6 SPOG IS ruled (operator 2026-07-06); what is missing is the lance-graph ledger paperwork + the attribute->byte-position assignor, not the ruling. Queue Q1-Q9 with sizes + owners recorded in docs/COUNCIL-5+3-2026-07-07.md: triple.rs upstream migration, group_functions EmittedBy arm (smallest highest-leverage ruff diff), ledger appends x3 repos, od-posting re-architecture off SurrealQL vocabulary, mint relocation + odoo_actions authority table, guard-classifier convergence, 5.1%-tail ownership, carrier asks (#11/#15/#17 + stored verify).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the
ogar-vocab+ogar-adapter-surrealqlpin incrates/od-ontology/Cargo.tomlfrom7e67718(OGAR PR #98 merge,2026-06-22) to
ac4b4162(current OGAR main, post-PR #111 merge,2026-06-23).
Why — three OGAR PRs missed between the old pin and current main
OdooPort,SmbPort,WoaPortstructs +ODOO_ALIASESPorttypes I leaned on in PR #14's cross-axis identity check. Currently un-exposed at the pinned commit, so testseeded_classes_have_compatible_ogar_identity(underogar-emitfeature) silently can't import them.ConceptDomain::Auth+ 4auth_*class_idsod-ontologyever materialises auth-scoped classes, the codebook is ready.PRODUCT 0x0207,ACCOUNTING_ACCOUNT 0x0208+ 4 newODOO_ALIASES(product.template, product.product, account.account, account.account.template)OdooPort::class_id("product.template")returnsSome(0x0207). The cross-axis identity check this crate'stests/alignment_pin.rsruns becomes tighter.What this is NOT
od-ontologyemits SurrealQL DDL viaogar-adapter-surrealql's formatter; it doesn't materialiseNodeRows. The V3 (part_of:is_a) tile-bit packing inlance_graph_contract::canonical_nodewould apply if/whenod-ontologygrows a runtime-record path — that's a separate PRscoped per the §2.4 generic recipe in
q2 fma docs/OGAR_CONSUMER_INTEGRATION.md.
Cargo.tomldeps forogar-vocab/ogar-adapter-surrealqlare byte-identical between7e67718andac4b4162(verified separately), so this is a pure SHA bump — nofeature-flag changes, no API renames.
Test plan
cargo test -p od-ontology --features ogar-emit(the OdooPort-using path) should now resolveproduct.template/account.accountto canonical class_ids in the cross-axis pin check. Informationaleprintlnshould report 7 remaining un-mapped seeded classes (was 11).cargo test -p od-ontology(default features) — no change expected.Refs