Add meeting inactivity safeguards
PR and Push Build/Test / build-and-test (push) Failing after 14m53s

This commit is contained in:
2026-06-03 08:30:15 +02:00
parent efe7c4ba0a
commit edade8ab62
21 changed files with 532 additions and 275 deletions
@@ -0,0 +1,13 @@
# Allow Summary Title Rename
## Why
Meetings often start with generated default titles such as `Meeting 2026-06-03 07:26`. When the summary agent can infer a clear purpose from the transcript, user notes, or assistant context, it should be able to give the meeting a useful title while writing the summary.
## What
- Refine `write_summary` title handling so a non-empty title renames the current meeting and summary artifacts.
- Preserve the existing title when the title parameter is omitted or blank.
- Instruct the summary agent to provide a concise title when the meeting still has a generated default title and the meeting purpose is clear.
## Impact
- Updates summary tool behavior and instructions.
- Adds focused tests for title preservation and rename behavior.