LuaMindModuleRegistry
Owns isolated module catalogs used to compose Lua-authored Mind programs.
Each owner scope controls one namespace. Module source is never exposed through Lua's require; the registry resolves a declared dependency graph in Java, snapshots the resolved sources into a LuaMindDefinition, and then evaluates that snapshot in a fresh restricted Lua environment for every entity binding.