Archive meeting workflow and screenshot changes

This commit is contained in:
2026-05-27 12:55:19 +02:00
parent 2422236ef7
commit 12832dde84
48 changed files with 3041 additions and 43 deletions
@@ -0,0 +1,12 @@
# Change: Copy attendees to summary frontmatter
## Why
The summary note should retain the final attendee list from the meeting note so the generated summary artifact can be filtered and reviewed without opening the meeting note.
## What Changes
- When the summary agent writes a summary note, copy attendees from the current meeting note into summary frontmatter.
- If the summary note already has an `attendees` frontmatter property, preserve that existing value.
## Impact
- Updates summary artifact frontmatter rendering.
- Adds focused summary tool tests.