Add production NPC pipeline composition

This commit is contained in:
2026-07-21 02:50:37 +00:00
parent 06c0259788
commit fb043325e1
11 changed files with 618 additions and 4 deletions

View File

@@ -463,6 +463,7 @@ func maintainedExampleFiles(t *testing.T) []maintainedExample {
return []maintainedExample{
{name: "minimal", path: repositoryPath("examples", "dnd-spells.config.yml")},
{name: "production", path: repositoryPath("examples", "dnd-spells-production.config.yml")},
{name: "npcs", path: repositoryPath("examples", "dnd-npcs.config.yml")},
}
}