Expand description
SpecAliasConverter: Converts AddSpec / RemoveSpec / ValidateSpec
Composes existing primitives rather than introducing a dedicated ASTRegApply impl:
AddSpec→ renderpub type {alias} = Spec<G, T>;/SpecWith<G, R, T>;text and delegate toAddItemMutationRemoveSpec→ delegate toRemoveItemMutationwithItemKind::TypeAliasValidateSpec→ read-only, emits no mutations
This wiring closes the gap surfaced by PoC-1 follow-up: Spec-aware
Suggests (RS001-RS008) detect issues and produce these MutationSpecs,
but convert_v2 previously bailed with “Unknown spec kind: RemoveSpec”.