Make meeting lifecycle stateful

This commit is contained in:
2026-05-27 12:55:17 +02:00
parent d607b957bb
commit e85274829a
91 changed files with 4076 additions and 479 deletions
@@ -0,0 +1,10 @@
## 1. Implementation
- [x] Add speaker identity reference storage and schema creation.
- [x] Replace transcript-count ordering and match candidate data with calculated reference counts.
- [x] Record meeting note/transcript references when final identity processing matches or creates an identity.
- [x] Append transcript audit lines when identities are named or merged.
## 2. Verification
- [x] Add/adjust behavior tests for references, calculated counts, naming audit lines, and merge audit lines.
- [x] Run focused speaker identity tests.
- [x] Run `openspec validate add-speaker-identity-references --strict`.