Initialize meeting assistant

This commit is contained in:
2026-05-18 23:38:47 +02:00
commit 90df1edc03
20 changed files with 967 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
schema: spec-driven
context: |
Meeting Assistant is Manuel's meeting capture and knowledge system.
Tech stack: .NET 10 for source services.
Source repository: Manuel/meeting-assistant.
The primary meeting flow must work without depending on Teams, Zoom, or any other meeting platform API.
The application creates and maintains Obsidian markdown meeting notes before, during, and after transcription.
Meeting notes hold metadata, user notes, discovered context, transcript references, summaries, decisions, and next steps.
The system should transcribe meetings with speaker attribution and use Microsoft Agent Framework-based agents for summarization, project lookup, retrieval, and controlled project file updates.