added skills etc

This commit is contained in:
znetsixe
2026-02-12 10:48:20 +01:00
parent 37fef5dd86
commit daabfd8697
27 changed files with 509 additions and 8 deletions

16
nodes/EXAMPLES.md Normal file
View File

@@ -0,0 +1,16 @@
# Node Examples
This index tracks per-node example flows intended for quick operational understanding.
## RotatingMachine
Path: `nodes/rotatingMachine/examples/`
- `basic.flow.json`
Manual controls + local charts for core behavior.
- `integration.flow.json`
Extended scenario controls and richer observability.
- `edge.flow.json`
Boundary/error-driving controls to inspect resilience.
See `nodes/rotatingMachine/examples/README.md` for details.