//! Step functions — render, handle_key, validate. No traits, no widget abstractions.
//!
//! This module is a curated index over the per-step siblings:
//! - [`types`] — step-state enums + shared result/state types ([`StepId`], [`Outcome`], [`Sev`],
//! [`CheckResult`], [`StepState`], [`EmbedFocus`], [`IndexZone`]).
//! - [`dispatch`] — step titles/footers, state init, and the render/handle_key/validate fan-out.
//! - [`indexing`] / [`oracle`] / [`embedding`] / [`integration`] — the per-step logic.
//! - [`hooks`] — git-hook conflict choices + the chained-hook renderer.
pub
pub use ;
pub use ;