Organize generic and Seriatim modules by domain

This commit is contained in:
2026-07-17 04:57:47 +00:00
parent 0327659355
commit a81b9f1e1f
36 changed files with 83 additions and 78 deletions

View File

@@ -0,0 +1,21 @@
{
"metadata": {
"id": "duplicate-segment-fixture"
},
"segments": [
{
"id": 1,
"start": 0,
"end": 1,
"speaker": "Narrator",
"text": "First segment."
},
{
"id": 1,
"start": 1,
"end": 2,
"speaker": "Player",
"text": "Duplicate segment."
}
]
}

View File

@@ -0,0 +1,11 @@
version: 2
pipelines:
seriatim-fixture:
input: seriatim
chunk: fake/chunk
artifacts:
events:
extract: fake/extract
merge: appendorder
normalize: noop
output: json

View File

@@ -0,0 +1,23 @@
{
"metadata": {
"id": "session-alpha",
"source_id": "fallback-session",
"title": "Synthetic session transcript"
},
"segments": [
{
"id": 1,
"start": 0,
"end": 4.5,
"speaker": "Narrator",
"text": "The stone door opens."
},
{
"id": 2,
"start": 4.5,
"end": 8,
"speaker": "Player",
"text": "I cast light."
}
]
}