Files
codex 3cadf08fa2
PR and Push Build/Test / build-and-test (push) Successful in 9m34s
feat: use assistant context as meeting memory
2026-07-17 11:26:49 +02:00

15 lines
802 B
Markdown

## 1. Automatic Summary Agent
- [x] 1.1 Add a behavior test that requires the built-in summary instructions to treat assistant context as meeting-specific memory and record problems, missing information, and assumptions.
- [x] 1.2 Update the built-in summary-agent guidance to satisfy the memory behavior.
## 2. Interactive Agent Window
- [x] 2.1 Add a behavior test that requires the interactive instructions to inspect assistant context during meeting or summary repair and record fixes and conclusions.
- [x] 2.2 Update the interactive agent-window guidance to satisfy the memory behavior.
## 3. Documentation and Validation
- [x] 3.1 Document assistant context as shared meeting-specific agent memory.
- [x] 3.2 Run focused behavior tests, the full test suite, and strict OpenSpec validation.