What problem does it solve?
Streamline WordPress development for Caramelo Theme Child runtime by providing a clear surface for building, fixing, testing, and reviewing render mode routing, admin workflows, and project-specific customizations while preserving strict boundaries with Caramelo core.
Core Features & Use Cases
- Route and resolve Caramelo runtime behavior within WordPress, including render mode selection, Astro entry mapping, and release handling.
- Manage admin surfaces such as Dashboard, Releases, Import, Imported Items, and Logs with documented ownership boundaries.
- Enforce Caramelo surface ownership and the project customization layer, preventing core code or client snippets from leaking into the runtime.
- Provide a repeatable decision flow to decide whether changes belong in core Caramelo, a local MU-plugin, or site-specific customizations.
Quick Start
Describe the Caramelo runtime change you want to make, and I will guide you through the correct surface, routing, and admin implications.