// file: kb-lib/src/executor/amm/goon_fi.rs // version: 1 //! Migration boundary for legacy crate `kb_executor_amm_goon_fi`. /// Legacy crate name retained for migration and compatibility tracking. const LEGACY_CRATE: &str = "kb_executor_amm_goon_fi"; /// Current porting status. const MIGRATION_STATUS: &str = "source-preserved-pending-port";