Removed legacy transcript artifact aliases

This commit is contained in:
2026-05-19 09:00:41 -05:00
parent 571a289296
commit 08b0f4edc5
8 changed files with 19 additions and 42 deletions

View File

@@ -443,12 +443,6 @@ func isSupportedScriptoriumInputSource(source string) bool {
switch strings.TrimSpace(source) {
case "previous_session_artifact":
return true
case "processed_transcript":
return true
case "normalized_transcript":
return true
case "trimmed_transcript":
return true
case "narratio.transcript.merged":
return true
case "narratio.transcript.polished":