From 76345a7a449fe3d97052d35d63bc50e75ec0b5a2 Mon Sep 17 00:00:00 2001 From: Bartek Kus <7887446+bartekus@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:46:49 -0600 Subject: [PATCH] fix(002): product-family heading now derives the repo count The heading hardcoded "Four repos" but the family grew to ten (spec 002 section 2, 2026-07-15). It now renders {PRODUCT_FAMILY.length} so it tracks the list and cannot drift again. --- app/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 5d85d0f..8556ec2 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -246,7 +246,7 @@ function ProductFamily() {
product family

- Four repos, one stack + {PRODUCT_FAMILY.length} repos, one stack

Everything is open source and governed the same way. Apps the factory