// TODO(quelch v2 phase 10.2): re-enable when `quelch dev` lands.
//
// The v1 simulator is stubbed for the v2 config layer work (Phase 1).
// It will be replaced by `quelch dev` in Phase 10.2.
use Result;
pub use SimOpts;
pub const MOCK_PAT: &str = "mock-pat-token";
/// Stub — will be replaced in Phase 10.2 when `quelch dev` lands.
pub async