From 19d0f9917b5b8fddc13581412d9f89d9d3785fee Mon Sep 17 00:00:00 2001 From: Floke Date: Mon, 29 Dec 2025 12:49:36 +0000 Subject: [PATCH] debug: Add visible timestamp to Report for build verification --- general-market-intelligence/components/StepReport.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/general-market-intelligence/components/StepReport.tsx b/general-market-intelligence/components/StepReport.tsx index 9e5a2db8..a63c0fd1 100644 --- a/general-market-intelligence/components/StepReport.tsx +++ b/general-market-intelligence/components/StepReport.tsx @@ -96,6 +96,7 @@ ${rows.join("\n")}

Analysis Report

+

Build Confirmation: {new Date().toLocaleString()}

Context: {strategy.productContext}

Ideal Customer Profile: {strategy.idealCustomerProfile}