- EN README: tree view + summary table with EN doc links
- ZH README: tree view + summary table with bilingual links (EN + ZH)
- Both tables show topic, key findings, and clickable links per row
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add README_CN.md with full Chinese translation
- Add language switcher (EN/ZH) and docs/ links to README.md
- Collapse long module tables (Internal Code, Tools, Assets) into <details>
- Point to docs/ directory for deep analysis reports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>