---
"@ux-team/tvu-design-system": patch
---

Docs correctness: `./tokens` is described as **DTCG-shaped, not DTCG-valid**.

`README.md` previously called it "raw DTCG JSON" and linked
`tr.designtokens.org/format/` — a floating URL that now redirects to Draft 2025.10,
a version whose own text says "Do not attempt to implement this version". The export
actually follows the **Second Editors' Draft** string-value style, so both the claim
and the link pointed at the wrong thing.

The link is now pinned to the versioned draft the shape really matches, and
`docs/GETTING_STARTED.md` §8 states the three deviations outright: `dimension` is
`"16px"` (an object is required from the Third Editors' Draft on), `shadow` is a raw
CSS string (the spec's is a composite object), and eight tokens carry
`$type: "other"`, which is not a DTCG type in any version.

No export bytes changed — `dist/tokens/tokens.{json,js,d.ts}` are byte-identical
(verified by sha256 against the previous commit). If you need a strictly-conformant
export, the intent is to add one *additively* rather than change `./tokens`.
