From 9031281cd4d126ab165206551986ca310aed1f07 Mon Sep 17 00:00:00 2001 From: Keysat Date: Tue, 16 Jun 2026 23:14:22 -0500 Subject: [PATCH] design guide: add Case-B extract field notes from first live run First extract->reconcile run (recap) surfaced generalizable process learnings: harvest the inventory with grep frequency tables in the main thread (counts are the reconcile evidence), disambiguate near-duplicates with frequency plus an external anchor, present conflicts as recommended-first A/B/C forks with value previews, and treat the code itself as the inspiration for a document-as-is extract (skip BRIEF and _imports, write provenance). Also refine the Extract phase to enumerate every styling surface and read the brand mark before the CSS. --- guides/design.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/guides/design.md b/guides/design.md index cd6eceb..99185ae 100644 --- a/guides/design.md +++ b/guides/design.md @@ -113,7 +113,11 @@ canvas. Work it out *with* the user, inspiration-first: component treatments, depth/elevation — **including the inconsistencies** (the three almost-the-same blues, the four heading sizes). A read-only `design-checker` cannot do this (it needs a contract to check against), so inventory here in the main thread, optionally - delegating a read-only reader to gather the raw values. + delegating a read-only reader to gather the raw values. First **enumerate every styling + surface** — there is often more than one (a second stylesheet, a separate auth/landing + page, *CSS embedded in a string literal* that ships a self-contained export); a grep over + one `