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,9 @@
# Change: Deduplicate attendee aliases after speaker identification
## Why
Speaker identification can confirm that multiple meeting-note attendee entries refer to the same person. When the attendee list contains both the identified speaker display name and one or more accepted aliases, later processing sees an inflated attendee count and noisier metadata.
## What Changes
- When a speaker is identified, remove attendee entries that match the identified speaker's aliases if the identified speaker display name is also present.
- Preserve the existing alias-only behavior: an attendee alias by itself still prevents adding another canonical attendee entry.