chore: make bundle fully self-contained, no external imports #270

Merged
xiaomo merged 1 commits from chore/no-external-bundle into main 2026-05-16 06:16:29 +00:00

1 Commits

Author SHA1 Message Date
xiaoju c1a17b707c chore: make bundle fully self-contained, no external imports
- Remove uncagedWorkflowExternals() from scaffold build script
- Remove --external from Bun.build config
- Tighten bundle validator: only Node built-ins allowed, all deps must be inlined
- Update skill.ts documentation

Bundles are now deterministic — same Node/Bun version = same behavior,
no dependency resolution at runtime.
2026-05-16 05:12:49 +00:00