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,10 @@
## 1. Implementation
- [x] 1.1 Add configurable abort hotkey with launch-profile registration.
- [x] 1.2 Add recording abort operation/API that stops active capture and transcription.
- [x] 1.3 Delete meeting artifacts and linked screenshot attachments for aborted runs.
- [x] 1.4 Ensure abort does not transition to summarizing or invoke the summary pipeline.
## 2. Verification
- [x] 2.1 Cover abort deleting artifacts and skipping summary.
- [x] 2.2 Cover abort hotkey registration.
- [x] 2.3 Run relevant tests and strict OpenSpec validation.