qol: All core globals within the atomic runtime are now defined using a unified def() helper that marks them as fully immutable. This ensures they can’t be overwritten, redefined, or deleted at runtime, closing off accidental or malicious tampering from userland and solidifying the runtime's integrity.
qol: Encapsulated IIFEs are now used for all runtime initializers within the atomic runtime, further reinforcing the runtime.