feat(bootstrap): StoryDeckImporter + seed model, wired after BuildDeck

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-05-29 10:32:12 -04:00
parent e0da7f09ca
commit e792e8d79d
4 changed files with 119 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ public static class Program
await buildDeck.ImportSeriesAsync(context, opts.ReferenceDataDir);
await buildDeck.ImportCatalogAsync(context, opts.SeedDir);
await buildDeck.ImportPackageAsync(context, opts.ReferenceDataDir);
await new StoryDeckImporter().ImportAsync(context, opts.SeedDir);
}
else
{