wyrt_core

v1.0.0Core

Essential engine functionality providing shared configuration and command registration

Features

  • Global configuration management
  • Module command registration
  • Event bus for module communication
  • Core lifecycle hooks

Quick Start

// wyrt_core is auto-loaded as a dependency
// Access config and commands through context
const config = context.config;
const commands = context.commands;

Exports

ModuleContext

Context passed to all modules

ModuleCommands

Command registration system

Used By