refactor(spec): organize fixtures by tool (#107) #110

Merged
barrettruth merged 1 commit from chore/reorganize-fixtures into main 2026-04-26 03:00:12 +00:00
barrettruth commented 2026-04-26 02:59:14 +00:00

Problem

The fixture tree under spec/fixtures is still a flat list of provider- and tool-prefixed files, which makes it harder to navigate as coverage grows and obscures the relationship between a fixture path and the spec that reads it.

Solution

Move the fixtures into tool- or preset-specific subdirectories with shorter slugs and update the spec references to use the new nested paths, without changing the fixture contents or test behavior. Closes #107.

## Problem The fixture tree under `spec/fixtures` is still a flat list of provider- and tool-prefixed files, which makes it harder to navigate as coverage grows and obscures the relationship between a fixture path and the spec that reads it. ## Solution Move the fixtures into tool- or preset-specific subdirectories with shorter slugs and update the spec references to use the new nested paths, without changing the fixture contents or test behavior. Closes #107.
Sign in to join this conversation.
No description provided.