velxio/backend/app
David Montero b7954fa8c5 feat(esp32): scope ESP-IDF resolution to the project's SAVED library manifest
Adds the get_project_libraries hook: the compile route reads a saved project's
declared library manifest (by project_id) and uses it as the ESP-IDF resolution
scope, preferring it over the client-sent manifest. So a saved project always
compiles against only its own declared libraries — never another user's, or
another project's, stray install in the shared dir — authoritatively from the
server, independent of frontend wiring. Client-sent manifest still used for
unsaved examples; None/empty → legacy scan-all. Overlay fills the hook in
register_pro; OSS default is no-op (None).
2026-06-07 02:01:08 +02:00
..
api feat(esp32): scope ESP-IDF resolution to the project's SAVED library manifest 2026-06-07 02:01:08 +02:00
core feat(esp32): scope ESP-IDF resolution to the project's SAVED library manifest 2026-06-07 02:01:08 +02:00
database
mcp
models
schemas
services fix(esp32): auto-retry once on transient infrastructure build failures 2026-06-06 21:55:25 +02:00
utils
__init__.py
main.py feat(flash): write compiled sketches to real USB boards (phases D1+D3) 2026-05-27 00:20:20 -03:00