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,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.