objectstack-platform
Installation
SKILL.md
Platform — ObjectStack Bootstrap & Plugin System
Two concerns over one defineStack() / kernel surface: project setup
(objectstack.config.ts, drivers, the boot sequence) and plugin
development (plugins, services, kernel hook / event handlers,
ObjectKernel vs LiteKernel).
defineStack() — The Core Configuration
objectstack.config.ts is the single entry point for every project.
It calls defineStack() to declare all metadata.