debug: Add visible timestamp to Report for build verification

This commit is contained in:
2025-12-29 12:49:36 +00:00
parent deed5c6ea4
commit 19d0f9917b

View File

@@ -96,6 +96,7 @@ ${rows.join("\n")}
<div className="flex-none flex flex-col sm:flex-row sm:items-center justify-between mb-6 gap-4">
<div>
<h2 className="text-3xl font-bold text-slate-900">Analysis Report</h2>
<p className="text-xs text-slate-400 mb-1">Build Confirmation: {new Date().toLocaleString()}</p>
<p className="text-slate-500">Context: <span className="font-semibold text-indigo-600">{strategy.productContext}</span></p>
<div className="mt-2 text-xs text-slate-500 max-w-4xl">
<p><strong>Ideal Customer Profile:</strong> {strategy.idealCustomerProfile}</p>