Files
meeting-assistant/openspec/changes/archive/2026-06-03-allow-summary-title-rename/proposal.md
T
codex edade8ab62
PR and Push Build/Test / build-and-test (push) Failing after 14m53s
Add meeting inactivity safeguards
2026-06-03 08:30:15 +02:00

14 lines
774 B
Markdown

# 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.