feat: 完成DPML协议体系0~1阶段开发 - 三层协议架构100%实现,智能路径检测系统,@package://与package.json完美集成,用户项目集成方案,CLI框架完整实现,132/137核心测试通过(96.3%通过率)

This commit is contained in:
sean
2025-05-31 13:03:26 +08:00
parent 3338b7c21f
commit be285f55b8
89 changed files with 6071 additions and 467 deletions

View File

@ -0,0 +1,18 @@
<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 |
| product-owner | @file://PromptX/domain/scrum/thought/product-owner.thought.md |
</registry>
</resource>