docs: document story engine and PR2 playable loop
CI / verify (push) Failing after 58s
CI / verify (pull_request) Failing after 41s

This commit is contained in:
ginnoir
2026-06-11 19:00:49 -05:00
parent 1461510a4b
commit c76265d648
14 changed files with 137 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { actionDefs, resourceDefs } from './definitions';
import { buildContent, type Content } from './schema';
import { buildStoryContent, type StoryContent } from './storySchema';
import { storyNodeDefs } from './story';
import { buildStoryContent, type StoryContent } from './storySchema';
const base = buildContent({ resources: resourceDefs, actions: actionDefs });
const story = buildStoryContent(storyNodeDefs, base.actionsById, base.resourcesById);