This commit is contained in:
2026-04-10 15:37:02 +08:00
parent 161cd32277
commit f19e482c8f
233 changed files with 43987 additions and 5127 deletions

View File

@@ -0,0 +1,15 @@
// Temporary bridge for legacy pure quest progression logic from src/**.
export {
acceptQuest,
buildQuestAcceptResultText,
buildQuestForEncounter,
buildQuestTurnInResultText,
applyQuestProgressSignal,
getQuestForIssuer,
buildChapterQuestForScene,
findQuestById,
isQuestReadyToClaim,
markQuestCompletionNotified,
markQuestTurnedIn,
normalizeQuestLogEntries,
} from '../modules/quest/runtimeQuestModule.js';