Extract authenticated coulomb.social design language via designlang

Session probe lands on /vw_pages (Research). Use main designlang extract
with --cookie-file — pack ignores auth. 39 artifacts under
docs/design-extract; tolerate designlang late summary crash when cores exist.
This commit is contained in:
tegwick 2026-08-09 01:31:00 +02:00
parent 319dd00465
commit 6fe263444a
71 changed files with 4939 additions and 797 deletions

View file

@ -0,0 +1,28 @@
# Recipe: button
Build one button component that matches this brand.
Palette: #000000, #efefef, #616161, #373737, #171717, #ffffff
Typography: [object Object], [object Object], [object Object], [object Object]
Material: flat
Signals: Radius: 4, 8, 12, 15, 20 · Shadows: rgb(170, 170, 170) 2px 2px 4px 0px | rgba(23, 23, 23, 0.1) 2px 2px 8px 2px
## Anatomy (detected)
```json
{
"kind": "button",
"structuralHash": "button",
"instanceCount": 1,
"variants": [
{
"css": {
"background": "rgb(239, 239, 239)",
"color": "rgb(0, 0, 0)",
"padding": "1px 6px 1px 6px",
"borderRadius": "0px",
"border": "2px outset rgb(0, 0, 0)",
"fontSize": "13.3333px",
"fontWeight": "400"
},
"instanceCount": 1
}
]
}
```