Cable Continuity Tester — OrX package
==========================

This is a real .orx package (a zip archive) — self-contained, nothing
else to install first:
  manifest.json   — signed package metadata (Ed25519, OrX package key)
  LICENSE.txt     — license terms for this SKU
  verify.py       — checks the signature above (Python 3 + openssl, both
                    already on any Linux desktop — no extra install)
  run.sh          — command-line: no dependencies, always works
  runGui.sh       — graphical: needs Qt6 already on this machine
  bin/            — the real tool(s) this SKU runs
  resources/      — firmware images + SKU catalog the tool reads

Use it:
  1. Plug the board in (via ST-Link, or USB once wired up).
  2. unzip this file (or just open it — most desktops unzip on click).
  3. Run ./runGui.sh for a window, or ./run.sh for a plain menu — both
     verify the signature first, then let you flash firmware or watch I/O live.
