Scheduled runs format notifications so the first sentence becomes a phone banner and the rest an email body.
What's wrong with this entry?
When Claude Code is started by a scheduled routine on Anthropic's side, the notification tool now gets extra instructions: wrap the message in <routine_summary> tags so the first sentence becomes the phone banner and the full text becomes the email body. Ordinary interactive sessions never see this appendix.
- Appended only when the launch entrypoint (
CLAUDE_CODE_ENTRYPOINT) isremote_triggerorremote_cowork_trigger, both of which are set by the server when it starts a scheduled run. - Nothing in the shipped app parses
<routine_summary>; the tags are read by the server that turns the run into a notification.
the notification is how the run reaches its owner
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.