get_design_drift
Has this product's design system CHANGED since it was decoded — and which of its numbers are safe to hard-code? Mozaika re-measures the most-referenced products from the live DOM every night and keeps a dated ledger, so this answers what a screenshot never can:
• verdict "held" — nothing moved for N consecutive nights; the spec is still accurate.
• verdict "shifted" — a token changed and the new value stuck (with the date and before/after).
• verdict "unstable" — a value alternates between nights: a live A/B test, rotating content,
or a page that renders differently each run. `do_not_hardcode` lists it.
Call this BEFORE building against a cached spec, and before baking any measured value into a
token file. Pairs with get_design_system(site) — that gives the spec, this gives its shelf life.
Args:
domain: e.g. "stripe.com", "linear.app" (bare domain, no scheme).
Free.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |