OwnerScope
Owner-scoped registration and program-compilation interface.
Functions
Link copied to clipboard
Link copied to clipboard
Returns descriptors ordered by module identifier.
Link copied to clipboard
Registers one
ai.module source.public LuaMindModuleDescriptor registerModule(String expectedIdentifier, long expectedRevision, String sourceName, String source)
Registers a module only when its Lua-declared identity matches the caller's catalog identity.
Link copied to clipboard
Validates and snapshots a module-composed
ai.program.