parity-lit` and stops when a human decision is needed. See
`.claude/rules/stack-and-commands.md` for the step list and
`.claude/rules/designbook-propagation.md` for the one-way governance.
**Step 6 — resolving drift (the human step).** When `make adapt-lit` exits `3`,
the refresh halts and points you at `adapters/lit/drift/<Name>.md`. For each
**actionable** issue (informational `non-portable`/`prop-extra` are not gated):
| drift kind | what it means | how to resolve |
|---|---|---|
| `attribute-mismatch` | the Lit property reflects a different attribute than the IR contract | rename the Lit `attribute:` to match the IR, or — if the *language* is what's wrong — change it in Claude Design and re-propagate |
| `prop-missing` | the IR contract has a prop the `<wn-*>` element lacks | add the reactive property + behaviour to the element, **or** if the element models it differently (e.g. a slot, or state on a child), change the React designbook so the contract matches reality |
| `variant-axis-missing` | an IR variant axis has no backing Lit property | add the variant property, or correct the axis in Claude Design |
| `tag-mismatch` | the IR contract's tag has no element; a near-named one exists (e.g. `wn-pipeline-strip` vs the hand-authored `wn-pipeline`) | decide the canonical name **in Claude Design** and re-propagate, then realign the element — do not silently rename only the stack |
**Never** resolve drift by editing `ir/` or back-editing React from the stack —
that desyncs the canonical source (see `designbook-propagation.md`). After
resolving, re-run `make designbook-refresh --no-pull` to confirm `adapt-lit` is
clean and `parity-lit` passes (exit `0`). New components get a write-once stub in
`adapters/lit/stubs/<Name>.js` — move it into `src/elements/`, implement the