Review transcript trim architecture

This commit is contained in:
2026-05-08 17:18:47 +00:00
parent a5e665455d
commit 5565ced3d3
6 changed files with 32 additions and 11 deletions

View File

@@ -329,14 +329,6 @@ func (trimStage) Run(ctx context.Context, env *Env, m *manifest.Manifest) (*Stag
AbsolutePath: finalBoundsOutputPath,
},
}
if renderOutputPath != "" {
outputs = append(outputs, artifacts.Ref{
Kind: "session_bounds_render",
Category: "artifacts",
SessionID: sessionID,
AbsolutePath: renderOutputPath,
})
}
return &StageResult{
Outputs: outputs,