# Source examples

The Airexsus intake did not include a GitHub repository, a linked local
code folder, or browser-copied code snapshots
(`context/source-context.md` records all three as `none`). The Figma
parse window returned no readable layer, color, or component names
(`context/figma/design-system-_-ui-kit---airexs-us.md`).

There are therefore **no preserved upstream source files** to mirror
here. To keep this directory useful for downstream agents instead of
empty, this package writes:

- `equipment-card.reference.html` — a complete, self-contained HTML +
  CSS reference implementation of the canonical "equipment detail
  card" pattern documented in `../DESIGN.md` §6.3 and rendered live by
  `../ui_kits/app/components/EquipmentCard.jsx`. Open it in any
  browser; it has no JS dependencies and reads tokens from
  `../colors_and_type.css`.

When a real Airexsus source repository or code folder is connected in
a future intake, follow the workflow:

1. Run the `github-design-context` / `local-design-context` bounded
   command listed in `../context/source-context.md`.
2. Preserve the original component filenames (for example
   `SelectModelButton.tsx`, `ChatNavBar/index.tsx`, `EquipmentCard.tsx`)
   inside this directory, **verbatim**, so future agents can read the
   real implementation patterns.
3. Keep `../ui_kits/app/components/*.jsx` aligned with the captured
   filenames so the role mapping in `ui_kits/app/README.md` stays
   accurate.
