mirror of
https://github.com/nexu-io/open-design.git
synced 2026-07-08 15:33:49 +08:00
The Perplexity AI system ships a card on /plugins/systems/ from design-systems/perplexity/, but had no matching bundled-plugin manifest under plugins/_official/design-systems/perplexity/. As a result detailHrefForSystemSlug() found no plugin and the card fell back to the /plugins/systems/ index instead of opening a dedicated detail page. Add the bundled plugin for perplexity: - open-design.json: generated via the migrate-to-plugins design-system wrapper, then brought to parity with sibling systems (specVersion, full title_i18n/description_i18n, localized useCase query). Structure is byte-identical in shape to the other design-system manifests. - DESIGN.md: embedded copy of design-systems/perplexity/DESIGN.md. - open-design-marketplace.json: register the bundled plugin in the official registry seed (sorted insert + bundledPreinstallCount 413->414), matching how prior plugin-add commits regenerate the seed. The landing page now builds a real /plugins/design-system-perplexity/ detail page and the systems-index card links to it. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>