Implement prepare stage input resolution

This commit is contained in:
2026-05-02 11:26:43 -05:00
parent 2854da48c2
commit 1f9d8d0ef7
6 changed files with 602 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ func (s placeholderStage) Run(ctx context.Context, env *Env, m *manifest.Manifes
// All returns the canonical ordered stage list for full pipeline execution.
func All() []Stage {
return []Stage{
placeholderStage{name: "prepare"},
prepareStage{},
placeholderStage{name: "transcribe"},
placeholderStage{name: "normalize"},
placeholderStage{name: "merge"},