From b17913e26fd4278ad5cd4b32ed3bde86bf1444e9 Mon Sep 17 00:00:00 2001 From: abel533 Date: Thu, 2 Apr 2026 20:59:14 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=88=86=E6=94=AF=E8=AF=B4=E6=98=8E=EF=BC=8C=E5=8C=85=E5=90=AB?= =?UTF-8?q?=20main/claude/learn=20=E4=B8=89=E4=B8=AA=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E4=BB=8B=E7=BB=8D=E5=92=8C=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aebea42..4b9b9a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +> **📌 仓库分支说明** +> +> 本仓库包含三个独立分支,围绕 Claude Code 展开不同维度的工作: +> +> | 分支 | 说明 | +> |------|------| +> | [`main`](../../tree/main) | **Claude Code Java** — 使用 Java + Spring AI 重写的 Claude Code CLI AI 编码助手 | +> | [`claude`](../../tree/claude) | **Claude Code 源码** — Claude Code TypeScript 源码快照,用于安全研究和架构学习(当前分支) | +> | [`learn`](../../tree/learn) | **Learn Claude Code** — 拆解 Claude Code Agent Harness 架构的教学项目,含 12 节渐进式课程 | + # Claude Code Source Snapshot for Security Research > This repository mirrors a **publicly exposed Claude Code source snapshot** that became accessible on **March 31, 2026** through a source map exposure in the npm distribution. It is maintained for **educational, defensive security research, and software supply-chain analysis**.