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,6 @@
## 1. Scheduled End Metadata
- [x] 1.1 Extend Teams meeting metadata with scheduled end time.
- [x] 1.2 Write `scheduled_end` to assistant context frontmatter only when Teams metadata is detected.
- [x] 1.3 Preserve `scheduled_end` across assistant context state updates.
- [x] 1.4 Add behavior tests and validate the OpenSpec change.