Add meeting workflow automation

This commit is contained in:
2026-05-27 12:55:18 +02:00
parent e85274829a
commit b114071957
29 changed files with 1703 additions and 12 deletions
@@ -0,0 +1,15 @@
# Change: Add meeting automation rules
## Why
Manual meeting-specific adjustments such as adding default attendees, cleaning titles, binding projects, or adding context notes should be configurable without recompiling Meeting Assistant.
## What Changes
- Add a configurable local YAML rules file.
- Evaluate rules on meeting lifecycle events.
- Support a small workflow surface: triggers, conditions, and meeting/context mutation steps.
- Use a real expression engine for conditions and Razor syntax for step values.
## Impact
- Adds a local-only rules file path setting.
- Adds meeting automation runtime code and tests.
- Keeps the initial step surface intentionally small.