//! Shared identification status vocabulary.
//!
//! Lives in `antecedent-core` so both `antecedent-identify` and `antecedent-estimate` can
//! reference the same enum without a layering edge estimate → identify
//!
//! SPDX-License-Identifier: MIT OR Apache-2.0
/// Status of an identification attempt.
///
/// [`Self::IdentifiedUnderParametricRestrictions`] and
/// [`Self::IdentifiedUnderPriorRestrictions`] are vocabulary for assumption-restricted
/// identification . They are **not** emitted by current algorithms and must
/// **not** be confused with “Bayesian estimation ran with a prior” — priors alone must not
/// flip [`Self::NotIdentified`] to an identified status. Estimation gates remain
/// nonparametric-only until parametric / prior-restricted ID algorithms ship.