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
+12
View File
@@ -80,6 +80,18 @@ Keep source and deployment ownership separate:
- `Manuel/meeting-assistant` owns application source, tests, build configuration, container image publishing, and OpenSpec source changes.
- A future deployment repository, if created, should own Docker Compose, Traefik labels, secrets/variables, networks, and live image tag selection.
## Workflow Engine Documentation
When changing the meeting workflow engine, update `docs/meeting-workflow-engine.md` in the same change. This includes changes to:
- YAML rule shape or configuration
- supported triggers, states, conditions, expression variables, helper functions, or Razor template model
- supported steps or step semantics
- workflow event emission points in the recording lifecycle
- safety behavior for missing files, invalid rules, persistence, or local ignored rule files
Keep `README.md` as the short operational overview and keep `docs/meeting-workflow-engine.md` as the detailed reference.
Before finishing code changes, run the narrowest useful test command first. For broader changes, run:
```powershell