contract: mirror ConceptDomain::Automation (0x0C) from OGAR codebook mint#604
Conversation
Wire-compat mirror of the OGAR ogar-vocab MARS/Automation codebook mint
(AdaWorldAPI/OGAR, same branch). Without the matching ConceptDomain arm here,
canonical_concept_domain(0x0Cxx) would return Automation in OGAR but Unassigned
in the contract — a soft-fail wire-semantics drift (the integration-lead flagged
this; the Anatomy 0x0A mint set the same two-repo precedent).
- ConceptDomain::Automation variant + `0x0C => Automation` routing arm.
- The 9 Automation concepts in CODEBOOK (0x0C01..0x0C09), so a zero-dep consumer
can canonical_concept_id("mars_node_template") → 0x0C06.
- domain_routes_on_high_byte: assert 0x0C → Automation, 0x0D → Unassigned.
- codebook_ids_match_ogar_vocab drift guard: pin mars_application/knowledge_item/
mars_node_template/automation_trigger to their OGAR ids.
Contract test suite green (the codebook + routing + drift-guard tests).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP
|
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 34 minutes and 4 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 review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. 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 selected for processing (1)
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
Wire-compat mirror of the OGAR
ogar-vocabMARS/Automation codebook mint (AdaWorldAPI/OGAR#119). AddsConceptDomain::Automation(domain byte0x0C) tolance-graph-contract'sogar_codebook.rs.Why
The contract crate keeps a deliberate wire-compatible mirror of OGAR's
ConceptDomain/CODEBOOK(it's zero-dep, doesn't linkogar-vocab; the wire —u16LE — is the contract). Without the matching arm here,canonical_concept_domain(0x0Cxx)would returnAutomationin OGAR butUnassignedin the contract — a soft-fail wire-semantics drift (no compile/test break, silently divergent). The Anatomy0x0Amint set the same two-repo precedent; anintegration-leadreview of the OGAR mint explicitly flagged this mirror as the one paired edit required.How
ConceptDomain::Automationvariant +0x0C => Automationrouting arm.CODEBOOK(0x0C01..0x0C09) —mars_application/resource/software/machine,knowledge_item,mars_node_template,action_handler,action_applicability,automation_trigger— so a zero-dep consumer cancanonical_concept_id("mars_node_template") → 0x0C06.domain_routes_on_high_byte: assert0x0C → Automation,0x0D → Unassigned.codebook_ids_match_ogar_vocabdrift guard: pin four of the new ids to their OGAR values.One domain spanning the MARS structural CMDB + the Automation DO-arm actuators (the Auth-precedent: heterogeneous shapes, one cross-app concern; render prefix is the hi-u16 skin, the domain byte is the lo-u16 shared-concept half). Infrastructure config, not PHI.
Contract test suite green (codebook + routing + drift-guard).
🤖 Generated with Claude Code
Generated by Claude Code