Skip to content

Commit 624f899

Browse files
authored
Merge pull request #119 from AdaWorldAPI/claude/medcare-bridge-lance-graph-wmx76z
DO-arm producer: HIRO Automation → ActionDef (MARS/Hiro parity, schema half)
2 parents ad0e594 + 3c1555b commit 624f899

7 files changed

Lines changed: 564 additions & 13 deletions

File tree

crates/ogar-from-schema/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ roxmltree = { version = "0.20", optional = true }
2929
# When the TTL surface grows (Wikidata-shaped TTL, full RDF/XML, OWL
3030
# imports), swap in `oxttl` / `oxrdf` without touching the
3131
# Class/Attribute target shape this crate produces.
32+
33+
[dev-dependencies]
34+
# Used only by tests/do_arm_emit.rs to prove the DO-arm lift's output
35+
# (`ogar_vocab::ActionDef`) flows through the canonical SPO emitter
36+
# end-to-end. Acyclic: ogar-emitter depends on ogar-vocab/-ontology,
37+
# never on this crate.
38+
ogar-emitter = { path = "../ogar-emitter" }

0 commit comments

Comments
 (0)