/// Proposer subsystem for the GEPA optimisation engine.
///
/// Proposers generate new candidate programs from the current state.
/// The engine drives concrete proposers via their `propose_mut` methods.
// ---------------------------------------------------------------------------
// Flat re-exports
// ---------------------------------------------------------------------------
pub use CandidateProposal;
pub use MergeProposer;
pub use ReflectiveMutationProposer;