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,14 @@
## 1. Implementation
- [x] 1.1 Add screenshot and OCR configuration options.
- [x] 1.2 Capture active-window screenshots through a Windows adapter and testable abstraction.
- [x] 1.3 Save screenshots to the configured assistant-context attachments folder.
- [x] 1.4 Append timestamped screenshot markdown blocks to assistant context.
- [x] 1.5 Add optional OCR/vision processing with timeout and default prompt.
- [x] 1.6 Wait for pending screenshot OCR before summary generation.
- [x] 1.7 Register a configurable screenshot hotkey.
## 2. Verification
- [x] 2.1 Cover screenshot save/link behavior.
- [x] 2.2 Cover disabled and configured OCR behavior.
- [x] 2.3 Cover summary waiting for pending OCR.
- [x] 2.4 Run relevant tests and strict OpenSpec validation.