What it proves
No monorepo shortcut.
The starter installs/builds through the intended package or source-ownership boundary instead of silently resolving private workspace internals.
Starter app ยท Registry source ownership
Consumer-owned BeeUI source copied through the repository-local Registry workflow.
pnpm build
cd examples/source-ownership-starter
bash setup.sh
npm run build
What it proves
The starter installs/builds through the intended package or source-ownership boundary instead of silently resolving private workspace internals.
Distribution truth
Public npm/CLI distribution is not implied. Repository examples use packed package artifacts or committed source ownership until the owner-gated publication step occurs.