//! Invariant — biosynthesis domain crate.
//!
//! Synthesis bundles, DNA/peptide/chemical/homology/molecule/protocol/stateful
//! invariants, hazard screening, and the biosynthesis validator pipeline.
//! Layered on top of [`invariant_core`].
/// Bio-specific intent templates (overrides the robotics templates in
/// `invariant_core::intent`).
// Re-export protocol modules from invariant-core so downstream code that
// imports `invariant_biosynthesis::authority` keeps working with one
// rename to `invariant_biosynthesis`. `intent` is intentionally NOT
// re-exported — bio has its own templates above.
pub use ;