mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-21 02:28:07 +02:00
refactor: extract omnigraph-config crate from omnigraph-server
Move config.rs (schema + loader + resolvers) into a new clean-leaf crate
(serde/serde_yaml/clap/color-eyre). The server aliases it via
`pub use omnigraph_config as config;` so every internal `config::` path and
the `pub use config::{...}` re-exports resolve unchanged. No behavior change;
the 12 config tests move verbatim and pass. First step of RFC-002 V0.
This commit is contained in:
parent
54bbe902e5
commit
c5ea4875d5
6 changed files with 33 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ members = [
|
|||
"crates/omnigraph-cli",
|
||||
"crates/omnigraph-policy",
|
||||
"crates/omnigraph-server",
|
||||
"crates/omnigraph-config",
|
||||
]
|
||||
default-members = [
|
||||
"crates/omnigraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue