//! `hive-forge` — typed CLI wrapper around the in-cluster Forgejo's //! REST API. Reads credentials from the environment: //! //! `HIVE_FORGE_URL` — base URL, e.g. `http://localhost:3000` //! `HYPERHIVE_STATE_DIR` — state dir; `forge-token` lives here //! //! The active repo resolves `-r/--repo` > the `origin` remote of the //! cwd's git checkout > `HIVE_FORGE_REPO` (last-resort override, unset //! by default) > a hard error — see `client::Client::from_env`. //! //! The global `-f/--forge