Skip to content

Commit 15f4031

Browse files
committed
deps: repoint lance-graph-ontology ogar-vocab to OGAR main
OGAR #91 merged the HealthcarePort + 0x09XX Health codebook to main, so the temporary branch pin (carried while the OGAR PR was open) is retired. This crate was the lone holdout still on the OGAR branch while its siblings (lance-graph-ogar / cognitive-stack / symbiont) already track main — that split risked two ogar-vocab versions in one graph. Now all four resolve to one OGAR source. Build + 31 bridge tests green against ogar-vocab@main (rev 19a6886e). Generated by [Claude Code](https://claude.com/claude-code)
1 parent ffd6883 commit 15f4031

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lance-graph-ontology/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ lance-graph-contract = { path = "../lance-graph-contract" }
1717
# (OpenProjectBridge, RedmineBridge, …) are type aliases over the
1818
# harness — the namespace / bridge_id / public-name-alias data all
1919
# come from OGAR class schema, not from this crate.
20-
# Pinned to the OGAR `claude/medcare-bridge-lance-graph-wmx76z` branch:
21-
# it carries `ports::PortSpec` + the project-mgmt ports (from
22-
# port-spec-trait) AND the new `HealthcarePort` + 0x09XX Health codebook
23-
# that `MedcareBridge = UnifiedBridge<HealthcarePort>` needs. Will move
24-
# to `branch = "main"` once both OGAR PRs merge.
25-
ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "claude/medcare-bridge-lance-graph-wmx76z" }
20+
# OGAR `main` carries `ports::PortSpec` + the project-mgmt ports AND the
21+
# `HealthcarePort` + 0x09XX Health codebook that
22+
# `MedcareBridge = UnifiedBridge<HealthcarePort>` needs (OGAR #91 merged).
23+
# Tracks `main`, matching the sibling `lance-graph-ogar` / `cognitive-stack`
24+
# / `symbiont` pins — one OGAR source for the whole graph.
25+
ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", branch = "main" }
2626

2727
# TTL parser. oxttl is the smallest streaming Turtle parser in the workspace's
2828
# dependency graph and matches the shape of OGIT's per-entity .ttl files.

0 commit comments

Comments
 (0)