Replace normalize stage with trim scaffold

This commit is contained in:
2026-05-08 16:51:01 +00:00
parent 4d646f161a
commit 38dae8b584
11 changed files with 88 additions and 45 deletions

View File

@@ -90,9 +90,9 @@ func All() []Stage {
return []Stage{
prepareStage{},
transcribeStage{},
placeholderStage{name: "normalize"},
mergeStage{},
polishStage{},
placeholderStage{name: "trim"},
analyzeStage{},
placeholderStage{name: "archive"},
placeholderStage{name: "notify"},