Small, self-contained projects showing Flux across ecosystems. From any example
directory:
```sh
flux validate # check the .flux
flux build # run the pipeline
flux test # run the test step
```
`flux validate` works without any toolchain installed; `flux build`/`flux test`
run the real commands, so they need the relevant toolchain (cargo / node / python).