What problem does it solve?
It helps developers correctly build, configure, debug, preview, test, and publish WeChat Mini Programs—especially when CloudBase (wx.cloud) integration and mini-program-specific project structure are required.
Core Features & Use Cases
- WeChat Mini Program project guidance: Organize mini program pages, components,
tabBar, routing, navigation, and project configuration such as project.config.json and appid.
- DevTools and CI workflows: Follow WeChat Developer Tools workflows for simulator debugging and real-device validation, with
miniprogram-ci as an automation fallback where applicable.
- CloudBase-ready mini program integration: Apply
wx.cloud-based client patterns and CloudBase identity/storage/database conventions only when the project explicitly uses CloudBase.
Use case: you need to restructure a mini program feature, fix preview/publish issues in the IDE, and wire the correct project.config.json plus tabBar behavior while ensuring CloudBase rules are applied only if wx.cloud is used.
Quick Start
Ask the agent to update your WeChat Mini Program’s project.config.json, create the required page configuration, and produce a safe CloudBase-aware preview/publish plan.