| Directory | Marker | Scope |
| -------------- | ----------- | ------------------------------------------- |
-| `components/` | components | Component math & transforms |
+| `components/` | components | Component math |
+| `transforms/` | transforms | Mathematical transform functions |
| `robustness/` | robustness | Edge cases, stability, progression |
| `api/` | api | Public API helpers & parsing |
| `cli/` | cli | CLI parameter propagation & artifacts |
from ..constants import TOLERANCE
from ..test_base import RewardSpaceTestBase
-pytestmark = pytest.mark.components
+pytestmark = pytest.mark.transforms
class TestTransforms(RewardSpaceTestBase):