Cursor Channel Summariser
teams message list --team "$TEAM_ID" --channel "$CHANNEL_ID" --page-size 50 --output json > channel.json
cursor-agent summarize channel.json > summary.txt
teams message send --team "$TEAM_ID" --channel "$CHANNEL_ID" --stdin < summary.txt
Use test channels before running against customer data.