060eb367d8
- Add `@zen/core/api` to the `external` array in `tsup.config.js` to prevent build failures caused by unresolved `dist/` imports at build time - Document the externals rule in `docs/DEV.md`: any `@zen/core/*` import used in bundled module files must be declared as external, with an explanation of why and a code example to follow