Files
meeting-assistant/openspec/changes/archive/2026-06-03-allow-summary-title-rename/tasks.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

7 lines
512 B
Markdown

## Implementation
- [x] Update `write_summary` title handling to rename the current meeting note for non-empty title values.
- [x] Keep existing title behavior when the title parameter is omitted or blank.
- [x] Update summary-agent instructions and tool description for generated default titles.
- [x] Add focused tests for rename, omitted title, blank title, and instructions.
- [x] Validate with focused tests, `dotnet test MeetingAssistant.slnx`, and `openspec validate allow-summary-title-rename --strict`.