refactor: clarify investigation map as ux placeholder

This commit is contained in:
2026-08-05 10:20:28 +01:00
parent ce673b8eb4
commit 86d9bc3f48
4 changed files with 76 additions and 61 deletions
+3 -3
View File
@@ -82,12 +82,12 @@ export default function InvestigationMap({ turnCount = 0 }) {
if (!hasActiveTopics && groups.established.length === 0) return null;
return (
<div className="rounded-lg border border-gray-200 bg-white p-5" role="region" aria-label="Investigation map">
<div className="rounded-lg border border-gray-200 bg-white p-5" role="region" aria-label="Investigation map preview">
<h2 className="mb-1 text-sm font-semibold uppercase tracking-wide text-gray-500">
Investigation Map
Investigation Map Preview
</h2>
<p className="mb-3 text-xs text-gray-400">
We are building an understanding of your situation one question at a time.
This preview shows where a future reasoning map may appear. Its final shape will emerge from the reasoning engine.
</p>
<div className="space-y-px border-t border-gray-100 pt-3" role="list" aria-label="Investigation topics">