Zeres Plugin Library Exclusive Access
Zeres introduces a standardized lifecycle state machine: Registered -> Instantiated -> Active -> Suspended -> Unloaded . Unlike simple factories, the Lifecycle Manager handles dependency injection. If Plugin A requires Plugin B, Zeres resolves the dependency graph topologically before instantiation, preventing circular dependency deadlocks.
Download any plugin that requires the library (e.g., ThemeRepo ). Drop it into your Plugins folder. zeres plugin library