pub fn generate_ability_stones() -> Vec<AbilityStoneTemplate>Expand description
Ability-stone catalog for tests: one support per operation family, each with
an op set narrow enough that a test can address it unambiguously, so every
branch of the modifier fold and of the shape expansion has a fixture to
drive it. The shipped 20-support catalog lives in the storage YAML; its
numbers are checked against the deployed config in
tests/test_support_stone_catalog.rs.