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 @@
## 1. Implementation
- [x] 1.1 Add automation options and ignore the local rules YAML file.
- [x] 1.2 Load YAML rules from the configured local file.
- [x] 1.3 Evaluate triggers and nested conditions.
- [x] 1.4 Render step values with Razor syntax.
- [x] 1.5 Apply supported steps to meeting notes and assistant context.
- [x] 1.6 Fire rules from meeting creation, state transitions, and speaker identification.
- [x] 1.7 Add a diagnostic workflow configuration reload endpoint.
## 2. Verification
- [x] 2.1 Cover created, state-transition, and speaker-identified paths.
- [x] 2.2 Cover nested condition logic and templated values.
- [x] 2.3 Run relevant tests and strict OpenSpec validation.
- [x] 2.4 Cover diagnostic workflow configuration reload behavior.
- [x] 2.5 Cover expanded workflow trigger, condition, parameter, templating, ordering, step, and rules-file reload scenarios.