1
0

A disclosure nobody reads is a watermark

"sample data · fabricated, not real companies" sat in the corner of every load,
because no deployment has a markers source wired by default and the sample set
is therefore the overwhelmingly common case. A caption that is always on screen
stops being read after the first second, which is the opposite of what a
disclosure is for.

So the corner keeps only the rare half — "live data", which is genuinely worth
interrupting someone to say — and the fact that the markers are invented moves
to the two places someone actually looks: the boot card everyone passes through,
and the `?` card, which is one keypress away from any state the app can be in.
It did not go into a README nobody opens.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-05 23:08:50 -07:00
parent 5bc7258753
commit a6f6a91813
2 changed files with 26 additions and 5 deletions
+8 -3
View File
@@ -392,9 +392,11 @@
.help:hover { background: rgba(255, 255, 255, 0.16); color: var(--ink); }
/* ---- Bottom left: where the numbers came from -------------------------
This line is load-bearing. The markers on this map are invented, and a
map that looks this much like a real one has to say so on the same
screen as the map — not in a README nobody opens. */
Shown only when the data is live — see `renderLegend` in main.ts for why
the sample-data half of this was retired. The disclosure it used to
carry did not go into a README nobody opens: it is on the boot card
everyone passes through and in the `?` card, which is one keypress away
from any state the app can be in. */
.source {
position: fixed;
left: var(--s4);
@@ -611,6 +613,9 @@
</dl>
<p class="boot-note">On the plan: click or drag to move the view, scroll to zoom,
arrow keys to aim and <kbd>Enter</kbd> to go.</p>
<p class="boot-note">The markers on this map are fabricated. No real company data
ships in this build; a deployment wired to a live source says <em>live data</em>
in the corner, and this one does not.</p>
<button class="sheet-close" id="shortcuts-close">Close</button>
</div>
</div>