velxio/third-party
David Montero Crespo 9cd5061732 refactor: rename wokwi-libs/ → third-party/
The directory grew well beyond Wokwi-only contents: it now hosts
lcgamboa's QEMU fork (qemu-lcgamboa), Espressif's esp32-camera, the
ngspice WASM build, fritzing-parts, picowi, an alternative QEMU
(qemu-esp32), the 100_Days_100_IoT_Projects examples repo, and
Wokwi's own avr8js/rp2040js/wokwi-elements/wokwi-features/wokwi-boards.
"wokwi-libs" was misleading — half the contents have nothing to do
with Wokwi. "third-party/" is the standard convention for vendored
external dependencies.

Mechanical changes:

  Path rename:
    wokwi-libs/ → third-party/
    update-wokwi-libs.bat → update-third-party.bat
    docs/WOKWI_LIBS.md → docs/THIRD_PARTY.md

  Submodule reconfiguration:
    .gitmodules — 4 path= and section names updated
    .git/modules/wokwi-libs/ → .git/modules/third-party/
    each submodule's .git file rewired to ../../.git/modules/third-party/<name>

  Reference updates (~80 files): vite.config.ts aliases, Dockerfile
    COPY paths, GH Actions workflow steps, build_qemu_*.sh, all
    docs/* and test/*/autosearch/* entries that mention the path,
    package-lock.json file: dependencies, .gitignore patterns,
    sitemap.xml + index.html SEO blurbs, scripts/generate-component-*,
    .dockerignore, .idea/vcs.xml. Bulk replaced both `wokwi-libs/`
    (path) and bare `wokwi-libs` (textual mentions in docs/comments).

Verified:
  - npx tsc -b --noEmit produces no new errors related to these paths
  - vite.config.ts aliases now point at ../third-party/avr8js etc.
  - All 4 git submodules (avr8js, rp2040js, wokwi-elements,
    wokwi-features) are linked under third-party/ with their
    worktrees re-populated and config files referencing the new path
  - `grep -r wokwi-libs` returns zero hits outside node_modules,
    .vite, frontend/dist, third-party/ (upstream submodule contents),
    *.pyc caches, and *.dll.pre-camera rollback binaries

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 00:58:57 -03:00
..
100_Days_100_IoT_Projects@c30c3d1429 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
avr8js@898f76c787 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
esp32-camera@2ac69a6f17 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
fritzing-parts@14296fa4b6 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
ngspice-wasm@a0c3b1ab9a refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
picowi@bb33b1e7a1 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
qemu-esp32@33cc9a8740 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
qemu-lcgamboa@eb8b7a5d96 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
rp2040js@32e1d93e46 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
wokwi-boards@0cffc5bdac refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
wokwi-elements@53cec973e2 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
wokwi-features@cc6e195f57 refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00