//! Orchestrator binding framework (SPEC Ch 17).
//!
//! Translates a validated [`PipelinePlan`](crate::plan::PipelinePlan) into
//! platform-specific scaffold artifacts after a successful capability match.
//!
//! Supported targets: Airflow, Dagster, Prefect, Temporal (experimental), and
//! Kubernetes (experimental). Artifact formats are implementation-defined
//! scaffolds that preserve pipeline identity, topology, and declared intents.
pub use ;
pub use ;
/// Entry point describing binding availability for this release.
;