Prefer follow-up continuation from coach memory

This commit is contained in:
axiomlogicnexus 2026-04-27 17:27:06 +02:00
parent a9cc0e8b5e
commit c99e87ff9b

View file

@ -2184,7 +2184,15 @@ void UHyperTwistTrainingSubsystem::RefreshRepositoryViews()
ActiveRecognitionReplaySummary
);
ActiveCoachFollowUpBrief = ActiveCoachActionPlanOutcomeSummary.IsStructurallyValid()
&& ActiveCoachActionClosureSummary.bShouldSpawnFollowUp
&& (
ActiveCoachActionClosureSummary.bShouldSpawnFollowUp
|| (
ActiveCoachMemorySnapshot.PreferredGuidanceLane == EHyperTwistTrainingCoachGuidanceLane::FollowUp
&& ActiveCoachActionPlanOutcomeSummary.bNeedsFollowUpPlan
&& !ActiveCoachActionSequenceSummary.bHasOpenPlan
&& !ActiveCoachActionClosureSummary.bNeedsEscalation
)
)
? UHyperTwistTrainingCoachLibrary::DeriveCoachFollowUpBrief(
ActiveCoachBrief,
ActiveCoachActionPlan,