Group of 2 You'll notice
Claude Code now warns when a governed-git mount's GitHub URL can't be used, and falls back to the machine's own GitHub access
What
- The helper that validates a governed-git mount's push URL now accepts an optional custom warning message, used when the URL is unusable, falling back to the previous hardcoded message if none is supplied.
- A new warning is emitted when a work item's governed-git configuration references an unusable GitHub REST mount URL. When this happens, the session falls back to the machine's own GitHub access and asks the user to report the issue to Anthropic support.
Why This surfaces a clear warning and a usable fallback instead of silently failing when a governed-git mount's GitHub URL doesn't work.