删除执行、记忆和思维模式资源文档,清理不再使用的内容,以提高代码库的可维护性。同时在提示词开发者角色文档中新增最佳实践部分,提升文档的实用性和清晰度。

This commit is contained in:
sean
2025-05-20 17:34:27 +08:00
parent 4599e88db1
commit 9d173bc3d1
9 changed files with 755 additions and 2 deletions

View File

@ -0,0 +1,17 @@
<resource protocol="thought">
<location>
思维模式资源位置使用以下格式:
```ebnf
location ::= thought://{thought_id}
thought_id ::= [a-zA-Z][a-zA-Z0-9_-]*
```
</location>
<registry>
<!-- 思维模式ID到文件路径的映射表 -->
| 思维ID | 文件路径 |
|--------|---------|
| prompt-developer | @file://PromptX/domain/prompt/thought/prompt-developer.thought.md |
</registry>
</resource>