Under the hood
New helper detects wildcard characters in git or URL marketplace source addresses
What
A new function checks whether a marketplace source string, whether written as a URL or as an SCP-style git address (like user@host:path), contains a wildcard * character in its host or path. It normalizes SCP-style syntax and strips a trailing .git before checking.
Why
This gives Claude Code a way to detect wildcard patterns in marketplace source addresses, which other logic can use to handle or reject such patterns appropriately.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say what uses this detection or what happens when a wildcard is found.