Add meeting workflow automation

This commit is contained in:
2026-05-27 12:55:18 +02:00
parent e85274829a
commit b114071957
29 changed files with 1703 additions and 12 deletions
@@ -0,0 +1,8 @@
## 1. Implementation
- [x] 1.1 Render optional attendees in artifact frontmatter.
- [x] 1.2 Copy meeting-note attendees when writing a new summary.
- [x] 1.3 Preserve existing summary attendees when rewriting a summary.
## 2. Verification
- [x] 2.1 Add behavior tests for copied and preserved attendees.
- [x] 2.2 Run focused tests and strict OpenSpec validation.