//! Synthesizability Kernel v0 (`docs/design/synthesizability-kernel-v0.md`):
//! takes already-produced search routes plus stock/evidence/validation
//! context and returns a decisive, auditable, machine-readable assessment
//! of how well-supported a route is -- never a claim that a target
//! *cannot* be synthesized, and never an uncalibrated score.
//!
//! This module is a stable single entry point regardless of how many files
//! live under it, per the design doc's per-agent file ownership (§7):
//! `schema.rs` (types), `signals.rs`/`element_accounting.rs` (pure signal
//! extraction), `assessment.rs`/`provenance.rs` (policy + hashing).
pub use ;
pub use ;
pub use *;