Archive summary refinements and profile switching
PR and Push Build/Test / build-and-test (push) Successful in 6m37s

This commit is contained in:
2026-05-27 23:11:21 +02:00
parent c12febe029
commit 7777b349a5
37 changed files with 3190 additions and 121 deletions
@@ -0,0 +1,8 @@
## 1. Implementation
- [x] 1.1 Add behavior tests for switching from default to named launch profile during an active recording.
- [x] 1.2 Keep existing meeting artifacts and skip metadata recollection when switching profile.
- [x] 1.3 Drain the old speech recognition pipeline without moving to summarizing.
- [x] 1.4 Buffer captured audio during the switch and feed it to the new profile pipeline.
- [x] 1.5 Append a transcript marker when the profile changes.
- [x] 1.6 Clear run-local speaker label mappings for the new transcription process.
- [x] 1.7 Update README and run focused/full tests plus `openspec validate switch-transcription-profile --strict`.