Reintroduce normalize stage scaffold

This commit is contained in:
2026-05-10 21:26:53 +00:00
parent 7d61901585
commit 86d2dfa6c5
12 changed files with 272 additions and 94 deletions

View File

@@ -92,6 +92,7 @@ func All() []Stage {
transcribeStage{},
mergeStage{},
polishStage{},
normalizeStage{},
trimStage{},
analyzeStage{},
placeholderStage{name: "archive"},