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

@@ -84,7 +84,7 @@ type AuditaConfig struct {
Report *bool `yaml:"report"`
}
// TrimConfig configures the future trim stage boundary.
// TrimConfig configures trim-stage transcript boundary behavior.
type TrimConfig struct {
Enabled bool `yaml:"enabled"`
OutputPath string `yaml:"output_path"`