Add meeting workflow automation

This commit is contained in:
2026-05-27 12:55:18 +02:00
parent e85274829a
commit b114071957
29 changed files with 1703 additions and 12 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.