Public Access
16 lines
679 B
Markdown
16 lines
679 B
Markdown
# 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.
|