[object Object]

← back to Rentv 2026

harden(deals): Cody gate — anchor the new Development verbs (starts/begins work-on|construction, kicks-off construction) so 'kicks off marketing' / 'starts building a portfolio' aren't false Development; drop redundant 'gets underway' (bare 'underway' already matches)

530f1843a7c78b058c64e338d6dc3771f8168a0a · 2026-08-06 06:58:25 -0700 · Steve

Files touched

Diff

commit 530f1843a7c78b058c64e338d6dc3771f8168a0a
Author: Steve <steve@designerwallcoverings.com>
Date:   Thu Aug 6 06:58:25 2026 -0700

    harden(deals): Cody gate — anchor the new Development verbs (starts/begins work-on|construction, kicks-off construction) so 'kicks off marketing' / 'starts building a portfolio' aren't false Development; drop redundant 'gets underway' (bare 'underway' already matches)
---
 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 23c37101..57147feb 100644
--- a/scripts/pull-deals.mjs
+++ b/scripts/pull-deals.mjs
@@ -47,7 +47,7 @@ function txnOf(t) {
   return /refinanc|\brefi\b|obtains? (a )?(new )?loan|senior loan|recap|bridge loan/.test(t) ? 'Financing'
     : /\bsold\b|sells|\bsale\b|acquir|buys|purchas|trades|closes on|pays|spends|snaps up|picks up|fetches|changes hands|nets \$|lands \$|works out to/.test(t) ? 'Sale'
     : /leas|tenant|renew|signs? (a|new)|inks? a/.test(t) ? 'Lease'
-    : /break(s)? ground|starts? (?:work|construction|building)|begins? (?:work|construction|building)|kicks? off|gets? underway|develop|deliver|top(s|ped) out|complet|construction|to build|unveils?|plan(s|ned) to|underway|rises|proposes?/.test(t) ? 'Development'
+    : /break(s)? ground|starts? (?:work on|construction)|begins? (?:work on|construction)|kicks? off construction|develop|deliver|top(s|ped) out|complet|construction|to build|unveils?|plan(s|ned) to|underway|rises|proposes?/.test(t) ? 'Development'
     : null;
 }
 function typeOf(t) {

← ca6bd634 fix(deals): recognize 'starts work/construction', 'begins co  ·  back to Rentv 2026  ·  auto-save: 2026-08-06T07:19:35 (7 files) — data/deals-regist 9a19d50d →