Under the hood
Design-system token card file paths can now be prefixed with 'project/' under certain conditions
What
When Claude Code reads a design system's token cards (files like api/tokens.md and tokens.json) for a file-backed artifact, it can now look for those files under a project/ prefix, if the design system's own documentation lists a path matching a specific marker.
Why
This lets token-card lookups match design systems that organize their files under a project/ folder, mirroring similar prefix handling already used elsewhere for card-reading.