A git remote URL field is wired through internal analytics but nothing fills it in yet.
A git_remote_url column is plumbed end to end in the internal event schema with no producer setting it in this build.
What's wrong with this entry?
The internal analytics event message gained a git remote URL field, plumbed end to end but with no producer found in this build.
git_remote_urlis a string field wired through the default, encode, decode, toJSON and fromPartial paths of the event proto.- When building
ClaudeCodeInternalEventit is promoted out of the event's_PROTO_git_remote_urlextra into a first-class column, alongside the existing skill, plugin, marketplace and head_sha fields. - No call site in this build sets
_PROTO_git_remote_url, so the field appears to be plumbing ahead of a producer.
git_remote_url, _PROTO_git_remote_url
Strings lifted out of the shipped bundle, so the claim above can be checked against them.