//! Re-exports for domain types.
//!//! This module exists to provide a clean `algocline_core::domain::*` import path.
//! All types are also re-exported at the crate root.
pubusecrate::query::{LlmQuery, QueryId};pubusecrate::spec::ExecutionSpec;pubusecrate::state::{
ExecutionState, FeedError, PendingQueries, ResumeOutcome, TerminalState, TransitionError,};