···155155156156#### Rules
157157158158-Rules are written in SML, some examples are provided in `example_rules/` with YAML config, the rules are mounted to the worker processes when the containers start via:
158158+Rules are written in SML, some examples are provided in `example_rules/` with YAML config, the rules are mounted to the worker processes when the containers start via environment variables. ex:
159159160160```bash
161161-uv run python3.11 osprey_worker/src/osprey/worker/sinks/cli.py run-rules-sink \
162162- --input kafka --output stdout --rules-path ./example_rules
161161+OSPREY_RULES=./example_rules uv run python3.11 osprey_worker/src/osprey/worker/sinks/cli.py run-rules-sink
163162```
164163165164#### Test Data