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,14 @@
## 1. Specification
- [x] 1.1 Define Azure Speech post-stream refinement configuration behavior.
## 2. Implementation
- [x] 2.1 Add configurable Azure Speech post-processing option.
- [x] 2.2 Apply the configured option only to compatible Azure Speech SDK recognizer paths and skip it for live `ConversationTranscriber`.
- [x] 2.3 Configure Azure Speech for a post-stream-refinement-supported region.
- [x] 2.4 Provision or reuse an Azure Speech resource and set the local key environment variable.
## 3. Validation
- [x] 3.1 Add provider tests for the post-processing option.
- [x] 3.2 Run focused provider tests.
- [x] 3.3 Run full test suite.
- [x] 3.4 Run OpenSpec validation.