You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"violated_contract": "A timestamp rendered into a model prompt whose output reaches the user verbatim is user-facing text, not wire format. Serializing it in UTC (ISO8601 or otherwise) makes the model quote machine time into notifications and misjudge urgency for every user whose local day differs from the UTC day.",
"canonical_prevention": "At the point a date enters prompt text, format it in an injected user TimeZone (or as relative phrasing) and tell the model timestamps are already local; pin the zone in tests to a non-UTC identifier so a CI runner in UTC cannot keep a machine-zone regression green.",