[object Object]

← back to Homesonspec

fix(homesonspec): correct 2 more dead CPG seed termsUrls (brohn/summit /terms-of-use 404 -> claytonhomes.com/legal) (TK-10487)

8ffc695123236c45154481909b0eac4c40da319e · 2026-08-30 23:48:42 -0700 · Steve

A full seed-URL reachability sweep found brohn + summit still carried the
pattern-guessed /terms-of-use that 404s (same class as the oakwood dead-domain +
mungo/chafin fixes). Repointed both to the footer-verified Clayton parent legal
(brohn's footer explicitly delegates there). All 13 CPG seed website+termsUrl now
resolve 200. Full monorepo typecheck clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 8ffc695123236c45154481909b0eac4c40da319e
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun Aug 30 23:48:42 2026 -0700

    fix(homesonspec): correct 2 more dead CPG seed termsUrls (brohn/summit /terms-of-use 404 -> claytonhomes.com/legal) (TK-10487)
    
    A full seed-URL reachability sweep found brohn + summit still carried the
    pattern-guessed /terms-of-use that 404s (same class as the oakwood dead-domain +
    mungo/chafin fixes). Repointed both to the footer-verified Clayton parent legal
    (brohn's footer explicitly delegates there). All 13 CPG seed website+termsUrl now
    resolve 200. Full monorepo typecheck clean.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 packages/database/prisma/seed-cpg-builders.ts | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages/database/prisma/seed-cpg-builders.ts b/packages/database/prisma/seed-cpg-builders.ts
index 6dea521e..3bf68d08 100644
--- a/packages/database/prisma/seed-cpg-builders.ts
+++ b/packages/database/prisma/seed-cpg-builders.ts
@@ -28,7 +28,9 @@ const CPG_BRANDS: {
     name: "Brohn Homes",
     legalName: "Brohn Homes, LLC",
     website: "https://www.brohnhomes.com",
-    termsUrl: "https://www.brohnhomes.com/terms-of-use",
+    // Corrected 2026-08-30: the guessed /terms-of-use 404s; Brohn's footer
+    // delegates legal to the Clayton parent (claytonhomes.com/legal). (TK-10487)
+    termsUrl: "https://www.claytonhomes.com/legal/",
     coverage: "Texas — Austin/San Antonio metro",
   },
   {
@@ -47,7 +49,9 @@ const CPG_BRANDS: {
     name: "Summit Homes KC",
     legalName: "Summit Homes KC, LLC",
     website: "https://www.summithomeskc.com",
-    termsUrl: "https://www.summithomeskc.com/terms-of-use",
+    // Corrected 2026-08-30: the guessed /terms-of-use 404s; Summit is a CPG brand
+    // whose legal delegates to the Clayton parent (claytonhomes.com/legal). (TK-10487)
+    termsUrl: "https://www.claytonhomes.com/legal/",
     coverage: "Kansas — Kansas City metro",
   },
   {

← a0335075 test(homesonspec): backfill committed selftests for brohn/oa  ·  back to Homesonspec  ·  fix(homesonspec): summit planName cuts at first '<' — no raw 7114f6a3 →