Verify complete D&D entity handoffs

This commit is contained in:
2026-08-05 20:07:31 +00:00
parent a6e176e160
commit 6de470d541
5 changed files with 260 additions and 36 deletions

View File

@@ -37,9 +37,9 @@ pipelines:
lanes:
- item-occurrences
- item-registry
- locations
- location-registry
- location-occurrences
- npc_registry
- npc-registry
- spells
- combat-turns
- npc-occurrences
@@ -54,7 +54,7 @@ pipelines:
retries: 2
merge: appendorder
normalize: dnd/item-registry
npc_registry:
npc-registry:
extract:
module: dnd/npc-registry
retries: 2
@@ -62,7 +62,7 @@ pipelines:
normalize:
module: dnd/npc-registry
retries: 2
locations:
location-registry:
extract:
module: dnd/location-registry
retries: 2
@@ -83,11 +83,11 @@ pipelines:
location_registry:
artifact:
step: describe-session
lane: locations
lane: location-registry
npc_registry:
artifact:
step: describe-session
lane: npc_registry
lane: npc-registry
scene_descriptions:
artifact:
step: describe-session
@@ -138,7 +138,7 @@ pipelines:
npc_registry:
artifact:
step: describe-session
lane: npc_registry
lane: npc-registry
scene_descriptions:
artifact:
step: describe-session