Port the KiCad symbol/footprint brace-scanner parsers + a combined extractor into web/backend/src/extract/; ensure-example-libs blobless/sparse-clones a curated KiCad 10.0.3 slice and extracts to a gitignored .libs/ on dev/start, so a bare GPL clone has libraries with no closed repo present. libsConfig() defaults LIBS_DIR to ./.libs. vite honors STANDALONE_PORT (strictPort) so a second editor can run on :3049 alongside the closed stack. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
349 B
Text
7 lines
349 B
Text
# Self-provisioned example libraries (src/extract/ensure-example-libs.ts):
|
|
# .cache/ — blobless sparse clones of upstream kicad-symbols / kicad-footprints
|
|
# .libs/ — extracted serve-format fixtures (LIBS_DIR default)
|
|
# .user-libs/ — writable user libraries created via the editor (USER_LIBS_DIR default)
|
|
.cache/
|
|
.libs/
|
|
.user-libs/
|