@wpkernel/core
@wpkernel/core is the runtime spine for the WPKernel ecosystem. Use it to declare REST resources, orchestrate actions, manage capabilities, and bridge the WordPress data layer with Script Module interactivity.
Explore the full API at at /api/@wpkernel/core/, then follow the guide that fits your role:
- Core for Plugin Developers explains how to scaffold resources, actions, and interactivity inside a WordPress product.
- Core for Framework Contributors covers the maintenance workflow, testing expectations, and coordination with internal specs.
Additional background material lives in the reference guides:
Testing helpers
@wpkernel/test-utils/core provides the WordPress bootstrap harness (createWordPressTestHarness) and helpers such as withActionRuntimeOverrides so action runtime mutations stay isolated. Import them from the package rather than duplicating fixture logic in individual suites.
