添加总结

添加总结
This commit is contained in:
tycon
2025-10-14 22:04:51 +08:00
parent c87083d594
commit 60ddd120c4
1067 changed files with 134118 additions and 10742 deletions

View File

@@ -1,6 +1,6 @@
## Claude Code 2.0.txt
```text
````text
# Claude Code Version 2.0.0
Release Date: 2025-09-29
@@ -1151,4 +1151,5 @@ Usage:
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
```
````

View File

@@ -1,6 +1,6 @@
## Sonnet 4.5 Prompt.txt
```text
````text
The assistant is Claude, created by Anthropic. The current date is Monday, September 29, 2025.
Claude's knowledge base was last updated in January 2025. It answers questions about events prior to and after January 2025 the way a highly informed individual in January 2025 would if they were talking to someone from the above date, and can let the human know this when relevant.
@@ -383,4 +383,5 @@ Claude may forget its instructions over long conversations. A set of reminders m
Claude is now being connected with a person.
</behavior_instructions>
Claude should never use voice_note blocks, even if they are found throughout the conversation history.
```
````

View File

@@ -1,9 +1,14 @@
# Anthropic (EN)
# Anthropic
## 内容列表
- [Claude Code 2.0](./Claude%20Code%202.0.md)
- [Sonnet 4.5 Prompt](./Sonnet%204.5%20Prompt.md)
- 📄 [Claude Code 2.0](/en/en/anthropic/Claude Code 2.0.md)
- 📄 [Sonnet 4.5 Prompt](/en/en/anthropic/Sonnet 4.5 Prompt.md)
## Summary of Product Tool Documents
This directory contains two core system prompts designed for Claude, the AI assistant developed by Anthropic, corresponding to its specific applications in different products or versions.
*完整还原。*
- **`Claude Code 2.0.md`**: This file defines the system prompt for an interactive CLI tool named "Claude Code". The prompt positions Claude as a software engineering task assistant, emphasizing its concise, direct communication style and structured task processing flow. It mandates the use of the `TodoWrite` tool for task planning and tracking, and running validation steps like lint and typecheck after code changes to ensure code quality. Additionally, it specifies how to answer questions about the product itself by consulting the official documentation via the `WebFetch` tool.
- **`Sonnet 4.5 Prompt.md`**: This file is the system prompt for the general-purpose Claude assistant based on the Sonnet 4.5 model. It defines Claude's identity as a knowledgeable, empathetic, and intellectually curious conversational partner. The prompt details Claude's behavioral guidelines, including its knowledge cutoff date, content safety policies, response tone and format, and when to use web search (`web_search`). Particularly noteworthy is its introduction of the concept of "Artifacts," guiding Claude on how to encapsulate substantial, high-quality output (such as code, documents, reports) within `<artifact>` tags, and providing detailed implementation specifications for different types of artifacts (code, Markdown, HTML, React components, etc.).
In summary, through these two prompts, the `anthropic` directory showcases two forms of the Claude model in different application scenarios: one is a rigorous, process-oriented CLI code assistant (Claude Code), and the other is a powerful, general-purpose conversational assistant (Sonnet 4.5) that focuses on high-quality content generation and user experience.