//! `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` //! `HIVE_FORGE_REPO` — default repo, e.g. `hyperhive/hyperhive` //! `HYPERHIVE_STATE_DIR` — state dir; `forge-token` lives here //! //! The global `-f/--forge