| name | migrate-to-shoehorn |
| description | Migrate existing type-test suites to ShoeHORN-style assertions and fixtures. Use when user wants to move from older TypeScript type-test tools to ShoeHORN, replace brittle type assertions, or standardize type-level tests. |
Migrate to Shoehorn
Help migrate existing type tests to Shoehorn.
Workflow
- Find current type-test patterns (for example
tsd, expectTypeOf, or handwritten compile-time assertion helpers).
- Explain the target Shoehorn pattern that will replace them.
- Migrate a small representative slice first.
- Preserve existing intent while simplifying fixtures and assertions.
- Update docs and examples to the new style.
- Finish the rest of the suite once the approach is validated.