SpecHygiene v1.0.3
Better duplicate detection.
Changed — the duplicate check now targets whole scenarios, not step reuse. The previous default counted how often each step appeared across scenarios — but reusing a step is normal, intended BDD, not a duplicate. SpecHygiene now finds duplicate / near-duplicate scenarios (exact, containment, high-overlap) and reports each match's type, overlap %, and file:line. The misleading "duplicated steps" table has been removed.
Update:
dotnet tool update -g SpecHygieneFull notes: CHANGELOG.md