Document the 108 feature-gated modules that are absent from the published
source, categorized as: internal code (~70), feature-gated tools (~20),
and text/prompt assets (~6). Explain why they cannot be recovered.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Build script (scripts/build.mjs) using esbuild with iterative stub creation
- Stubs for Bun compile-time intrinsics (feature(), MACRO, bun:bundle)
- Stub modules for feature-gated internal code paths
- QUICKSTART.md with 3 build options (pre-built, esbuild, Bun)
- tsconfig.json, package.json for build tooling
Build reaches ~95% — 108 remaining feature-gated modules need Bun runtime
for full dead code elimination. See QUICKSTART.md for details.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>