[object Object]

← back to AbramsEgo

budgets: right-size CRE lines to actual burn (broker-enrich $15→$3, condos-redfin $18→$15)

25821b67bf793e48643e392ee35e63d1e7cb0e05 · 2026-08-03 09:18:41 -0700 · Steve

Files touched

Diff

commit 25821b67bf793e48643e392ee35e63d1e7cb0e05
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Aug 3 09:18:41 2026 -0700

    budgets: right-size CRE lines to actual burn (broker-enrich $15→$3, condos-redfin $18→$15)
---
 data/budgets.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/budgets.json b/data/budgets.json
index 1d03a4c..cfe59e4 100644
--- a/data/budgets.json
+++ b/data/budgets.json
@@ -2,8 +2,8 @@
   "_note": "Monthly spend TARGETS (USD/mo). Steve-editable. Each line matches cost-ledger.jsonl rows by EITHER a provider key list (matches a row's api/model/vendor, case-insensitive) OR an app-prefix (matches a row's `app` field by startsWith). An app-prefix line takes the row FIRST (a matched app row is not double-counted under a provider line). MTD / %used / projected are computed server-side against the current calendar month.",
   "overallMonthlyUsd": 200,
   "lines": [
-    { "key": "cre_condo_brokers", "label": "CRE broker scrape (condo enrich)", "appPrefix": "commercialrealestate/enrich-condo-brokers", "monthlyUsd": 15 },
-    { "key": "cre_condos_redfin", "label": "CRE condo re-scrape (LA Redfin, weekly)", "appPrefix": "commercialrealestate/fetch-condos-redfin", "monthlyUsd": 18 },
+    { "key": "cre_condo_brokers", "label": "CRE broker scrape (condo enrich, weekly --only-missing)", "appPrefix": "commercialrealestate/enrich-condo-brokers", "monthlyUsd": 3 },
+    { "key": "cre_condos_redfin", "label": "CRE condo re-scrape (LA Redfin, weekly ~$3.20/run)", "appPrefix": "commercialrealestate/fetch-condos-redfin", "monthlyUsd": 15 },
     { "key": "browserbase", "label": "Browserbase (cloud browser)", "providers": ["browserbase"], "monthlyUsd": 40 },
     { "key": "gemini", "label": "Gemini (vision/image)", "providers": ["gemini_2_5_flash", "gemini-2.5-flash-image", "gemini-image", "gemini-2.5-flash-lite", "gemini-3.5-flash", "room_render"], "monthlyUsd": 40 },
     { "key": "openai_codex", "label": "OpenAI / Codex", "providers": ["openai_gpt5_3_codex", "gpt-5.1"], "monthlyUsd": 40 },

← dd302da Add cre_condos_redfin budget line ($18/mo, app-prefix, separ  ·  back to AbramsEgo  ·  feat(affiliate): activate Make live link (pc=idsshowroom) — ca26088 →