You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messages.push("Completion is low because no planned section targets are available yet.");
869
+
messages.push("Completion is low because no planned section targets are available yet. Next action: add suggested targets for the areas this game needs.");
860
870
returnmessages;
861
871
}
862
872
@@ -879,10 +889,21 @@ function completionInsightMessages(snapshot, records, mostComplete, leastComplet
messages.push(`Next focus: ${formatAreaList(lowProgressAreas.map((metric)=>metric.bucketName))}. Complete one small item in each area before expanding the plan.`);
0 commit comments