Move NPC occurrences to their canonical namespace
This commit is contained in:
@@ -8,7 +8,7 @@ cache:
|
||||
debug:
|
||||
directory: ./notarius-debug
|
||||
pipelines:
|
||||
dnd-npc-interactions-fixture:
|
||||
dnd-npc-occurrences-fixture:
|
||||
input: seriatim
|
||||
steps:
|
||||
- id: identify-npcs
|
||||
@@ -16,13 +16,13 @@ pipelines:
|
||||
npc_registry:
|
||||
extract: dnd/npc-registry
|
||||
normalize: dnd/npc-registry
|
||||
- id: extract-interactions
|
||||
- id: extract-occurrences
|
||||
references:
|
||||
npc_registry:
|
||||
artifact:
|
||||
step: identify-npcs
|
||||
lane: npc_registry
|
||||
artifacts:
|
||||
interactions:
|
||||
extract: dnd/npc-interactions
|
||||
normalize: dnd/npc-interactions
|
||||
occurrences:
|
||||
extract: dnd/npc-occurrences
|
||||
normalize: dnd/npc-occurrences
|
||||
Reference in New Issue
Block a user