-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathLICENSE
More file actions
74 lines (46 loc) · 1.84 KB
/
LICENSE
File metadata and controls
74 lines (46 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 许可证说明 (License)
---
## 版权声明
**© Anthropic PBC. All rights reserved.**
本项目包含的所有源码、二进制文件、文档和其他内容的版权均归 Anthropic PBC 所有。
---
## 使用条款
使用本项目需遵守 Anthropic 的使用条款:
https://code.claude.com/docs/en/legal-and-compliance
---
## 免责声明
1. **非官方项目**: 本项目不是 Anthropic 官方项目,而是社区驱动的学习和研究项目。
2. **仅供学习**: 本项目的源码恢复工作仅供学习和研究使用,不得用于商业目的。
3. **无担保**: 本项目按"原样"提供,不提供任何形式的担保,包括但不限于适销性、特定用途适用性和非侵权的担保。
4. **责任限制**: 在任何情况下,Anthropic 或本项目的贡献者都不对因使用本项目而产生的任何直接、间接、偶然、特殊或后果性损害负责。
---
## 源码恢复说明
本项目的 TypeScript 源码是从 Anthropic 官方 npm 包 (`@anthropic-ai/claude-code@2.1.88`) 的 source map 中恢复的。
恢复过程:
1. 从 npm 下载 `@anthropic-ai/claude-code@2.1.88`
2. 解压 tarball 获取 `cli.js` 和 `cli.js.map`
3. 从 `cli.js.map` 的 `sourcesContent` 字段提取源码
4. 按照 `sources` 字段的路径恢复目录结构
---
## 插件版权
本项目包含的 13 个官方插件同样版权归 Anthropic PBC 所有:
- agent-sdk-dev
- claude-opus-4-5-migration
- code-review
- commit-commands
- explanatory-output-style
- feature-dev
- frontend-design
- hookify
- learning-output-style
- plugin-dev
- pr-review-toolkit
- ralph-wiggum
- security-guidance
---
## 联系方式
如有版权问题或其他疑问,请联系:
- Anthropic 官方: https://www.anthropic.com/
- 法律与合规: https://code.claude.com/docs/en/legal-and-compliance
---
*本文件最后更新: 2026-03-31*