Implement meeting assistant v1

This commit is contained in:
2026-05-20 02:06:16 +02:00
parent 90df1edc03
commit 0297bcc0f6
120 changed files with 11883 additions and 180 deletions
@@ -0,0 +1,14 @@
## Why
When Outlook Classic detects the current Teams appointment at transcription start, Meeting Assistant already copies title, attendees, and agenda into meeting artifacts. The assistant context should also record the appointment's scheduled end time so later agent steps can understand meeting timing without querying Outlook again.
## What Changes
- Add `scheduled_end` frontmatter to assistant context notes when a Teams appointment is detected at recording start.
- Preserve `scheduled_end` when assistant context state changes.
- Keep the field absent when no Teams appointment is detected.
## Impact
- Affected specs: meeting-summary, meeting-session
- Affected code: Outlook meeting metadata, recording coordinator, assistant context artifact store