Overview
CreateLixir 1.3 introduces the Package Runtime — the seam between installed packages and the rest of the platform. When a package installs, every workspace surface reads its capabilities from a central registry rather than knowing about specific packages.
This closes the loop opened by 1.2's engine: packages are now first-class citizens the moment activation completes.
Features
Capability registry
- MarketplaceRuntimeCapability model stores navigation, settings, commands, context sources, brain sections, and integration slots.
- Consumers query the registry through typed helpers — no hardcoded switches on package slug.
- MarketplaceRuntimeHealth model tracks per-installation status (active, config_required, permission_missing, update_required, failed).
Features
Runtime dashboard
- Package Detail page now shows a live Runtime Dashboard — status, capabilities grouped by kind, connected modules, recent runtime events.
- Installed page rows show a runtime status chip alongside the existing install status.
AI improvements
AI context contributions
- Packages declare context sources and brain sections that flow automatically into Project Brain and the Context Engine.
- Every package's AI readiness is now computed from real registrations, not authored copy.