From 9c987bebc39b1809bc39a3572b59ccd30d5c2d3f Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Fri, 4 Sep 2026 02:16:00 +0800 Subject: [PATCH] fix(rectification): keep journey turn within size gate --- frontend/src/lib/birth-time-journey-turn.ts | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/frontend/src/lib/birth-time-journey-turn.ts b/frontend/src/lib/birth-time-journey-turn.ts index df2430a1..ad60a9d7 100644 --- a/frontend/src/lib/birth-time-journey-turn.ts +++ b/frontend/src/lib/birth-time-journey-turn.ts @@ -1,13 +1,7 @@ import type { CandidateResult, LifeEvent } from "./birth-time-evidence.ts"; import { evidenceDomains, planEvidenceQuestion, type CandidateVargaSample, type EvidenceDomain, type QuestionSpec } from "./birth-time-question-planner.ts"; import type { JourneySnapshot } from "./birth-time-journey.ts"; -import type { - EvidenceDraft, - JourneyPermissions, - JourneyProgress, - JourneyTurnState, - NextAction, -} from "./birth-time-journey-turn-protocol.ts"; +import type { EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction } from "./birth-time-journey-turn-protocol.ts"; export { evidenceDraftSchema, @@ -21,14 +15,7 @@ export { dynamicJourneyTurnStateSchema, } from "./birth-time-journey-turn-protocol.ts"; export type { - DynamicJourneyProgress, - DynamicNextAction, - DynamicJourneyTurnState, - EvidenceDraft, - JourneyPermissions, - JourneyProgress, - JourneyTurnState, - NextAction, + DynamicJourneyProgress, DynamicNextAction, DynamicJourneyTurnState, EvidenceDraft, JourneyPermissions, JourneyProgress, JourneyTurnState, NextAction, } from "./birth-time-journey-turn-protocol.ts"; export type DeriveNextActionInput = {