Skip to main content

omnigraph_server/
policy.rs

1// Module shim: PolicyEngine moved to the omnigraph-policy workspace crate
2// (MR-722 chassis core). The re-exports below preserve the existing
3// `omnigraph_server::policy::*` paths so call sites (CLI, tests,
4// downstream consumers) don't have to change in one go. Direct callers
5// should migrate to `omnigraph_policy::*` over time; this shim can
6// be removed once that migration completes.
7
8pub use omnigraph_policy::*;