Add meeting assistant speech and summary automation

This commit is contained in:
2026-05-21 09:55:39 +02:00
parent 1e97d2b9ff
commit 48d98d9cbb
63 changed files with 5143 additions and 151 deletions
@@ -0,0 +1,13 @@
## 1. Specification
- [x] 1.1 Define configurable initial prompt and project instruction append behavior.
## 2. Implementation
- [x] 2.1 Add `Agent.InitialPrompt` setting with the current prompt in appsettings.
- [x] 2.2 Keep the current prompt as the code default when no setting is configured.
- [x] 2.3 Build summary agent instructions by appending `AGENTS.md` content for bound projects.
- [x] 2.4 Use the built instructions when creating the summary agent.
## 3. Validation
- [x] 3.1 Test configurable prompt fallback and override behavior.
- [x] 3.2 Test project `AGENTS.md` instruction appendix formatting.
- [x] 3.3 Run targeted and full tests.