velxio/backend/app/core
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
..
__init__.py feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
config.py Refactor code structure for improved readability and maintainability 2026-05-18 21:50:45 -03:00
hooks.py feat(esp32): scope ESP-IDF resolution to the project's SAVED library manifest 2026-06-07 02:01:08 +02:00