This commit is contained in:
fengmengqi 2026-04-03 22:30:38 +08:00
parent a7be3ac31f
commit 96ccd226c5

View File

@ -1,17 +1,16 @@
# Claw Code 重构版 # Claw Code
本项目已根据不同实现语言和任务目标进行了重构,并分布在不同的分支中。 本项目为不同实现语言和任务目标进行了重构版本,并分布在不同的分支中。
## 🚀 分支信息 ## 🚀 分支信息
- **[源分支](https://git.asfmq.cn/fmq/claudecode/src/branch/nodejs)**: 原始的nodejs版本
- **[Python 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/python)**: 包含原始的 Python 净室重写版本及配套编排工具。 - **[Python 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/python)**: 包含原始的 Python 净室重写版本及配套编排工具。
- **[Rust 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/rust)**: 包含高性能的 Rust 实现版,包括 `claw` 命令行工具和会话运行时。 - **[Rust 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/rust)**: 包含高性能的 Rust 实现版,包括 `claw` 命令行工具和会话运行时。
## 🛠 项目布局 ## 🛠 项目布局
- `main`: 当前主入口,仅包含项目结构说明。 - `main`: 当前主入口,仅包含项目结构说明。
- `nodejs`: 原始的nodejs版本
- `python`: Python 源代码、测试及任务定义。 - `python`: Python 源代码、测试及任务定义。
- `rust`: Rust 工作区,包含 API、Runtime、CLI 等所有核心 crate。 - `rust`: Rust 工作区,包含 API、Runtime、CLI 等所有核心 crate。
---
*由 Antigravity AI 助手自动生成/整理。*