From 53faa8b2162fc7a4dce2e79b55b7101bb8f9e2bf Mon Sep 17 00:00:00 2001 From: Shangding Gu Date: Sat, 4 Apr 2026 17:30:24 -0700 Subject: [PATCH] Fix links in README for analysis documents Updated links in the README to point to the correct file paths. --- docs/cc_analysis/analysis_20260401/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/cc_analysis/analysis_20260401/README.md b/docs/cc_analysis/analysis_20260401/README.md index a855327..b149d57 100644 --- a/docs/cc_analysis/analysis_20260401/README.md +++ b/docs/cc_analysis/analysis_20260401/README.md @@ -5,16 +5,16 @@ | -------- | ------- | | [Claude Code 上下文管理算法学习笔记](https://github.com/chauncygu/collection-claude-code-source-code/blob/main/docs/cc_analysis/analysis_20260401/Claude_Code_Context_Management_Notes.md) | Step-by-step walkthrough of the context management algorithm: `autoCompact`, micro/reactive/trimmed compression strategies, and `toolResultStorage` | | [Claude Code 多 Agent 架构深度分析](claude-code-multi-agent-architecture.md) | Deep analysis of the multi-agent architecture across 37+ files: `src/utils/swarm/`, `AgentTool/`, `coordinator/` | -| [Claude Code 值得借鉴的算法与设计模式](docs/cc_analysis/analysis_20260401/Claude_Code_Notable_Algorithms.md) | Notable algorithms and design patterns worth borrowing from the source (complements the context management notes) | +| [Claude Code 值得借鉴的算法与设计模式](Claude_Code_Notable_Algorithms.md) | Notable algorithms and design patterns worth borrowing from the source (complements the context management notes) | | [Claude Code 自动回滚机制解析与版本切换指南](docs/cc_analysis/analysis_20260401/Claude-Code-Version-Rollback.md) | How the automatic rollback mechanism works and a practical version-switching guide | -| [Claude Code 上下文压缩算法深度分析](docs/cc_analysis/analysis_20260401/Claude_Code上下文压缩算法深度分析.md) | Detailed reverse-engineering of the 11-file `src/services/compact/` compression pipeline | +| [Claude Code 上下文压缩算法深度分析](Claude_Code上下文压缩算法深度分析.md) | Detailed reverse-engineering of the 11-file `src/services/compact/` compression pipeline | | [Claude Code 是否偷换模型?模型切换机制深度分析](docs/cc_analysis/analysis_20260401/Claude_Code模型切换机制深度分析.md) | Source-level analysis of model-selection logic: `model.ts`, `withRetry.ts`, and `claude.ts` | -| [Claude Code Memory 记忆系统深度分析](docs/cc_analysis/analysis_20260401/Claude_Code记忆系统深度分析.md) | Full analysis of the 7-layer memory system: `memdir/`, `extractMemories/`, `SessionMemory/`, `teamMemorySync/` | -| [Claude Code 隐藏高级功能全景图](docs/cc_analysis/analysis_20260401/Claude_Code隐藏高级功能全景图.md) | Map of 55+ feature flags, 20+ hidden commands, and several undisclosed subsystems | -| [Claude Code 默认 Effort Level 设置笔记](docs/cc_analysis/analysis_20260401/Claude%20Code%20默认%20Effort%20Level%20设置笔记.md) | How to persist `/effort max` across sessions (default resets to `medium` on restart) | -| [清除 Claude Code 追踪数据指南](docs/cc_analysis/analysis_20260401/清除Claude_Code追踪数据指南.md) | macOS guide for clearing telemetry and tracking data stored by Claude Code | -| [Claude Code 深度分析报告 (PDF)](docs/cc_analysis/analysis_20260401/Claude_Code_深度分析报告.pdf) | Comprehensive analysis report in PDF format (Chinese) | -| [Claude Code Deep Analysis Report (PDF)](docs/cc_analysis/analysis_20260401/Claude_Code_Deep_Analysis_Report.pdf) | Comprehensive analysis report in PDF format (English) | +| [Claude Code Memory 记忆系统深度分析](Claude_Code记忆系统深度分析.md) | Full analysis of the 7-layer memory system: `memdir/`, `extractMemories/`, `SessionMemory/`, `teamMemorySync/` | +| [Claude Code 隐藏高级功能全景图](Claude_Code隐藏高级功能全景图.md) | Map of 55+ feature flags, 20+ hidden commands, and several undisclosed subsystems | +| [Claude Code 默认 Effort Level 设置笔记](Claude%20Code%20默认%20Effort%20Level%20设置笔记.md) | How to persist `/effort max` across sessions (default resets to `medium` on restart) | +| [清除 Claude Code 追踪数据指南](清除Claude_Code追踪数据指南.md) | macOS guide for clearing telemetry and tracking data stored by Claude Code | +| [Claude Code 深度分析报告 (PDF)](Claude_Code_深度分析报告.pdf) | Comprehensive analysis report in PDF format (Chinese) | +| [Claude Code Deep Analysis Report (PDF)](Claude_Code_Deep_Analysis_Report.pdf) | Comprehensive analysis report in PDF format (English) | ---