//! Arguments for `rk assess`.
use Utf8PathBuf;
use Args;
/// Classify a target before anything lands: greenfield, brownfield, or
/// needs-decision, from evidence read off the disk and the local git
/// state.
///
/// Reporting only: it writes nothing, touches no network, and every
/// verdict exits 0 — the classification is a result, not a judgment.