Files
Miguel Ángel 2c501dc185 fix(registry): give lt-neon-border its own manifest
Its registry-item.json carried cosmic-orb's manifest verbatim: same name,
title, description and files entry. The composition HTML was always
correct; only the manifest was wrong.

The catalog generator keys off the manifest name, so it read one identity
from two directories. Cosmic Orb was emitted twice into the nav and Neon
Border never appeared at all, with no page generated for it. Neither block
was broken, and nothing in lint caught it because both manifests were
individually valid.

The replacement is derived from the composition rather than hand-copied:
nine params read out of its declared data-composition-variables, and
dimensions and duration read off the root attributes.
2026-08-08 20:48:39 +00:00
..