← back to Commercialrealestate
CRCP: remove verified Frank residuals — served flag_reason string + linkedin localStorage key (contrarian-caught)
1c035bb0728250c708f82ec9b7e724efbd691214 · 2026-07-25 10:16:10 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M data/broker-history-full.jsonM public/linkedin.html
Diff
commit 1c035bb0728250c708f82ec9b7e724efbd691214
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat Jul 25 10:16:10 2026 -0700
CRCP: remove verified Frank residuals — served flag_reason string + linkedin localStorage key (contrarian-caught)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
data/broker-history-full.json | 2 +-
public/linkedin.html | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/data/broker-history-full.json b/data/broker-history-full.json
index 6290435..8124309 100644
--- a/data/broker-history-full.json
+++ b/data/broker-history-full.json
@@ -8325,7 +8325,7 @@
"tier": "B"
},
"broker_flag": true,
- "flag_reason": "Current listing brokerage: Compass (warm intro angle if Frank has Compass contacts)"
+ "flag_reason": "Current listing brokerage: Compass (warm intro angle via Compass contacts)"
},
{
"id": "crx2328995",
diff --git a/public/linkedin.html b/public/linkedin.html
index 363b0bf..2f65c7d 100644
--- a/public/linkedin.html
+++ b/public/linkedin.html
@@ -68,7 +68,9 @@
</div>
<script>
const $=s=>document.querySelector(s);
-const FOLLOW_KEY='frank_li_followed';
+const FOLLOW_KEY='crcp_li_followed';
+// one-time migration off the legacy persona key
+try{const _o=localStorage.getItem('frank_li_followed');if(_o!==null&&localStorage.getItem(FOLLOW_KEY)===null){localStorage.setItem(FOLLOW_KEY,_o);localStorage.removeItem('frank_li_followed');}}catch(_){}
let followed=new Set(JSON.parse(localStorage.getItem(FOLLOW_KEY)||'[]'));
let people=[], filt='all', q='';
const atype=t=>t==='residential'?'<span class="atype res">Residential</span>':'<span class="atype com">Commercial</span>';
← 14f019d CRCP: drop Frank signature from agentDraft signoff (parity w
·
back to Commercialrealestate
·
CRCP: scrub persona flag_reason twin in broker-history-pilot 44f86d6 →