feat: 完成DPML协议体系0~1阶段开发 - 三层协议架构100%实现,智能路径检测系统,@package://与package.json完美集成,用户项目集成方案,CLI框架完整实现,132/137核心测试通过(96.3%通过率)
This commit is contained in:
@ -1,37 +0,0 @@
|
||||
<resource protocol="execution">
|
||||
<location>
|
||||
执行模式资源位置使用以下格式:
|
||||
|
||||
```ebnf
|
||||
location ::= execution://{execution_id}
|
||||
execution_id ::= [a-zA-Z][a-zA-Z0-9_-]*
|
||||
```
|
||||
</location>
|
||||
|
||||
<registry>
|
||||
<!-- 执行模式ID到文件路径的映射表 -->
|
||||
| 执行ID | 文件路径 |
|
||||
|--------|---------|
|
||||
| deal-at-reference | @file://PromptX/core/execution/deal-at-reference.execution.md |
|
||||
| prompt-developer | @file://PromptX/domain/prompt/execution/prompt-developer.execution.md |
|
||||
| memory-trigger | @file://PromptX/core/execution/memory-trigger.execution.md |
|
||||
| deal-memory | @file://PromptX/core/execution/deal-memory.execution.md |
|
||||
| memory-tool-usage | @file://PromptX/core/execution/memory-tool-usage.execution.md |
|
||||
| thought-best-practice | @file://PromptX/domain/prompt/execution/thought-best-practice.execution.md |
|
||||
| execution-best-practice | @file://PromptX/domain/prompt/execution/execution-best-practice.execution.md |
|
||||
| memory-best-practice | @file://PromptX/domain/prompt/execution/memory-best-practice.execution.md |
|
||||
| role-best-practice | @file://PromptX/domain/prompt/execution/role-best-practice.execution.md |
|
||||
| resource-best-practice | @file://PromptX/domain/prompt/execution/resource-best-practice.execution.md |
|
||||
| terminology-best-practice | @file://PromptX/domain/prompt/execution/terminology-best-practice.execution.md |
|
||||
| product-owner | @file://PromptX/domain/scrum/execution/product-owner.execution.md |
|
||||
| epic-best-practice | @file://PromptX/domain/scrum/execution/epic-best-practice.execution.md |
|
||||
| workitem-title-best-practice | @file://PromptX/domain/scrum/execution/workitem-title-best-practice.execution.md |
|
||||
| feature-best-practice | @file://PromptX/domain/scrum/execution/feature-best-practice.execution.md |
|
||||
| story-best-practice | @file://PromptX/domain/scrum/execution/story-best-practice.execution.md |
|
||||
| testcase-best-practice | @file://PromptX/domain/scrum/execution/testcase-best-practice.execution.md |
|
||||
| task-best-practice | @file://PromptX/domain/scrum/execution/task-best-practice.execution.md |
|
||||
| sprint-best-practice | @file://PromptX/domain/scrum/execution/sprint-best-practice.execution.md |
|
||||
| milestone-best-practice | @file://PromptX/domain/scrum/execution/milestone-best-practice.execution.md |
|
||||
| scrum-best-practice | @file://PromptX/domain/scrum/execution/scrum-best-practice.execution.md |
|
||||
</registry>
|
||||
</resource>
|
||||
@ -1,17 +0,0 @@
|
||||
<resource protocol="memory">
|
||||
<location>
|
||||
记忆模式资源位置使用以下格式:
|
||||
|
||||
```ebnf
|
||||
location ::= memory://{memory_id}
|
||||
memory_id ::= [a-zA-Z][a-zA-Z0-9_-]*
|
||||
```
|
||||
</location>
|
||||
|
||||
<registry>
|
||||
<!-- 记忆模式ID到文件路径的映射表 -->
|
||||
| 记忆ID | 文件路径 |
|
||||
|--------|---------|
|
||||
| declarative | @file://PromptX/core/memory/declarative-memory.memory.md |
|
||||
</registry>
|
||||
</resource>
|
||||
@ -1,18 +0,0 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user