Current Stable Baseline
Repository Root
The repository is currently organized as a multi-app workspace.
text
KotobaLink/
apps/
miniapp/
packages/
shared/
types/
docs/
infra/
scripts/
tests/
package.json
pnpm-workspace.yaml
project.config.json
project.private.config.jsonWeChat Miniapp Entry
- WeChat DevTools should open the
KotobaLinkrepository root - The miniapp root is configured in
project.config.json miniprogramRootpoints toapps/miniapp/
Miniapp Internal Boundaries
The current responsibility split inside apps/miniapp/ is:
pages/: page entry points grouped by business domainservices/: page-facing data access entry pointsstore/: local state and persistencemock/: demo mock data and composition logicconfig/: demo constants and local configbehaviors/: reusable miniapp behaviorstemplates/: shared WXML fragmentsutils/: compatibility-only layer