Archive meeting workflow and screenshot changes

This commit is contained in:
2026-05-27 12:55:19 +02:00
parent 2422236ef7
commit 12832dde84
48 changed files with 3041 additions and 43 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.