← back to Rentv 2026
harden(deals): Cody gate — classify senior/independent/assisted-living facilities as Multifamily (fixes live 'Oxnard Independent Living → Retail' body-leak); senior anchored to housing/living so 'senior loan' stays correct
827944b1e4bde455a94eacfa3c0207c7c27ca5fe · 2026-08-06 06:29:29 -0700 · Steve
Files touched
Diff
commit 827944b1e4bde455a94eacfa3c0207c7c27ca5fe
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Aug 6 06:29:29 2026 -0700
harden(deals): Cody gate — classify senior/independent/assisted-living facilities as Multifamily (fixes live 'Oxnard Independent Living → Retail' body-leak); senior anchored to housing/living so 'senior loan' stays correct
---
scripts/pull-deals.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/pull-deals.mjs b/scripts/pull-deals.mjs
index bc43c18e..324f4e49 100644
--- a/scripts/pull-deals.mjs
+++ b/scripts/pull-deals.mjs
@@ -63,7 +63,7 @@ function typeOf(t) {
: /medical|life science|\blab\b|biotech/.test(t) ? 'Medical/Life Science'
: /mixed-?use/.test(t) ? 'Mixed-Use'
: /self-?storage/.test(t) ? 'Self-Storage'
- : /multifamily|apartment|\bres\b|residential communit|\d[\d,]*[- ]units?\b/.test(t) ? 'Multifamily'
+ : /multifamily|apartment|\bres\b|residential communit|\d[\d,]*[- ]units?\b|senior[- ]?(?:housing|living|apartments)|independent[- ]?living|assisted[- ]?living|memory[- ]?care|skilled[- ]?nursing|convalescent/.test(t) ? 'Multifamily'
: /\bland\b|\bsite\b|\bacres?\b/.test(t) ? 'Land'
: /high-?rise|tower/.test(t) ? 'Office'
: null;
← 8e36e545 fix(deals): demote building-form tower/high-rise below expli
·
back to Rentv 2026
·
auto-save: 2026-08-06T06:49:23 (8 files) — data/.archive-cra 172ad546 →