Implemented a new internal/danglers package with deterministic two-pass dangling-end then dangling-start resolution

This commit is contained in:
2026-04-28 15:38:16 -05:00
parent 47b6727973
commit f1ce35dfc3
8 changed files with 602 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ func NewRegistry() *pipeline.Registry {
registry.RegisterPostprocessor(backchannelPostprocessor{})
registry.RegisterPostprocessor(fillerPostprocessor{})
registry.RegisterPostprocessor(coalescePostprocessor{})
registry.RegisterPostprocessor(resolveDanglersPostprocessor{})
registry.RegisterPostprocessor(assignIDs{})
registry.RegisterPostprocessor(validateOutput{})
registry.RegisterPostprocessor(autocorrectPostprocessor{})