From 946ffcfd7f294e8be03e511aca48fa9a255b818a Mon Sep 17 00:00:00 2001
From: Copilot <223556219+Copilot@users.noreply.github.com>
Date: Thu, 25 Jun 2026 14:05:42 -0400
Subject: [PATCH] fix(honesty): future-tense autonomy overclaims
Replace completed-autonomy language on proof=0 surfaces with honest prepared/prepares copy while preserving the owner-approval promise.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
app/(shell)/focus/FocusModeClient.tsx | 2 +-
app/(shell)/focus/SmartInsight.tsx | 2 +-
components/dashboard/DailyPulse.tsx | 4 ++--
components/dashboard/MorningBriefCard.tsx | 4 ++--
components/onboarding/WelcomeTour.tsx | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app/(shell)/focus/FocusModeClient.tsx b/app/(shell)/focus/FocusModeClient.tsx
index dee4cd041..54b3f5d8d 100644
--- a/app/(shell)/focus/FocusModeClient.tsx
+++ b/app/(shell)/focus/FocusModeClient.tsx
@@ -1840,7 +1840,7 @@ function DoneScreen({ copy, approvedCount, approvedValueCents, queuedCount, life
{/* Next morning preview */}
- Your AI team scans overnight. New actions arrive by{" "}
+ Your AI team prepares overnight. New actions arrive by{" "}
7:00 AM tomorrow.
diff --git a/app/(shell)/focus/SmartInsight.tsx b/app/(shell)/focus/SmartInsight.tsx
index ed77d602e..bcb40c78d 100644
--- a/app/(shell)/focus/SmartInsight.tsx
+++ b/app/(shell)/focus/SmartInsight.tsx
@@ -104,7 +104,7 @@ function generateInsights(
if (insights.length === 0 && actions.length > 0) {
insights.push({
icon: ,
- text: "Your AI team scanned overnight and found these opportunities for you",
+ text: "Your AI team prepared these client follow-ups for your approval",
accent: "stone",
});
}
diff --git a/components/dashboard/DailyPulse.tsx b/components/dashboard/DailyPulse.tsx
index 93638b5aa..1f760fc60 100644
--- a/components/dashboard/DailyPulse.tsx
+++ b/components/dashboard/DailyPulse.tsx
@@ -13,7 +13,7 @@ import { AUTONOMY_BUYER_NAMES, type AutonomyLevel } from "@/lib/autonomy/graduat
*/
const MOCK_AUTONOMY_SUMMARY = {
toApprove: 3,
- ranOvernight: 2,
+ preparedOvernight: 2,
watching: 5,
};
@@ -88,7 +88,7 @@ export function DailyPulse() {
-
Today: {MOCK_AUTONOMY_SUMMARY.toApprove} to approve · {MOCK_AUTONOMY_SUMMARY.ranOvernight} ran overnight ·
+
Today: {MOCK_AUTONOMY_SUMMARY.toApprove} to approve · {MOCK_AUTONOMY_SUMMARY.preparedOvernight} prepared overnight ·
{MOCK_AUTONOMY_SUMMARY.watching} watching
diff --git a/components/dashboard/MorningBriefCard.tsx b/components/dashboard/MorningBriefCard.tsx
index c5a1b5275..3c1c3f7c2 100644
--- a/components/dashboard/MorningBriefCard.tsx
+++ b/components/dashboard/MorningBriefCard.tsx
@@ -354,7 +354,7 @@ export function MorningBriefCard({ heldActions = 0 }: MorningBriefCardProps) {
- Ran overnight
+ Prepared overnight
{AUTONOMY_BUYER_NAMES[autonomyLevel]}
@@ -365,7 +365,7 @@ export function MorningBriefCard({ heldActions = 0 }: MorningBriefCardProps) {
)}
-
Ran overnight. Tap to review
+
Prepared overnight. Tap to review
{signal.text}