mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
- Add `cap_lua_add_package_path_dir()` API to register shared Lua library directories at runtime - Automatically prepend the running script's own directory and all registered shared dirs to `package.path` before execution - Script-local directory takes priority over shared library dirs - Validate paths: must be absolute, no ".." traversal, within size limit - Deduplicate entries in the path dir linked list