feat: use assistant context as meeting memory
PR and Push Build/Test / build-and-test (push) Successful in 9m34s

This commit is contained in:
2026-07-17 11:26:49 +02:00
parent 407db80413
commit 3cadf08fa2
13 changed files with 188 additions and 2 deletions
+11
View File
@@ -140,3 +140,14 @@ The summary-agent instructions SHALL tell the agent to keep the one-line summary
- **THEN** Meeting Assistant refuses the write
- **AND** does not mark the summary as written
### Requirement: Summary agent preserves meeting-specific working memory
When Meeting Assistant uses the built-in summary-agent instructions, those instructions SHALL identify assistant context as persistent meeting-specific memory.
The built-in instructions SHALL direct the summary agent to append unexpected problems, missing information, and assumptions encountered while summarizing to assistant context.
#### Scenario: Summarizer encounters uncertainty
- **GIVEN** the built-in summary-agent instructions are in use
- **WHEN** the summary agent encounters an unexpected problem, cannot find needed information, or must make an assumption
- **THEN** its instructions direct it to append a concise record to the meeting's assistant context
- **AND** later agents can discover that record when working on the same meeting