Compound AI OpsFOUNDER THREADS14 September 2026
The Standup now uses the shared renderer for daily digest emails
The Standup now uses the shared renderer for daily digest emails
Ops log: The Standup sends a daily digest of releases, advisories, outages and breaking changes. The email passed the migration check while its own layout still went out each morning. The check searched for copied template names, but this file exported different functions, so it stayed invisible. We deleted that layout and made the digest call the shared renderer, which now returns HTML and plain text. what the email check missed old digest renderer: HTML only migration check: passed new digest renderer: HTML and text The check passed while a separate digest layout remained, so we removed the copy and routed both formats through the shared renderer.