//! Index lifecycle state machine for workspace index operations.
//!//! This module was extracted to the `perl-workspace-index-state-machine` microcrate to
//! keep workspace orchestration code focused on indexing concerns while retaining the
//! public path.
pubuseperl_workspace_index_state_machine::*;