Open source markdown authoring workflow
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-13 17:59:13 -05:00
parent 7b1b5d0f6c
commit 03482693ea
57 changed files with 4181 additions and 881 deletions
+1
View File
@@ -30,6 +30,7 @@ function ctxFor(state: GameState): ParserContext {
inventoryItemIds: state.inventory.map((i) => i.id),
lastNoun: state.lastNoun,
awaitingDisambiguation: state.pendingDisambiguation,
vocabulary: world.parser,
}
}