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

@@ -6,8 +6,6 @@ import (
"time"
)
// TODO: implement a real Seriatim subprocess adapter.
// Runner is the adapter boundary for seriatim merge/trim invocations.
type Runner interface {
Run(ctx context.Context, req MergeRequest) (MergeResult, error)