1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! Provider and model catalog: the compiled-in default catalog, its overlay
//! layers, and the resolution/query surface Harn uses to turn a selector into
//! a concrete provider/model identity.
//!
//! Split into bounded contexts: [`model_def`]/[`provider_def`] DTOs, the
//! [`config`] aggregate + merge, [`loading`] of ambient overlays, model
//! [`taxonomy`] + provider inference, the [`catalog`] query surface, selector
//! [`resolution`], and complementary-[`reviewer`] selection.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;