From aa0ab33289c09c4560719d2ed30148dbc26b1af6 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 3 Aug 2026 19:09:36 +0000 Subject: [PATCH] =?UTF-8?q?gbp-snapshot-form=20v1.2=20=E2=80=94=20surface,?= =?UTF-8?q?=20datetime,=20NOT=5FPRESENT/NOT=5FOBSERVED,=20category=20split?= =?UTF-8?q?,=20posts=20count,=20claimed=20inference=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/gbp-snapshot-form.html | 724 +++++++++++------------------------ 1 file changed, 227 insertions(+), 497 deletions(-) diff --git a/tools/gbp-snapshot-form.html b/tools/gbp-snapshot-form.html index 0def165..0d712fb 100644 --- a/tools/gbp-snapshot-form.html +++ b/tools/gbp-snapshot-form.html @@ -3,524 +3,254 @@ - DOP — GBP Snapshot Intake v1.1 + DOP — GBP Snapshot Intake v1.2 -
-

DOP — GBP Snapshot Intake v1.1

-

Improved cold-audit form. Fill once per client → Generate → paste to Leonard. Follows execution card rules only.

+
+

DOP — GBP Snapshot Intake v1.2

+

NOT_PRESENT = looked, confirmed absent · NOT_OBSERVED = did not look / could not see. One primary category only. Paste output to Leonard (execution card v1.2).

-
-
-

Snapshot Metadata

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+ +
+

Snapshot Metadata

+
+
+
+
+
-
- -
-

Core Fields

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+
+
+
+
- -
-

Reputation

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Ownership / Claim Signals

-
-
- - -
-
- - -
-
- - -
-
-
- -
-

Operations

-
-
- - -
-
- - -
-
- - -
-
-
- -
-

Conversion

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Content Surface

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Related Listings

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
- - - -
-
- - -

Paste the output block directly to Leonard. He should follow the execution card and only fire threat rules R1–R3.

+
+

Core

+
+
+
+
+
+
+
+
+
+
+ +
+

Reputation

+
+
+
+
+ +
+
+
+
+ +
+

Ownership / Claim

+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+

Operations

+
+
+ +
+
+ +
+
+
+
+ +
+

Conversion (complete whole row if any button observed)

+
+
+ +
+
+
+ +
+
+
+
+ +
+

Content

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+

Related listings

+
+
+ +
+
+
+
+
+
+ + +
+ + +
- - +} +$('btnGenerate').onclick = () => { $('output').value = buildOutput(); $('status').textContent = 'Generated.'; }; +$('btnCopy').onclick = async () => { + const t = $('output').value || buildOutput(); + $('output').value = t; + try { await navigator.clipboard.writeText(t); $('status').textContent = 'Copied.'; } catch { $('status').textContent = 'Select-all + copy.'; } +}; +$('btnClear').onclick = () => { $('gbpForm').reset(); $('output').value = ''; $('status').textContent = 'Cleared.'; }; + - \ No newline at end of file +