Under the hood
Self-hosted runner sessions now also reconcile 'session git rules' and a governed gh (GitHub CLI) route
What
Beyond rewriting git push URLs, self-hosted runner session setup now also reconciles a 'session git rules' file (checked against git_mount_push_base_url) and a governed gh (GitHub CLI) route with its own shim directory, both passed into the spawned session process. New telemetry events fire if the session fails to re-present its refreshed token for either of these.
Why
This extends the governed-git relay mechanism to also cover git rules and GitHub CLI traffic, so both are subject to the same session-scoped credential control as git pushes.