Make meeting lifecycle stateful

This commit is contained in:
2026-05-27 12:55:17 +02:00
parent d607b957bb
commit e85274829a
91 changed files with 4076 additions and 479 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.