Commit Graph

9 Commits

Author SHA1 Message Date
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
de14c0ace8 Add source code analysis docs: telemetry, codenames, undercover mode, remote control, roadmap
5 bilingual (EN/ZH) analysis documents covering:
- Telemetry & privacy (opt-out-free data collection)
- Hidden features & model codenames (Tengu, Capybara, Fennec, Numbat)
- Undercover mode (AI attribution stripping in open-source)
- Remote control & killswitches (managed settings, feature flags)
- Future roadmap (Numbat model, KAIROS autonomous mode, voice input)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 19:41:11 +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
sanbuphy
a988ee13cb v2.1.88 反编译源码
从 npm 包 @anthropic-ai/claude-code 2.1.88 版本提取的反编译源码
包含 src/ 目录下的 TypeScript 源文件及 vendor/ 原生模块源码

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 17:08:54 +08:00