Make agent file writes append by default
PR and Push Build/Test / build-and-test (push) Failing after 6m36s

This commit is contained in:
2026-05-28 12:36:23 +02:00
parent 78549645bc
commit 7ff93b73b3
19 changed files with 401 additions and 27 deletions
@@ -0,0 +1,8 @@
## Implementation
- [x] Repair the accidentally overwritten project note to the state it would have had after an append.
- [x] Add behavior tests for append-by-default and explicit replacement.
- [x] Implement `replace_file` on summary file-write tools and workflow rules writes.
- [x] Update agent tool descriptions and instructions.
- [x] Run focused tests.
- [x] Run `dotnet test MeetingAssistant.slnx`.
- [x] Run `openspec validate append-file-write-tools-by-default --strict`.