Design-audit findings that live in Claude Design-GENERATED files (hand-edits don't survive re-import, per the skill's NOTE.md):
_adherence.oxlintrc.json font allowlist omits Inter entirely — it would flag the system's own prose layer (Inter shipped in v0.3.0).
_adherence.oxlintrc.json color rule catches only hex literals — misses the rgba() form the components actually used (design-audit H4 class).
_ds_bundle.js asset paths (../../assets/...) only resolve for pages exactly two directories deep — silent breakage for any new page elsewhere.
- Bundle copies of Checkbox/MetaRow predate the v0.5.1 keyboard fixes (structural rewrites deliberately not hand-mirrored).
Action: on the next re-import into Claude Design, verify the regenerated files pick up the current sources, and fix 1–3 in the generator/import configuration rather than the files.
Design-audit findings that live in Claude Design-GENERATED files (hand-edits don't survive re-import, per the skill's NOTE.md):
_adherence.oxlintrc.jsonfont allowlist omits Inter entirely — it would flag the system's own prose layer (Inter shipped in v0.3.0)._adherence.oxlintrc.jsoncolor rule catches only hex literals — misses thergba()form the components actually used (design-audit H4 class)._ds_bundle.jsasset paths (../../assets/...) only resolve for pages exactly two directories deep — silent breakage for any new page elsewhere.Action: on the next re-import into Claude Design, verify the regenerated files pick up the current sources, and fix 1–3 in the generator/import configuration rather than the files.