v0.42.1
Apr 25, 2026
featureLinear sync — bidirectional status from standup messages
Standup messages mentioning a Linear issue ID (e.g. ENG-1234) now post a status comment back to that issue automatically. Two-way: blocked-status from Linear surfaces in the next standup summary.
On by default for teams already connected to Linear. Disable per-team in Settings → Integrations → Linear.
{
"event": "standup.posted",
"team": "platform",
"linear_issues": ["ENG-1234"],
"status_synced": true
}