# Slovo v0 Compatibility Fixtures This directory freezes the Slovo v0 fixture set after the v0 release. `supported/` contains the v0 compiler-supported examples: - `add.slo` - `top-level-test.slo` - `local-variables.slo` - `if.slo` - `while.slo` - `struct.slo` - `array.slo` - `option-result.slo` - `unsafe.slo` `formatter/` contains the matching v0 canonical formatter fixtures: - `canonical.slo` - `top-level-test.slo` - `local-variables.slo` - `if.slo` - `while.slo` - `struct.slo` - `array.slo` - `option-result.slo` - `unsafe.slo` Do not add v1 fixtures here. New promoted slices belong in `examples/supported/` and `examples/formatter/`. These files move only through an explicit migration recorded in `MIGRATION_POLICY.md` and release notes.