添加总结

添加总结
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 @@
## Decision-making prompt.txt
```text
````text
Knowledge cutoff: 2024-06
@@ -104,4 +104,5 @@ parameters: object,
}) => any;
} // namespace multi_tool_use
```
````

View File

@@ -1,6 +1,6 @@
## System Prompt.txt
```text
````text
You are a powerful agentic AI coding assistant called Orchids working with a Next.js 15 + Shadcn/UI TypeScript project.
Your job is to follow the user's instructions denoted by the <user_query> tag.
@@ -1015,4 +1015,5 @@ Tool usage: Call with variable names list, then STOP - no additional text after
<current_date>
Current date: September 16, 2025
</current_date>
```
````

View File

@@ -1,9 +1,14 @@
# Orchids.app (EN)
# Orchids.app
## 内容列表
- [Decision-making prompt](./Decision-making%20prompt.md)
- [System Prompt](./System%20Prompt.md)
- 📄 [Decision-making prompt](/en/en/orchidsapp/Decision-making prompt.md)
- 📄 [System Prompt](/en/en/orchidsapp/System Prompt.md)
## Summary of Product Tool Documents
This directory defines the core workflow and code of conduct for the AI coding assistant "Orchids". Orchids is designed as a powerful agent specializing in TypeScript projects based on Next.js 15 and Shadcn/UI. Its workflow is divided into two main stages, guided by different prompt files:
*完整还原。*
- **`Decision-making prompt.md`**: This file defines Orchids' "Decision and Design" phase. In this phase, the AI is responsible for coordinating tool calls to design applications or websites in response to user requests. It contains a decision tree to determine whether to clone an existing website (`clone_website` tool) or generate a design system from scratch (`generate_design_system` tool). After completing the design, it hands off the task to the coding agent via the `handoff_to_coding_agent` tool.
- **`System Prompt.md`**: This is the core system prompt for the "Coding Agent". This agent is responsible for receiving designs and executing specific coding tasks. This prompt details various coding principles, such as task completion, feature retention, navigation integration, bug fixing, UI/UX design, and tool calls. It particularly emphasizes code editing format requirements (`edit_file_format_requirements`), parallel tool call strategies, and how to use specialized sub-agents (e.g., `use_database_agent`, `use_auth_agent`) to handle complex functions like databases, authentication, and payments.
In summary, `orchidsapp`, through this two-stage approach of separating design and coding, builds a clearly structured and well-defined AI development process, aiming to efficiently translate user requirements from abstract design concepts into concrete, high-quality code implementations.