fix(rectification): keep journey turn within size gate

This commit is contained in:
Jesse_Chen
2026-09-04 02:16:00 +08:00
parent a7041529c1
commit 9c987bebc3
+2 -15
View File
@@ -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 = {