Commit Graph

9 Commits

Author SHA1 Message Date
sanbuphy
74f80e0e6c Make doc tree filenames clickable links with bilingual annotations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 20:03:59 +08:00
sanbuphy
167f4d20e6 Add concise TOC with in-page anchor links (6 items max)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 20:02:22 +08:00
sanbuphy
4348930ffe Add docs directory tree with clickable links and key findings table
- 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>
2026-03-31 19:57:45 +08:00
sanbuphy
e4fe623ea5 Add Chinese README, docs links, and collapsible module tables
- 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>
2026-03-31 19:53:55 +08:00
sanbuphy
19b097b6c9 README: add 108 missing modules notice with categories
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>
2026-03-31 18:32:14 +08:00
sanbuphy
1b77a70b18 Add build infrastructure and QUICKSTART guide
- 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>
2026-03-31 18:12:54 +08:00
sanbuphy
f3e3075bbc README: move Directory Reference above Architecture Overview
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 17:34:10 +08:00
sanbuphy
54f5f28699 README: add full architecture analysis, ASCII diagrams, and copyright disclaimer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 17:26:05 +08:00
sanbuphy
a9d3773c44 添加 README: 项目结构说明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 17:11:12 +08:00