A new check detects numbered lists at the start of a conversation, though nothing yet appears to call it
Claude Code now has a regular expression and function that check whether the very first message in a conversation starts a line with a numbered-list marker, like "1." or "1)". No place in the code that actually calls this specific check with a message list could be found; other similarly-named functions in the code take a different kind of argument (a callback) and are unrelated.
This likely exists to decide whether to suppress a formatting nudge that normally discourages Claude from using numbered lists, based on whether the user's own first message already used one. Since no caller was found, it may not be active yet.
No call site was found that actually invokes this numbered-list check, so it's unclear whether or how it currently affects behavior.