Public Access
9 lines
662 B
Markdown
9 lines
662 B
Markdown
## 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`.
|