deps: repoint lance-graph-ontology ogar-vocab to OGAR main#583
Conversation
CodeRabbit (PR #582): the test helper leaked a temp dir via std::mem::forget(tmp) on every call. hydrate_once_sync parses the TTL into the in-memory OntologyRegistry, so the dir isn't needed afterward — let it drop. medcare_bridge tests 8/8 green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP
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)
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 4 minutes and 11 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Post-merge cleanup after OGAR #91 landed the
HealthcarePort+0x09XXHealth codebook on OGARmain.crates/lance-graph-ontology/Cargo.tomlwas the lone holdout still pinningogar-vocabto the OGARclaude/medcare-bridge-lance-graph-wmx76zbranch, while its siblings (lance-graph-ogar,cognitive-stack,symbiont) already trackmain. That split risked twoogar-vocabversions in one graph — the duplicate-crate / "patch not used" hazard the P0 dep policy warns about. This repoints the ontology crate tomainso all four resolve to one OGAR source.Also sweeps up
ffd6883(a test-only temp-dir cleanup that the #582 merge missed — it was pushed to the branch after the merge captured the head).Commits
ffd6883—fix(medcare_bridge): drop the test temp dir instead ofmem::forget(CodeRabbit, orphaned after MedcareBridge = UnifiedBridge<HealthcarePort> + FieldMask role projection + Fisher-z clamp fix #582 merged).15f4031—deps:lance-graph-ontologyogar-vocabbranch →main;Cargo.lockre-resolved to OGARmain(rev19a6886e).Tests
cargo build -p lance-graph-ontologyclean · 31bridges::tests green againstogar-vocab@main.Coordinated with
medcare-rs#— repoints its rootogar-vocabdep tomainnext (must land after this, since medcare CI builds against lance-graphmain).🤖 Generated with Claude Code
https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP
Generated by Claude Code