Make doc tree filenames clickable links with bilingual annotations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sanbuphy
2026-03-31 20:03:59 +08:00
parent 167f4d20e6
commit 74f80e0e6c
2 changed files with 28 additions and 24 deletions

View File

@@ -24,21 +24,23 @@ Source code analysis reports derived from decompiled v2.1.88. Bilingual (EN/ZH).
```
docs/
├── en/ # English
│ ├── 01-telemetry-and-privacy.md # Telemetry & Privacy — two-tier analytics pipeline, what's collected, why you can't opt out
│ ├── 02-hidden-features-and-codenames.md# Hidden Features — model codenames (Capybara/Tengu/Numbat), feature flags, internal vs external user differences
│ ├── 03-undercover-mode.md # Undercover Mode — how Anthropic employees hide AI authorship in open-source repos
│ ├── 04-remote-control-and-killswitches.md # Remote Control — managed settings (accept or die), killswitches, model overrides
│ └── 05-future-roadmap.md # Future Roadmap — Numbat (next model), KAIROS autonomous agent, voice mode, unreleased tools
├── en/ # English
│ ├── [01-telemetry-and-privacy.md] # Telemetry & Privacy — what's collected, why you can't opt out
│ ├── [02-hidden-features-and-codenames.md] # Codenames (Capybara/Tengu/Numbat), feature flags, internal vs external
│ ├── [03-undercover-mode.md] # Undercover Mode — hiding AI authorship in open-source repos
│ ├── [04-remote-control-and-killswitches.md]# Remote Control — managed settings, killswitches, model overrides
│ └── [05-future-roadmap.md] # Future Roadmap — Numbat, KAIROS, voice mode, unreleased tools
└── zh/ # 中文
├── 01-遥测与隐私分析.md # 同上,中文版
├── 02-隐藏功能与模型代号.md
├── 03-卧底模式分析.md
├── 04-远程控制与紧急开关.md
└── 05-未来路线图.md
└── zh/ # 中文
├── [01-遥测与隐私分析.md] # 遥测与隐私 — 收集了什么,为什么无法退出
├── [02-隐藏功能与模型代号.md] # 隐藏功能 — 模型代号feature flag内外用户差异
├── [03-卧底模式分析.md] # 卧底模式 — 在开源项目中隐藏 AI 身份
├── [04-远程控制与紧急开关.md] # 远程控制 — 托管设置,紧急开关,模型覆盖
└── [05-未来路线图.md] # 未来路线图 — NumbatKAIROS语音模式未上线工具
```
> Click any filename above to jump to the full report.
| # | Topic | Key Findings |
|---|-------|-------------|
| 01 | **Telemetry & Privacy** | Two analytics sinks (1P → Anthropic, Datadog). Environment fingerprint, process metrics, repo hash on every event. **No UI-exposed opt-out** for 1st-party logging. `OTEL_LOG_TOOL_DETAILS=1` enables full tool input capture. |