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