// Location: ./crates/cpex-core/src/elicitation/mod.rs
// Copyright 2026
// SPDX-License-Identifier: Apache-2.0
// Authors: Teryl Taylor
//
// Elicitation hook family — human-in-the-loop dispatch (approval,
// confirmation, step-up, attestation, …).
//
// Mirrors the delegation/ module layout: the hook marker (via the
// generic hooks layer) plus the hook-specific payload + enums. No
// executor wiring needed — dispatch is free via
// `mgr.invoke_entries::<ElicitationHook>`. The apl-cpex bridge fills the
// payload and maps the result back to apl-core's `ElicitationInvoker`
// return types.
pub use ;
pub use ;