//! Integration-level tests for argv classifier including gh dispatch.
//! The core classify() function is pub(crate); end-to-end tests live in
//! tests/test_gh_classify.rs. This file exists to satisfy the TDD hook's
//! source-to-test file mapping for src/shim/classify.rs.
//!
//! Real assertions: see tests/test_gh_classify.rs.