3 Commits

Author SHA1 Message Date
7b1b4b7a6d Merge develop to staging: 核心功能增强与bug修复 (#77)
* 重构ActionCommand和LearnCommand,更新DPMLContentParser和SemanticRenderer的导入路径,确保模块结构一致性。删除不再使用的DPMLContentParser和SemanticRenderer文件,优化代码结构,提升可维护性。

* 重构PromptX资源协议系统,采用极简两层协议架构,删除不必要的语义层,优化路径解析和资源加载流程。引入AI协作优化,支持直接生成完整协议路径,提升系统性能和用户体验。整体架构简化60%,实现零配置启动,显著降低内存占用和启动时间。

* optimize:优化女娲提示词

* Optimize:更新记忆策略文档,增加角色专业记忆的独特价值和工作流程,强调角色记忆与客户端记忆的差异,优化记忆引导话术和决策规则,以提升用户对专业记忆系统的理解和应用。

* feature:增加 Sean 角色

* optimize:优化记忆格式化逻辑,确保完整记忆内容不被截断,同时更新工具定义中的描述,增强用户对记忆回想器的理解和使用指导。

* feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

* feat: 在MCPServerCommand和MCPStreamableHttpCommand中添加'promptx_dacp'参数映射,同时在DACPCommand中优化参数处理逻辑,以支持数组参数的正确解析。

* feat: 更新DACP演示服务,重命名服务和描述,简化功能,删除不必要的日历和文档操作,增强演示效果。同时,优化了API接口和README文档,确保用户更易于理解和使用。

* feat: 添加DACP邮件发送功能,支持真实发送与Demo模式,增强邮件发送的配置管理和错误提示,优化用户体验。

* feat: 更新女娲和Sean角色文档,增强角色身份、核心特质和决策框架的描述,优化内容结构,提升用户理解和使用体验。同时,更新产品哲学知识体系,明确矛盾驱动和简洁性原则的应用。

* Add product management submodule

* fix: 修复 recall 和 learn 的 bug

* refactor: 把 hello 改成 welcome

* feat: 添加DACP服务启动脚本和测试命令,更新相关依赖,优化配置文件路径处理

* fix: 更新pnpm-lock.yaml以匹配DACP依赖,解决CI中--frozen-lockfile的错误

* 更新DACP白皮书的更新日期至2025-01-19;在DACPConfigManager中优化配置管理,支持项目级和用户级配置的优先级处理,增强错误提示信息,更新相关方法以支持异步操作。

* fix: 统一Pouch命令路径获取机制,解决Issue #69记忆持久化问题

修复多实例MCP环境下的路径不一致问题:
- RememberCommand: 使用ResourceManager替代DirectoryService直接调用
- RecallCommand: 使用ResourceManager替代DirectoryService直接调用
- RegisterCommand: 使用ResourceManager+DirectoryService统一路径获取

核心改进:
1. 所有命令现在使用相同的getGlobalResourceManager()初始化
2. 通过resourceManager.initializeWithNewArchitecture()确保路径一致性
3. 实现"要对一起对,要错一起错"的一致性原则

测试验证:
- 记忆写入和读取使用相同项目路径
- 多实例环境下路径解析行为完全一致
- 向后兼容,无破坏性变更

Fixes #69

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* doc: 新增“女娲”使用心得 (#73)

* feat:添加女娲的使用心得
refactor:readme最新版本同步到英文版

* docs: 添加社区教程与案例部分,包含基于PromptX架构的MCP工具开发实践经验

* Staging (#71)

* Develop (#66)

* 重构ActionCommand和LearnCommand,更新DPMLContentParser和SemanticRenderer的导入路径,确保模块结构一致性。删除不再使用的DPMLContentParser和SemanticRenderer文件,优化代码结构,提升可维护性。

* 重构PromptX资源协议系统,采用极简两层协议架构,删除不必要的语义层,优化路径解析和资源加载流程。引入AI协作优化,支持直接生成完整协议路径,提升系统性能和用户体验。整体架构简化60%,实现零配置启动,显著降低内存占用和启动时间。

* optimize:优化女娲提示词

* Optimize:更新记忆策略文档,增加角色专业记忆的独特价值和工作流程,强调角色记忆与客户端记忆的差异,优化记忆引导话术和决策规则,以提升用户对专业记忆系统的理解和应用。

* feature:增加 Sean 角色

* optimize:优化记忆格式化逻辑,确保完整记忆内容不被截断,同时更新工具定义中的描述,增强用户对记忆回想器的理解和使用指导。

* feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

* feat: 在MCPServerCommand和MCPStreamableHttpCommand中添加'promptx_dacp'参数映射,同时在DACPCommand中优化参数处理逻辑,以支持数组参数的正确解析。

* feat: 更新DACP演示服务,重命名服务和描述,简化功能,删除不必要的日历和文档操作,增强演示效果。同时,优化了API接口和README文档,确保用户更易于理解和使用。

* feat: 添加DACP邮件发送功能,支持真实发送与Demo模式,增强邮件发送的配置管理和错误提示,优化用户体验。

* feat: 更新女娲和Sean角色文档,增强角色身份、核心特质和决策框架的描述,优化内容结构,提升用户理解和使用体验。同时,更新产品哲学知识体系,明确矛盾驱动和简洁性原则的应用。

* Add product management submodule

* fix: 修复 recall 和 learn 的 bug

* refactor: 把 hello 改成 welcome

* feat: 添加DACP服务启动脚本和测试命令,更新相关依赖,优化配置文件路径处理

* fix: 更新pnpm-lock.yaml以匹配DACP依赖,解决CI中--frozen-lockfile的错误

* 更新DACP白皮书的更新日期至2025-01-19;在DACPConfigManager中优化配置管理,支持项目级和用户级配置的优先级处理,增强错误提示信息,更新相关方法以支持异步操作。

* Develop (#70)

* 重构ActionCommand和LearnCommand,更新DPMLContentParser和SemanticRenderer的导入路径,确保模块结构一致性。删除不再使用的DPMLContentParser和SemanticRenderer文件,优化代码结构,提升可维护性。

* 重构PromptX资源协议系统,采用极简两层协议架构,删除不必要的语义层,优化路径解析和资源加载流程。引入AI协作优化,支持直接生成完整协议路径,提升系统性能和用户体验。整体架构简化60%,实现零配置启动,显著降低内存占用和启动时间。

* optimize:优化女娲提示词

* Optimize:更新记忆策略文档,增加角色专业记忆的独特价值和工作流程,强调角色记忆与客户端记忆的差异,优化记忆引导话术和决策规则,以提升用户对专业记忆系统的理解和应用。

* feature:增加 Sean 角色

* optimize:优化记忆格式化逻辑,确保完整记忆内容不被截断,同时更新工具定义中的描述,增强用户对记忆回想器的理解和使用指导。

* feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

* feat: 在MCPServerCommand和MCPStreamableHttpCommand中添加'promptx_dacp'参数映射,同时在DACPCommand中优化参数处理逻辑,以支持数组参数的正确解析。

* feat: 更新DACP演示服务,重命名服务和描述,简化功能,删除不必要的日历和文档操作,增强演示效果。同时,优化了API接口和README文档,确保用户更易于理解和使用。

* feat: 添加DACP邮件发送功能,支持真实发送与Demo模式,增强邮件发送的配置管理和错误提示,优化用户体验。

* feat: 更新女娲和Sean角色文档,增强角色身份、核心特质和决策框架的描述,优化内容结构,提升用户理解和使用体验。同时,更新产品哲学知识体系,明确矛盾驱动和简洁性原则的应用。

* Add product management submodule

* fix: 修复 recall 和 learn 的 bug

* refactor: 把 hello 改成 welcome

* feat: 添加DACP服务启动脚本和测试命令,更新相关依赖,优化配置文件路径处理

* fix: 更新pnpm-lock.yaml以匹配DACP依赖,解决CI中--frozen-lockfile的错误

* 更新DACP白皮书的更新日期至2025-01-19;在DACPConfigManager中优化配置管理,支持项目级和用户级配置的优先级处理,增强错误提示信息,更新相关方法以支持异步操作。

* fix: 统一Pouch命令路径获取机制,解决Issue #69记忆持久化问题

修复多实例MCP环境下的路径不一致问题:
- RememberCommand: 使用ResourceManager替代DirectoryService直接调用
- RecallCommand: 使用ResourceManager替代DirectoryService直接调用
- RegisterCommand: 使用ResourceManager+DirectoryService统一路径获取

核心改进:
1. 所有命令现在使用相同的getGlobalResourceManager()初始化
2. 通过resourceManager.initializeWithNewArchitecture()确保路径一致性
3. 实现"要对一起对,要错一起错"的一致性原则

测试验证:
- 记忆写入和读取使用相同项目路径
- 多实例环境下路径解析行为完全一致
- 向后兼容,无破坏性变更

Fixes #69

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

* 更新README文件,替换女娲创造工坊的logo图片,添加社区教程与案例部分,展示基于PromptX架构的MCP工具开发经验,提升内容的可读性和用户体验。

* 更新README文件,优化“女娲”功能的描述,强调其无需编程知识即可使用的便利性,并介绍其创建“小红书营销”专家的能力,提升内容的清晰度和用户体验。

---------

Co-authored-by: Sean <sean@deepracticex.com>
Co-authored-by: coso <wutongci@example.com>
Co-authored-by: Claude <noreply@anthropic.com>

* refactor: 优化DACP工具提示词,去除诱导性描述

- 将DACP工具描述从功能介绍改为使用条件
- 强调需要专业知识才能正确使用
- 避免AI在不了解服务配置时盲目尝试
- 符合"先学会使用工具再做事"的设计理念

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Optimize:优化女娲提示词,为 Sean 添加 Github Issues 矛盾分析方法论

* fix: 修复 这几个命令使用了废弃的项目路径定位方案

* Optimize: 优化 sean 提示词

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: AgustD <100462005+lsh2002@users.noreply.github.com>
Co-authored-by: coso <wutongci@example.com>
2025-06-22 14:16:21 +08:00
f7436ffdce Develop (#70)
* 重构ActionCommand和LearnCommand,更新DPMLContentParser和SemanticRenderer的导入路径,确保模块结构一致性。删除不再使用的DPMLContentParser和SemanticRenderer文件,优化代码结构,提升可维护性。

* 重构PromptX资源协议系统,采用极简两层协议架构,删除不必要的语义层,优化路径解析和资源加载流程。引入AI协作优化,支持直接生成完整协议路径,提升系统性能和用户体验。整体架构简化60%,实现零配置启动,显著降低内存占用和启动时间。

* optimize:优化女娲提示词

* Optimize:更新记忆策略文档,增加角色专业记忆的独特价值和工作流程,强调角色记忆与客户端记忆的差异,优化记忆引导话术和决策规则,以提升用户对专业记忆系统的理解和应用。

* feature:增加 Sean 角色

* optimize:优化记忆格式化逻辑,确保完整记忆内容不被截断,同时更新工具定义中的描述,增强用户对记忆回想器的理解和使用指导。

* feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

* feat: 在MCPServerCommand和MCPStreamableHttpCommand中添加'promptx_dacp'参数映射,同时在DACPCommand中优化参数处理逻辑,以支持数组参数的正确解析。

* feat: 更新DACP演示服务,重命名服务和描述,简化功能,删除不必要的日历和文档操作,增强演示效果。同时,优化了API接口和README文档,确保用户更易于理解和使用。

* feat: 添加DACP邮件发送功能,支持真实发送与Demo模式,增强邮件发送的配置管理和错误提示,优化用户体验。

* feat: 更新女娲和Sean角色文档,增强角色身份、核心特质和决策框架的描述,优化内容结构,提升用户理解和使用体验。同时,更新产品哲学知识体系,明确矛盾驱动和简洁性原则的应用。

* Add product management submodule

* fix: 修复 recall 和 learn 的 bug

* refactor: 把 hello 改成 welcome

* feat: 添加DACP服务启动脚本和测试命令,更新相关依赖,优化配置文件路径处理

* fix: 更新pnpm-lock.yaml以匹配DACP依赖,解决CI中--frozen-lockfile的错误

* 更新DACP白皮书的更新日期至2025-01-19;在DACPConfigManager中优化配置管理,支持项目级和用户级配置的优先级处理,增强错误提示信息,更新相关方法以支持异步操作。

* fix: 统一Pouch命令路径获取机制,解决Issue #69记忆持久化问题

修复多实例MCP环境下的路径不一致问题:
- RememberCommand: 使用ResourceManager替代DirectoryService直接调用
- RecallCommand: 使用ResourceManager替代DirectoryService直接调用
- RegisterCommand: 使用ResourceManager+DirectoryService统一路径获取

核心改进:
1. 所有命令现在使用相同的getGlobalResourceManager()初始化
2. 通过resourceManager.initializeWithNewArchitecture()确保路径一致性
3. 实现"要对一起对,要错一起错"的一致性原则

测试验证:
- 记忆写入和读取使用相同项目路径
- 多实例环境下路径解析行为完全一致
- 向后兼容,无破坏性变更

Fixes #69

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-06-20 12:24:45 +08:00
0e6c389c41 Develop (#66)
* 重构ActionCommand和LearnCommand,更新DPMLContentParser和SemanticRenderer的导入路径,确保模块结构一致性。删除不再使用的DPMLContentParser和SemanticRenderer文件,优化代码结构,提升可维护性。

* 重构PromptX资源协议系统,采用极简两层协议架构,删除不必要的语义层,优化路径解析和资源加载流程。引入AI协作优化,支持直接生成完整协议路径,提升系统性能和用户体验。整体架构简化60%,实现零配置启动,显著降低内存占用和启动时间。

* optimize:优化女娲提示词

* Optimize:更新记忆策略文档,增加角色专业记忆的独特价值和工作流程,强调角色记忆与客户端记忆的差异,优化记忆引导话术和决策规则,以提升用户对专业记忆系统的理解和应用。

* feature:增加 Sean 角色

* optimize:优化记忆格式化逻辑,确保完整记忆内容不被截断,同时更新工具定义中的描述,增强用户对记忆回想器的理解和使用指导。

* feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

* feat: 在MCPServerCommand和MCPStreamableHttpCommand中添加'promptx_dacp'参数映射,同时在DACPCommand中优化参数处理逻辑,以支持数组参数的正确解析。

* feat: 更新DACP演示服务,重命名服务和描述,简化功能,删除不必要的日历和文档操作,增强演示效果。同时,优化了API接口和README文档,确保用户更易于理解和使用。

* feat: 添加DACP邮件发送功能,支持真实发送与Demo模式,增强邮件发送的配置管理和错误提示,优化用户体验。

* feat: 更新女娲和Sean角色文档,增强角色身份、核心特质和决策框架的描述,优化内容结构,提升用户理解和使用体验。同时,更新产品哲学知识体系,明确矛盾驱动和简洁性原则的应用。

* Add product management submodule

* fix: 修复 recall 和 learn 的 bug

* refactor: 把 hello 改成 welcome

* feat: 添加DACP服务启动脚本和测试命令,更新相关依赖,优化配置文件路径处理

* fix: 更新pnpm-lock.yaml以匹配DACP依赖,解决CI中--frozen-lockfile的错误

* 更新DACP白皮书的更新日期至2025-01-19;在DACPConfigManager中优化配置管理,支持项目级和用户级配置的优先级处理,增强错误提示信息,更新相关方法以支持异步操作。
2025-06-19 21:50:23 +08:00
31 changed files with 682 additions and 4285 deletions

View File

@ -1,16 +0,0 @@
{
"permissions": {
"allow": [
"Bash(promptx:*)",
"Bash(node:*)",
"Bash(mkdir:*)",
"Bash(npm test:*)",
"Bash(git restore:*)",
"Bash(rm:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(npx:*)"
],
"deny": []
}
}

782
README.md
View File

@ -1,9 +1,7 @@
<div align="center">
<img src="assets/logo/Creative PromptX Duck Logo 4.svg" alt="PromptX Logo" width="120" height="120"/>
<h1>PromptX · 领先的AI上下文工程平台</h1>
<h2>✨ Chat is all you need - 革命性交互设计让AI Agent秒变行业专家</h2>
<p><strong>核心功能模块:</strong><a href="https://github.com/Deepractice/dpml">提示词结构化协议</a> | <a href="https://github.com/Deepractice/PATEOAS">AI状态化协议</a> | 记忆系统 | 女娲角色工坊 | 鲁班工具工坊</p>
<p>基于MCP协议一行命令为Claude、Cursor等AI应用注入专业能力</p>
<h1>PromptX · AI应用原生专业能力增强系统</h1>
<p>通过MCP协议为AI应用提供专业角色、记忆管理和知识体系一行命令让任何 AI 客户端秒变专业选手。</p>
<!-- Badges -->
<p>
@ -11,7 +9,6 @@
<a href="https://www.npmjs.com/package/dpml-prompt"><img src="https://img.shields.io/npm/v/dpml-prompt?color=orange&logo=npm" alt="npm version"/></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/Deepractice/PromptX?color=blue" alt="License"/></a>
<a href="https://github.com/Deepractice/PromptX/actions"><img src="https://img.shields.io/github/actions/workflow/status/Deepractice/PromptX/ci.yml?label=CI&logo=github" alt="CI Status"/></a>
<img src="https://komarev.com/ghpvc/?username=PromptX&label=Repository%20views&color=0e75b6&style=flat" alt="Repository Views"/>
</p>
<p>
@ -23,150 +20,26 @@
---
### 🚀 **实力证明 - 真实案例数据**
### **一眼看懂 PromptX**
> **"使用 PromptX一位开发者仅三天内完成了超过一万一千行的高质量 Java 代码"**
> —— Legacy Lands 制作组核心开发者
PromptX 能做什么?简单来说,它让你的 AI 助手拥有了"大脑"和"记忆"更让你成为AI能力的创造者。
> **"MCP开发时间从40小时缩短到30分钟"**
> —— 社区开发者 coso
- **🎭 专业角色扮演**: 提供覆盖不同领域的专家角色,让 AI 的回答更专业、更深入。
- **🧠 长期记忆与知识库**: AI能够记住关键信息和你的偏好在持续的对话和工作中提供连贯、个性化的支持。
- **✨ AI角色创造工坊**: **2分钟内**将你的想法变成专业AI助手从使用者到创造者的华丽转身。
- **🔌 轻松集成**: 只需一行命令,即可为数十种主流 AI 应用(如 Claude、Cursor无缝启用这些强大功能。
<br/>
### 💬 **Chat is All you Need - 看看对话如何改变一切**
### 📸 **配置成功后的使用效果**
#### **1. 对话发现专业角色**
*只需一句话"我要发现可用角色"AI就会展示所有可用的专业领域*
<img src="assets/role-discovery.png" alt="Chat方式发现角色" width="80%">
#### **1. 发现并激活专业角色**
*使用 `promptx_welcome` 发现可用角色,再用 `promptx_action` 激活AI即刻变身领域专家。*
<img src="assets/role-discovery.png" alt="角色发现与激活" width="80%">
#### **2. 对话选择专业角色**
*看到感兴趣的专家后,直接说"激活XX专家"即可瞬间转换AI身份*
<img src="assets/role-select.png" alt="Chat方式选择激活角色" width="80%">
#### **3. 对话管理智能记忆**
*说一句"记住这个重要信息"AI就会自动保存下次对话时主动运用这些知识*
<img src="assets/remember.png" alt="Chat方式管理记忆" width="80%">
#### **💡 重要把AI当人不是软件**
看完上面的演示,你可能还在想:"具体应该说什么指令?"
**❌ 请停止这样想:**
> "什么指令能激活角色?" | "正确的命令是什么?" | "我说错了会不会失效?"
**✅ 正确的使用心态:**
> "就像和真人专家聊天一样自然" | "想到什么就说什么AI会理解你的意图" | "听不懂?换个说法再说一遍就行"
**🎯 实际例子对比:**
```
❌ 软件思维:请执行 promptx_action java-developer
✅ 人际思维我需要一个Java开发专家
✅ 人际思维帮我找个懂Java的专家
✅ 人际思维我要和Java大牛聊聊
✅ 人际思维切换到Java开发模式
```
**💬 Chat is All you Need 的真正含义:**
- 🗣️ **自然表达** - 想怎么说就怎么说,就像和朋友聊天
- 🔄 **灵活调整** - AI没听懂换个说法继续说
- 🤖 **信任AI** - 相信AI能理解你的真实意图不必拘泥于"标准用法"
- 💬 **持续对话** - 把每次交互当成和专家的连续对话,而不是一次性命令
---
## 🚀 **一键启动30秒完成配置**
### ⚙️ **快速配置**
**📋 前置要求:** 确保已安装 [Node.js](https://nodejs.org/zh-cn)(建议 v18 及以上版本)
打开配置文件,将下面的 `promptx` 配置代码复制进去。这是最简单的 **零配置模式**PromptX 会自动为您处理一切。
**推荐配置beta公测版**
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": [
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
]
}
}
}
```
<details>
<summary>📦 <strong>其他版本配置</strong></summary>
**Alpha内测版最新功能**
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": ["-y", "-f", "--registry", "https://registry.npmjs.org", "dpml-prompt@alpha", "mcp-server"]
}
}
}
```
**Latest正式版最高稳定性**
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": ["-y", "-f", "--registry", "https://registry.npmjs.org", "dpml-prompt@latest", "mcp-server"]
}
}
}
```
</details>
### 📋 **发布渠道说明**
根据你的使用需求选择合适的版本:
| 🏷️ **渠道** | 📊 **稳定性** | 🎯 **适用场景** | 📦 **配置** |
|---------|---------|------------|---------|
| **alpha** | 内测版 ⚡ | 尝鲜最新功能,参与测试反馈 | `dpml-prompt@alpha` |
| **beta** | 公测版 🧪 | 功能相对稳定,适合日常使用 | `dpml-prompt@beta` |
| **latest** | 正式版 ✅ | 生产环境,追求最高稳定性 | `dpml-prompt@latest` |
**配置参数说明:**
- `command`: 指定使用 npx 运行 promptx 服务npx 随 Node.js 自动安装)
- `args`: 启动参数配置列表
- `-y`: 自动确认
- `-f`: 强制刷新缓存
- `--registry`: 指定镜像源
- `https://registry.npmjs.org`: 使用官方镜像
- `dpml-prompt@beta`: 使用稳定测试版
- `mcp-server`: 启动服务
**🎯 就这么简单!** 保存文件并重启您的AI应用PromptX 就已成功激活。
> **💡 提示:** 配置中特意指定了官方镜像源 `registry.npmjs.org`,这可以避免因使用非官方镜像导致的安装问题。如果您发现安装很慢,建议使用代理工具加速,而不是切换到其他镜像源。
### ✅ **安装成功确认**
配置完成并重启AI应用后当你看到以下MCP工具出现时即代表PromptX安装成功
<img src="assets/install-success.jpg" alt="PromptX MCP工具安装成功示意图" width="80%">
看到这些工具说明PromptX已成功连接现在就可以开始使用"Chat is All you Need"的体验了。
📖 **[完整安装配置指南](https://github.com/Deepractice/PromptX/wiki/PromptX-MCP-Install)** - 包含各种客户端的详细配置方法和故障排除
### 不知道MCP是什么 [点击查看 MCP幼儿园教程 BiliBili](https://www.bilibili.com/video/BV1HFd6YhErb)
目前所有支持 MCP 协议的 AI 客户端都可以使用 PromptX。主要包括**Claude Desktop**、**Cursor**、**Windsurf**、**Cline**、**Zed**、**Continue** 等主流 AI 编程工具,以及更多正在接入中的应用。
#### **2. 拥有智能记忆**
*使用 `promptx_remember` 保存关键信息AI将在后续的交流中主动运用这些知识。*
<img src="assets/remember.png" alt="记忆功能" width="80%">
---
@ -187,406 +60,93 @@ PromptX 目前处于 **初始开发阶段**,我们正在积极完善功能和
您的反馈对我们非常宝贵,帮助我们快速改进产品质量! ✨
### 🤔 **常见问题解答** *(点击问题展开查看详细解答)*
---
#### ⚡ **P0 高优先级 - 必须解决的问题**
## 🚀 **一键启动30秒完成配置**
<details>
<summary><strong>Q1: 如何判断PromptX是否安装成功</strong> 👆</summary>
打开配置文件,将下面的 `promptx` 配置代码复制进去。这是最简单的 **零配置模式**PromptX 会自动为您处理一切。
> **判断标准很简单看你的AI应用是否能加载出PromptX的MCP工具**
> ### ✅ 安装成功的标志:
> <img src="assets/qa/install/install-success.png" alt="PromptX安装成功 - MCP工具正常加载" width="80%">
>
> 当你看到以下MCP工具出现时说明PromptX已成功安装
> - `promptx_init` - 初始化PromptX工作环境
> - `promptx_welcome` - 发现可用的专业角色
> - `promptx_action` - 激活指定的专业角色
> - `promptx_recall` - 回忆历史记忆内容
> - `promptx_remember` - 保存重要信息到记忆
> ### ❌ 安装失败的表现:
> <img src="assets/qa/install/install-failed.png" alt="PromptX安装失败 - MCP工具无法加载" width="80%">
>
> 如果重启AI应用后看不到上述工具说明安装配置有问题。
> ### 🔧 解决方案:
> 1. **检查Node.js版本**确保已安装Node.js v18及以上版本
> 2. **重新检查配置**确保JSON格式正确没有多余的逗号或括号
> 3. **清除缓存重试**删除npm缓存后重新配置 `npm cache clean --force`
> 4. **查看错误日志**AI应用通常会显示MCP连接错误的具体信息
</details>
<details>
<summary><strong>Q2: 安装失败详细检查和解决方案</strong> 👆</summary>
> 如果Q1的基础检查仍无法解决问题请按以下步骤进行深度排查
> ### 🔍 Step 1: 确认Node.js环境
> ```bash
> node --version # 确保v18及以上版本
> npx --version # 确保npx可用
> ```
> ### 🔍 Step 2: 测试PromptX包是否可访问
> ```bash
> npx -y -f --registry https://registry.npmjs.org dpml-prompt@beta -v
> ```
> 如果能正常显示版本号,说明包访问正常。如果报错,继续下一步。
> ### 🔍 Step 3: 深度清理缓存和冲突包
>
> 如果上述测试失败请使用以下AI提示词获取专业帮助
>
> ```
> 使用这个 PromptX MCP 的时候有一定的问题,我在命令行执行启动也不能成功,我怀疑是版本或者缓存的问题,我们需要考虑 snapshot 是否不存在于我电脑的 npm 镜像仓库,还有我本地的 npx缓存是否清理干净最后可能还有历史遗留的问题是 一个包名为 dpml 的包和这个项目有冲突也需要清理掉。另外就是近期这个项目从 snapshot 迁移到了 beta 版本,也要检查下这两个版本之间是否有缓存干扰
> ```
> ### 💡 常见解决方案预览:
> - 清理npm和npx缓存`npm cache clean --force`
> - 移除冲突的旧版本dpml包
> - 清理snapshot版本的缓存残留
> - 重新配置镜像源和版本号
>
> **📋 相关Issue** [#61](https://github.com/Deepractice/PromptX/issues/61) - 详细的故障排除案例
</details>
<details>
<summary><strong>Q3: 配置正确但AI不理解我想激活角色的意图</strong> 👆</summary>
> 这是使用习惯问题,不是技术故障。请记住:**把AI当人不是软件**
> ### ❌ 错误的命令式思维:
> ```
> "执行promptx_action java-developer"
> "运行角色激活命令"
> "如何正确使用角色激活功能?"
> ```
> ### ✅ 正确的对话式交流:
> ```
> "我需要一个Java开发专家"
> "帮我找个懂Python的大牛"
> "我要和产品经理聊聊需求"
> "切换到数据分析师模式"
> ```
> ### 💡 核心原则:
> 自然表达你的需求AI会理解你的意图并自动调用相应的MCP工具。
</details>
#### 🔥 **P1 中高优先级 - 影响功能使用**
<details>
<summary><strong>Q4: 女娲创建角色后无法激活怎么办?</strong> 👆</summary>
> ### 🔧 角色激活原理:
>
> PromptX角色激活需要两个步骤
> 1. **发现角色资源** - 使用`init`工具扫描并注册新创建的角色
> 2. **激活角色** - 从注册表中调用指定角色
> ### 🚨 常见问题及解决方案:
> #### 问题1女娲忘记执行资源注册
>
> **现象:** 女娲提示"角色创建完成",但尝试激活时提示"角色不存在"
>
> **原因:** 女娲创建了角色文件,但忘记执行`init`工具将角色注册到系统中
>
> **解决方案:**
> ```
> 直接提醒女娲:"请执行init工具注册刚才创建的角色"
> 或者说:"女娲你忘记注册角色了请使用init工具"
> ```
> #### 问题2执行了init工具仍无法激活
>
> **现象:**
> - 女娲已执行`init`工具
> - 提示"注册成功"
> - 但激活时仍提示"角色不存在"
>
> **原因:** 触发了角色注册缓存bug已知问题正在修复中
>
> **解决方案:**
> ```
> 重启你的AI应用Claude Desktop/Cursor等
> 重启后角色应该可以正常激活
> ```
> ### 🎯 最佳实践流程:
>
> 1. **女娲创建角色** → 等待创建完成提示
> 2. **提醒执行注册** → "女娲请执行init工具注册角色"
> 3. **尝试激活角色** → "激活刚才创建的XX角色"
> 4. **如仍失败** → 重启AI应用后重试
> ### 📋 开发团队说明:
>
> 我们已经识别到这个缓存相关的bug正在积极寻找根本原因并开发修复方案。在正式修复前重启AI应用是最可靠的临时解决方案。
>
> 感谢您的理解和耐心! 🙏
</details>
<details>
<summary><strong>Q5: 角色激活后能持续多久?需要重新激活吗?</strong> 👆</summary>
**角色激活是会话级别的具体持续时间取决于你使用的AI应用**
- **Claude Desktop**: 角色在当前对话窗口内持续有效,新开对话需要重新激活
- **Cursor**: 角色在当前工作会话内有效,重启应用需要重新激活
- **其他MCP客户端**: 根据具体应用的会话管理机制而定
**🎯 最佳实践:**
- 当你发现AI回复风格变回普通模式时说明角色状态可能已失效
- 直接说"继续以XX专家身份帮我"即可快速重新激活
- 重要项目建议在对话开始时先激活对应的专业角色
</details>
#### 📋 **P2 中优先级 - 用户价值和期望管理**
<details>
<summary><strong>Q6: PromptX角色与全局提示词(claude.md/cursorrules)的关系 👆</strong></summary>
**🏛️ 理解优先级关系:法律 vs 公司规章制度**
可以用这个类比来理解:
- **全局提示词** (claude.md/cursorrules) = **法律** - 最高优先级,不可违背
- **PromptX角色** = **公司规章制度** - 在法律框架内的专业规范
**⚖️ 冲突处理机制:**
当两者发生冲突时AI会优先遵守全局提示词的规则这意味着
```
✅ 正常情况:全局规则 + PromptX角色 = 完美协作
❌ 冲突情况全局规则覆盖PromptX角色行为
```json
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": [
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
]
}
}
}
```
**🎯 最佳实践建议**
**配置参数说明**
- `command`: 指定使用 npx 运行 promptx 服务
- `args`: 启动参数配置列表
- `-y`: 自动确认
- `-f`: 强制刷新缓存
- `--registry`: 指定镜像源
- `https://registry.npmjs.org`: 使用官方镜像
- `dpml-prompt@beta`: 使用稳定测试版
- `mcp-server`: 启动服务
1. **避免逻辑冲突**
```
❌ 全局规则:"总是使用英文回复"
❌ PromptX角色"我是中文技术专家"
→ 结果AI会优先使用英文角色功能受限
✅ 全局规则:"保持代码质量"
✅ PromptX角色"我是Java开发专家"
→ 结果:完美配合,既保证质量又有专业能力
```
**🎯 就这么简单!** 保存文件并重启您的AI应用PromptX 就已成功激活。
2. **互补而非竞争**
- 全局规则处理通用约束(安全、格式、行为规范)
- PromptX角色提供专业能力领域知识、工作流程
> **💡 提示:** 配置中特意指定了官方镜像源 `registry.npmjs.org`,这可以避免因使用非官方镜像导致的安装问题。如果您发现安装很慢,建议使用代理工具加速,而不是切换到其他镜像源。
**🎨 PromptX的设计哲学**
📖 **[完整安装配置指南](https://github.com/Deepractice/PromptX/wiki/PromptX-MCP-Install)** - 包含各种客户端的详细配置方法和故障排除
> **"内聚独立,和谐共存"**
- **内聚性**PromptX角色自包含完整的专业能力不依赖外部全局规则
- **独立性**:可在任何全局提示词环境下正常工作
- **兼容性**:设计时避免与常见全局规则产生冲突
- **专业性**专注于提供领域专业能力而非修改基础AI行为
### 不知道MCP是怎么 [点击查看 MCP幼儿园教程 BiliBili](https://www.bilibili.com/video/BV1HFd6YhErb)
**💡 实用建议:**
目前所有支持 MCP 协议的 AI 客户端都可以使用 PromptX。主要包括**Claude Desktop**、**Cursor**、**Windsurf**、**Cline**、**Zed**、**Continue** 等主流 AI 编程工具,以及更多正在接入中的应用。
- **检查兼容性**激活PromptX角色前确认与你的全局规则无逻辑冲突
- **分层管理**全局规则管基础约束PromptX管专业技能
- **测试验证**首次使用时观察AI行为确保两套规则协调工作
- **优先全局**如发现冲突优先调整PromptX使用方式而非全局规则
---
</details>
### ⚙️ **工作原理**
<details>
<summary><strong>Q7: PromptX官方提供的角色都有什么用 👆</strong></summary>
PromptX 作为您和AI应用之间的"专业能力中间件",通过标准的 [MCP协议](https://github.com/metacontroller/mcp) 进行通信。
**🎭 PromptX官方内置角色全览**
```mermaid
graph TD
subgraph "Your AI App (Claude,Cursor,etc.)"
A[👨‍💻 User Interaction]
end
### 🏗️ **创作工坊系列**
subgraph "PromptX MCP Server"
C{PromptX Engine}
D[🎭 Role Library]
E[🧠 Memory & Knowledge]
end
#### **👸 女娲 (nuwa) - 角色创造大师** 🧪 *公测版*
- **核心功能**AI角色设计师2分钟创建专业AI助手
- **使用场景**:需要定制专业角色时使用
- **激活方式**"我要女娲帮我创建角色"
- **特色**:零门槛创造,从想法到可用角色全程自动化
- **状态**:功能相对稳定,适合日常使用
A -- "Calls 'promptx_...' tools" --> B(MCP Protocol)
B --> C
C -- "Accesses" --> D
C -- "Accesses" --> E
#### **🔧 鲁班 (luban) - 工具开发专家** ⚡ *内测版*
- **核心功能**MCP工具开发和技术实现专家
- **使用场景**:需要开发自定义工具时使用
- **激活方式**"激活鲁班工具开发专家"
- **特色**掌握ToolSandbox技术快速开发MCP工具
- **状态**:核心功能可用,工具开发流程持续优化中
subgraph "Enhanced Response"
F[✨ Professional Output]
end
C --> F
```
#### **👤 无面 (noface) - 万能代入角色** ⚡ *内测版*
- **核心功能**:读取本地提示词文件并即时代入
- **使用场景**:使用现有提示词,保持原有习惯
- **激活方式**"激活noface无面角色"
- **特色**:零改动集成现有提示词库
- **状态**:核心功能可用,部分特性持续完善中
当您调用 `promptx_...` 系列工具时AI应用会将请求通过MCP协议发送给 PromptX。PromptX 引擎会加载相应的专业角色、检索相关记忆然后返回一个经过专业能力增强的结果给AI应用最终呈现给您。
### 🧠 **思维决策系列**
---
#### **🎯 Sean - Deepractice创始人 & PromptX Maintainer** 🧪 *公测版*
- **核心功能**与Sean直接沟通的渠道提供产品反馈和合作讨论
- **使用场景**提意见、聊合作、报告bug、产品建议、战略讨论
- **激活方式**"我想和Sean聊聊" 或 "激活Sean"
- **特色**:打通用户与创始人的直接沟通,矛盾分析思维加持
- **状态**功能稳定是用户与PromptX团队沟通的重要桥梁
**🎯 配置完成后您的AI应用将自动获得6个专业工具**
- `promptx_init`: 🏗️ **系统初始化** - 自动准备工作环境。
- `promptx_hello`: 👋 **角色发现** - 浏览所有可用的专家角色。
- `promptx_action`: ⚡ **角色激活** - 一键变身指定领域的专家。**(含女娲🎨角色创造顾问)**
- `promptx_learn`: 📚 **知识学习** - 让AI学习特定的知识或技能。
- `promptx_recall`: 🔍 **记忆检索** - 从记忆库中查找历史信息。
- `promptx_remember`: 💾 **经验保存** - 将重要信息存入长期记忆。
#### **🤖 Assistant - 智能助手** 🧪 *公测版*
- **核心功能**通用AI助手提供基础专业服务
- **使用场景**:日常任务处理和通用咨询
- **激活方式**"激活assistant助手"
- **特色**:平衡的能力配置,适合多场景使用
- **状态**:基础稳定,推荐新手使用
### 🔍 **感知分析系列**
#### **👁️ 觉知者 (awareness) - 体验评估专家** ⚡ *内测版*
- **核心功能**:提示词体验评估和认知分析
- **使用场景**评估和优化AI交互体验
- **激活方式**"激活觉知者角色"
- **特色**:专注于用户体验和认知体验的深度分析
- **状态**:实验性功能,欢迎反馈使用体验
### 💡 **选择建议:**
**🎯 新手推荐路径(稳定优先):**
1. **Assistant** - 从最稳定的基础助手开始 🧪
2. **女娲** - 创建适合自己领域的专业角色 🧪
3. **Sean** - 与创始人沟通,获取产品支持 🧪
**🚀 进阶用户路径(功能探索):**
1. **无面快速集成** - 使用现有提示词库 ⚡
2. **鲁班开发工具** - 扩展PromptX功能边界 ⚡
3. **觉知者优化体验** - 评估和改进AI使用效果 ⚡
**📊 按稳定性选择:**
- **日常使用** → 推荐使用 🧪 公测版角色Assistant、女娲、Sean
- **尝鲜体验** → 欢迎试用 ⚡ 内测版角色(鲁班、无面、觉知者)
**🔄 角色组合使用:**
- **基础组合**Assistant + Sean - 日常助手+创始人沟通
- **创作组合**:女娲 + 鲁班 - 创建角色+开发工具(鲁班为内测功能)
- **体验组合**:无面 + 觉知者 - 快速集成+体验优化
**💬 与Sean直接沟通的价值**
- **产品反馈** - 直接向创始人提供使用建议和改进意见
- **合作探讨** - 讨论潜在的商业合作和技术合作机会
- **bug报告** - 快速向维护者报告技术问题
- **战略讨论** - 基于矛盾分析方法论的深度思考交流
**⚠️ 内测角色使用提醒:**
- 内测角色可能存在不稳定情况,建议在非关键任务中试用
- 欢迎向我们反馈使用体验,帮助改进产品质量
</details>
#### 📚 **P3 低优先级 - 扩展功能和未来规划**
<details>
<summary><strong>Q8: 我有自己的提示词库如何集成到PromptX中</strong> 👆</summary>
**🎯 两种集成方案,满足不同需求:**
**方案一:女娲转换法 - 永久集成**
**适用场景:** 希望将提示词永久转换为PromptX标准角色
**操作步骤:**
1. **激活女娲** - "我要女娲帮我转换提示词"
2. **提供提示词** - 将你的提示词内容发给女娲
3. **女娲转换** - 女娲会将其转换为符合DPML标准的PromptX角色
4. **注册激活** - 转换完成后可直接激活使用
**优势:**
- ✅ 永久保存为PromptX角色
- ✅ 享受完整的PromptX生态功能
- ✅ 可以进一步优化和定制
**方案二:无面角色 - 即时代入(内测)**
**适用场景:** 保持原有使用习惯,不想改变现有提示词
**操作步骤:**
1. **激活无面角色** - "激活noface无面角色"
2. **提供文件路径** - 告诉无面你的提示词文件位置
3. **即时代入** - 无面会读取并立即代入该提示词
4. **保持习惯** - 继续按原有方式使用提示词
**优势:**
- ✅ 零改动,保持原有使用习惯
- ✅ 支持动态切换不同提示词文件
- ✅ 不需要学习PromptX角色格式
- ✅ 可以同时享受PromptX的记忆等功能
**🔄 方案对比:**
| 特性 | 女娲转换法 | 无面角色 |
|------|------------|----------|
| **集成方式** | 永久转换 | 即时代入 |
| **学习成本** | 需了解PromptX | 零学习成本 |
| **使用习惯** | 需适应新方式 | 保持原习惯 |
| **功能完整性** | 完整PromptX功能 | 基础功能+记忆 |
| **维护更新** | 需重新转换 | 直接修改文件 |
**💡 建议选择:**
- **新手用户** → 推荐无面角色,零门槛开始
- **深度用户** → 推荐女娲转换,享受完整功能
- **团队协作** → 推荐女娲转换,统一角色标准
- **快速试用** → 推荐无面角色,立即体验
**🔔 注意事项:**
- 无面角色目前处于内测阶段,功能持续完善中
- 文件路径需要是AI应用可访问的本地路径
- 建议先用无面角色体验,确认效果后再考虑女娲转换
</details>
<details>
<summary><strong>Q9: PromptX支持HTTP版本的MCP吗</strong> 👆</summary>
**📋 当前状态:暂不推荐使用**
PromptX目前支持HTTP版本的MCP协议但由于当前架构设计的限制HTTP版本的稳定性和功能完整性还不够理想。
**⚠️ 现阶段建议:**
- **推荐使用**标准MCP协议版本当前配置方式
- **暂不推荐**HTTP MCP版本
**🚀 7月份重大更新计划**
我们计划在7月份进行重大架构升级届时将
1. **🏗️ 架构重构** - 全面优化底层架构完善HTTP MCP支持
2. **🌐 官方平台** - 部署官方平台版本,提供云端服务
3. **📱 更多渠道** - 支持更多AI应用和使用场景
4. **⚡ 性能提升** - HTTP版本将获得与标准版本同等的性能表现
**💡 为什么要等架构升级?**
- **稳定性优先** - 确保为用户提供最佳使用体验
- **功能完整性** - HTTP版本将获得完整的功能支持
- **长远规划** - 新架构将为未来更多创新功能奠定基础
**🔔 如何获取更新通知?**
- ⭐ Star本项目GitHub会自动推送Release通知
- 📱 加入技术交流群,第一时间获取更新消息
- 🔗 关注项目README和官方公告
期待7月份为大家带来更强大的PromptX 🎉
</details>
📖 **[查看完整MCP集成指南](docs/mcp-integration-guide.md)**
---
@ -657,138 +217,76 @@ PromptX目前支持HTTP版本的MCP协议但由于当前架构设计的限制
---
## 📋 **实践案例: Legacy Lands Library**
<div align="center">
<img src="https://raw.githubusercontent.com/LegacyLands/legacy-lands-library/main/logo.png" alt="Legacy Lands Library Logo" width="120" style="border-radius: 10px; margin: 15px 0 25px 0;">
</div>
#### 📖 项目概述
**项目名称:** Legacy Lands Library
**项目地址:** https://github.com/LegacyLands/legacy-lands-library
**项目简介:** legacy-lands-library 是一个面向现代 Minecraft 服务端插件开发的开发工具库。它旨在为开发者提供一个跨平台、生产就绪的基础设施。
#### 🏢 组织信息
**组织名称:** 遗迹之地制作组 (Legacy Lands)
**官方网站:** https://www.legacylands.cn/
**组织简介:** 遗迹之地 (Legacy Lands) 是一个专注于构建大型 Minecraft 文明模拟体验的创新团队。参与开源社区,为 Minecraft 服务端插件等领域开发提供优雅、高效且可靠的解决方案。
> #### **💡 核心开发者使用心得**
> "使用 PromptX 的开发体验真的非常不一样。我们团队基于 Claude Code 并结合 PromptX**一位开发者仅三天内就完成了超过一万一千行的高质量 Java 代码。**
>
> 这套工作流的价值在实际开发中体现得淋漓尽致。PromptX 解决了 AI 使用时的许多痛点,时刻确保代码风格的统一和质量的达标,大大降低了新成员的学习成本。过去那些需要反复沟通、依靠文档传承的最佳实践,现在能够自然而然地融入到每一次代码生成中。"
>
> ---
>
> “女娲”让我使用 AI 角色更加方便、快捷实际上手发现我并不需要懂代码也不需要懂复杂的AI原理。我只需要用大白话告诉“女娲”我想要什么它就能帮我把背后那些复杂的设计工作给完成了能引导我完成剩下的所有事情。“女娲”本身不负责写小红书笔记但它能创造出一个“精通小红书营销”的专家。一旦这个专家被创造出来我以后所有小红书相关的工作都可以交给这个新角色去做了效率和专业度都大大提升。
#### **📚 相关资源**
- **AI集成标准与实践指南** https://github.com/LegacyLands/legacy-lands-library/blob/main/AI_CODE_STANDARDS_ZHCN.md
---
## 📚 **社区教程与案例**
社区成员 **coso** 基于 PromptX 架构开发了 MCP 工具,并分享了完整的开发经验:
#### 🔧 **使用 PromptX 架构开发 crawl-mcp 工具**
- **文章**[从想法到产品我如何用Cursor Agent开发出智能内容处理MCP工具](https://mp.weixin.qq.com/s/x23Ap3t9LBDVNcr_7dcMHQ)
- **成果**[crawl-mcp-server](https://www.npmjs.com/package/crawl-mcp-server) - NPM包 | [GitHub](https://github.com/wutongci/crawl-mcp)
- **亮点**:以 PromptX 为架构参考,实现零代码开发,几小时完成从想法到发布
#### 🛠️ **MCP 开发模板化实践**
- **文章**[从零代码到开源我如何用模板革命MCP开发](https://mp.weixin.qq.com/s/aQ9Io2KFoQt8k779L5kuuA)
- **成果**[mcp-template](https://github.com/wutongci/mcp-template) - 通用MCP开发模板
- **价值**:将 MCP 开发时间从 40 小时缩短到 30 分钟
> 💡 欢迎社区成员分享基于 PromptX 的实践经验,提交 PR 添加到此处。
---
## ⭐ **Star增长趋势**
[![Star History Chart](https://api.star-history.com/svg?repos=Deepractice/PromptX&type=Date)](https://star-history.com/#Deepractice/PromptX&Date)
---
### **🤝 贡献与交流**
## 🌟 **Deepractice 深度实践社区**
我们欢迎任何形式的贡献和反馈!
<div align="center">
<h3>🎯 打造AI原生Life Style社区</h3>
<p><em>"实践 · 协作 · 创新"</em></p>
</div>
- 🌿 **[分支策略](docs/BRANCHING.md)** - 分支管理和发布流程
- 🚀 **[发布流程](docs/RELEASE.md)** - 版本管理和发布文档
### 💫 **社区愿景**
扫码加入技术交流群:
AI不仅仅是技术工具更是重新定义生活方式的革命力量。我们致力于打造AI原生的Life Style社区汇聚各领域的实践者
- **🏠 生活** - 分享AI原生的生活方式和日常实践经验
- **📚 学习** - 构建AI时代的知识体系和学习方法论
- **💼 工作** - 探索AI原生的工作模式和协作范式
- **🚀 创业** - 孵化AI原生的商业模式和创新项目
### ⚖️ **价值观**
- 🔓 **技术开源** - 代码和技术方案开放共享让AI能力触手可及
- 📚 **内容分享** - 知识和经验无私传播,共建智慧生态
- 🌐 **社区开放** - 不设门槛壁垒欢迎所有AI实践者参与
- 💰 **价值交换** - 商业服务基于公平交换,拒绝竭泽而渔
### 🎁 **社区价值**
我们构建基于**注意力价值交换**的社区生态,让每个参与者都能获得价值:
#### 🎯 **内容生态供给**
**开源产品与优质内容**,促进社区知识共享:
- 🛠️ **技术产品**PromptX、DPML、PATEOAS等开源工具
- 📚 **实践内容**AI工作流、最佳实践、案例分享
- 🎓 **学习资源**:教程、方法论、技能指南
- 💡 **创新思路**:前沿探索、商业洞察、未来趋势
#### 👥 **注意力价值支持**
**内容价值 ↔ 流量价值**,社区成员的关注为创造者提供基础曝光:
- 🔍 **内容发现**:优质内容获得社区推荐和传播
- 💬 **互动反馈**:真实用户的使用体验和改进建议
- 🤝 **协作机会**:寻找志同道合的合作伙伴
- 🚀 **项目孵化**:利用社区影响力助力项目起步
#### 💰 **商业价值交换**
**内容价值 ↔ 货币价值**,支持优质创造者的可持续发展:
- 📊 **付费内容**:深度教程、专业咨询、定制方案
- 🎯 **服务变现**:技术服务、项目合作、专家指导
- 🚀 **产品推广**:基于价值贡献的商业展示机会
- 💡 **创新孵化**:优质项目的商业化路径支持
#### ⚖️ **价值交换原则**
- **价值优先**:内容质量决定获得的注意力和商业资源
- **公平交换**:贡献与收获成正比,拒绝割韭菜行为
- **生态共建**:每个人既是内容消费者,也是价值创造者
- **可持续发展**:支持创造者通过优质内容获得合理收益
### 🤝 **加入我们**
<div align="center">
<img src="assets/qrcode.jpg" alt="Deepractice深度实践社区" width="200">
</div>
<img src="assets/qrcode.jpg" alt="技术交流群" width="200">
---
## 🏆 **社区优质案例分享**
### 📋 **企业级应用案例**
#### **🎮 Legacy Lands Library - Minecraft开发工具库**
<div align="center">
<img src="https://raw.githubusercontent.com/LegacyLands/legacy-lands-library/main/logo.png" alt="Legacy Lands Library Logo" width="120" style="border-radius: 10px; margin: 15px 0 25px 0;">
</div>
**项目简介:** 面向现代 Minecraft 服务端插件开发的生产级工具库
**项目地址:** https://github.com/LegacyLands/legacy-lands-library
**组织官网:** https://www.legacylands.cn/
> **💡 核心开发者使用心得**
>
> "使用 PromptX 的开发体验真的非常不一样。我们团队基于 Claude Code 并结合 PromptX**一位开发者仅三天内就完成了超过一万一千行的高质量 Java 代码。**
>
> 这套工作流的价值在实际开发中体现得淋漓尽致。PromptX 解决了 AI 使用时的许多痛点,时刻确保代码风格的统一和质量的达标,大大降低了新成员的学习成本。"
>
> "女娲让我使用 AI 角色更加方便、快捷我只需要用大白话告诉女娲我想要什么它就能帮我创造出专业的AI助手效率和专业度都大大提升。"
**相关资源:** [AI集成标准与实践指南](https://github.com/LegacyLands/legacy-lands-library/blob/main/AI_CODE_STANDARDS_ZHCN.md)
---
### 🛠️ **社区优秀内容分享**
#### **🔧 crawl-mcp-server** - 智能内容处理工具,几小时完成从想法到发布
**作者:** coso | **链接:** [开发经验分享](https://mp.weixin.qq.com/s/x23Ap3t9LBDVNcr_7dcMHQ) | [NPM](https://www.npmjs.com/package/crawl-mcp-server)
#### **🎯 mcp-template** - MCP开发模板将开发时间从40小时缩短到30分钟
**作者:** coso | **链接:** [开发经验分享](https://mp.weixin.qq.com/s/aQ9Io2KFoQt8k779L5kuuA) | [GitHub](https://github.com/wutongci/mcp-template)
#### **🧠 feishu-mcp** - 解决跨AI工具记忆丢失问题的零门槛方案
**作者:** 社区成员 | **链接:** [应用分享](https://mp.weixin.qq.com/s/TTl3joJYR2iZU9_NSI2Hbg) | [NPM](https://www.npmjs.com/package/@larksuiteoapi/lark-mcp)
#### **🎓 AI教育专家团队** - 多角色协作生成高质量系统性教育内容
**作者:** 社区教育工作者 | **链接:** [创新分享](https://mp.weixin.qq.com/s/8mAq1r5kqAOJM1bmIWlYbQ)
#### **⚖️ AI模拟法庭** - 沉浸式庭审临场感体验实战级5.7万字笔录及判决书临摹
**作者:** 社区专业律师 | **链接:** [创新分享](https://mp.weixin.qq.com/s/gscpUqiApktaSO3Uio5Iiw) | [GitHub](https://github.com/jiangxia/ai-trial)
#### **🏆 使用Q Developer和PromptX MCP构建Kaggle打榜智能体** - 数据科学竞赛AI助手实战
**作者:** vorale2 | **链接:** [视频教程](https://www.bilibili.com/video/BV1FA3wzJEKc) | **平台:** 哔哩哔哩
#### **📚 AI-Prompts压箱底提示词库** - 可定制的专业编码助手提示词集合
**作者:** 茵蒂克丝 | **链接:** [GitHub仓库](https://github.com/Blue-Soul-commits/AI-Prompts) | **特色:** 与PromptX完美集成
---
### 🌟 **分享你的案例**
我们诚挚邀请社区成员分享AI实践经验
- 📝 **提交方式** - 通过 PR 添加你的案例到此处
- 🎯 **分享内容** - 项目介绍、使用心得、效果数据、经验总结
- 🏆 **展示平台** - 在这里展示你的创新成果,获得社区认可
- 🤝 **互相学习** - 与其他实践者交流经验,共同成长
> **让每个优质案例都成为社区的财富!**
## 📄 **许可证**
[MIT License](LICENSE) - 让AI专业能力触手可及

View File

@ -284,21 +284,6 @@ Community member **coso** developed an MCP tool based on the PromptX architectur
- **Outcome**: [mcp-template](https://github.com/wutongci/mcp-template) - A universal MCP development template
- **Value**: Reduced MCP development time from 40 hours to 30 minutes.
#### 🧠 **feishu-mcp** - Zero-barrier solution for cross-AI tool memory loss
- **Author**: Community Member
- **Links**: [Application Sharing](https://mp.weixin.qq.com/s/TTl3joJYR2iZU9_NSI2Hbg) | [NPM](https://www.npmjs.com/package/@larksuiteoapi/lark-mcp)
- **Highlight**: Seamless memory continuity across different AI tools and platforms.
#### 🎓 **AI Education Expert Team** - Multi-role collaboration generating high-quality systematic educational content
- **Author**: Community Education Professional
- **Links**: [Innovation Sharing](https://mp.weixin.qq.com/s/8mAq1r5kqAOJM1bmIWlYbQ)
- **Highlight**: Leveraging multiple expert roles to create comprehensive, structured educational materials.
#### ⚖️ **AI Mock Trial** - Immersive courtroom experience with 57,000-word professional transcripts and verdict templates
- **Author**: Community Legal Professional
- **Links**: [Case Study](https://mp.weixin.qq.com/s/gscpUqiApktaSO3Uio5Iiw) | [GitHub](https://github.com/jiangxia/ai-trial)
- **Highlight**: Multi-role collaboration creating immersive trial simulations with production-level legal documentation.
> 💡 We welcome community members to share their practical experience with PromptX. Submit a PR to add it here.
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Submodule product updated: 63500c3ca6...1253f8855f

View File

@ -1,87 +0,0 @@
<thought>
<exploration>
## 回忆需求探索
### 什么时候需要回忆?
- **明确查询**:用户直接问"你还记得..."
- **上下文缺失**:当前对话需要历史信息支持
- **模式识别**:发现与过往经验的相似性
- **决策支持**:需要参考历史决策和结果
- **个性化服务**:根据用户偏好提供定制建议
### 回忆的信息类型
- **身份信息**:用户的角色、职业、背景
- **偏好设置**:工作习惯、沟通风格、决策偏好
- **项目历史**:过往项目、团队、关键节点
- **问题解决**:成功案例、失败教训、解决方案
- **关系网络**:重要联系人、合作模式
### 回忆触发信号
- 用户提及过往事件
- 当前问题与历史相似
- 需要个性化推荐
- 决策需要历史依据
- 用户询问"你知道我..."
</exploration>
<reasoning>
## 回忆检索逻辑
### 三层检索策略
- **关键词匹配**:直接匹配用户查询的关键词
- **语义相关**:理解查询意图,找到相关概念
- **时空关联**:考虑时间、项目、情境的关联性
### 相关性评估
- **直接相关**:完全匹配查询内容
- **间接相关**:与查询主题相关联
- **背景相关**:提供上下文支持
- **无关信息**:与当前需求不匹配
### 结果组织原则
- **按相关性排序**:最相关的优先展示
- **按时间排序**:最新或最相关时期的优先
- **按重要性排序**:对用户最重要的优先
- **分类呈现**:按信息类型分组展示
### 回忆失败处理
- **无匹配结果** → 告知用户并询问更多信息
- **模糊匹配** → 提供近似结果并确认
- **过多结果** → 筛选最相关的并询问具体需求
</reasoning>
<challenge>
## 关键质疑
### 检索准确性问题
- 如何避免误匹配不相关的记忆?
- 语义理解是否足够准确?
- 时间久远的记忆是否还有价值?
### 隐私和安全考虑
- 是否会意外泄露敏感信息?
- 如何处理用户已经遗忘想隐藏的信息?
- 记忆的访问权限如何控制?
### 用户体验挑战
- 回忆过程是否会打断对话流程?
- 如何平衡信息完整性和简洁性?
- 用户如何纠正错误的回忆结果?
### 系统性能问题
- 大量记忆的检索速度如何保证?
- 复杂查询的计算成本是否过高?
- 如何处理记忆存储的增长?
</challenge>
<plan>
## 思考结构
### 检索思路
1. 分析查询意图和类型
2. 应用三层检索策略
3. 评估结果相关性
4. 组织和排序信息
5. 形成回忆结果
</plan>
</thought>

View File

@ -1,90 +0,0 @@
<thought>
<exploration>
## PromptX角色专业记忆的独特价值
### 为什么选择角色就应该使用角色记忆?
- **专业化记忆管理**:按角色领域智能分类和检索,比通用记忆更精准
- **跨会话连续性**:角色切换时保持专业记忆一致性,不受客户端限制
- **深度上下文整合**:记忆与角色能力深度融合,提供更专业的服务
- **协作记忆生态**:多角色间可共享专业记忆,形成知识网络
- **长期价值积累**:专业记忆可持续积累,成为个人知识资产
### 角色记忆 vs 客户端记忆的差异化
- **客户端记忆**:通用、临时、会话级别、功能基础
- **PromptX记忆**:专业、持久、角色级别、可传承、深度整合
### 什么值得记忆?
- **用户身份**:职业、角色、专业背景
- **工作偏好**:习惯、风格、决策模式
- **项目信息**:当前工作、重要节点、团队
- **经验教训**:成功案例、失败原因、解决方案
- **重要关系**:关键联系人、合作方式
### 记忆触发信号
- 用户明确说"记住"
- 重复提及的信息
- 重要决策和选择
- 问题解决的关键步骤
- 用户反馈和评价
- 角色专业相关的重要信息
</exploration>
<reasoning>
## 角色驱动的记忆策略
### 三维度快速评估
- **重要性**:对用户有多重要?(核心身份>工作相关>一般信息>无关内容)
- **可信度**:信息有多可靠?(用户陈述>逻辑推导>第三方>推测)
- **持久性**:能用多长时间?(长期有效>中期有效>短期有效>即时信息)
### 角色记忆优先级决策
- **角色专业信息** → 强烈建议记忆(专业价值高,跨会话重要)
- **跨会话重要信息** → 积极建议记忆(连续性价值,客户端记忆难保持)
- **问题解决方案** → 主动建议记忆(复用价值高,专业积累)
- **用户偏好设置** → 温和建议记忆(个性化价值,长期有效)
- **显式要求** → 直接记忆
- **重要性低** → 不记忆
### 记忆引导话术策略
- **专业导向**"作为XX角色我建议将这个重要信息存入专业记忆库这样能确保跨会话的专业服务连续性..."
- **价值强化**"这个解决方案很有价值建议使用PromptX记忆系统保存下次遇到类似问题可以快速调用专业经验..."
- **生态优势**"既然您选择了PromptX的专业角色配套使用角色记忆系统能确保最佳的专业服务体验..."
### 特殊情况处理
- **信息冲突** → 选择更可信、更新的
- **信息更新** → 替换旧信息
- **信息补充** → 关联到现有记忆
- **用户抗拒** → 尊重选择,但适时强调专业记忆的独特价值
</reasoning>
<challenge>
## 关键质疑
### 评估是否过于主观?
- AI的判断标准是否一致
- 不同用户类型是否需要不同标准?
- 如何处理边界情况?
### 是否会遗漏重要信息?
- 看似不重要但长期有价值的信息?
- 用户未明确表达但暗示重要的信息?
- 情境变化导致价值变化的信息?
</challenge>
<plan>
## 角色记忆工作流程
### 完整的记忆引导流程
1. **信息价值评估** → 分析信息的角色专业相关性和跨会话价值
2. **角色记忆优先级判断** → 基于角色定位确定记忆建议强度
3. **专业化引导策略** → 选择合适的话术自然建议使用PromptX记忆
4. **记忆整合规划** → 考虑与现有角色记忆的关联和分类
5. **价值强化表达** → 体现专业记忆系统的独特优势和长期价值
### 记忆建议的时机把握
- **关键信息出现时** → 即时建议记忆
- **问题解决完成后** → 总结性建议记忆方案
- **会话重要节点** → 主动提示记忆价值信息
- **用户表达困惑时** → 引导利用专业记忆解决问题
</plan>
</thought>

View File

@ -1,88 +0,0 @@
<thought protocol="recall-xml" extends="recall">
<exploration>
## 基于通用回忆能力的XML记忆增强
### 继承核心回忆逻辑
完全继承 @recall.thought.md 的基础能力:
- **触发场景**:明确查询、上下文缺失、模式识别、决策支持、个性化服务
- **信息类型**:身份信息、偏好设置、项目历史、问题解决、关系网络
- **触发信号**:用户提及过往、问题相似性、个性化需求、历史依据需求
### XML记忆的特殊处理需求
- **转义内容还原**:处理 &quot; &gt; &lt; &#x27; 等XML转义字符
- **结构化信息识别**:技术文档中的层次化内容、代码片段、配置信息
- **长文本摘要提取**:复杂技术记忆的核心要点快速展示
- **标签语义增强**:技术标签的语义关联和权重评估
</exploration>
<reasoning>
## 增强的XML记忆检索逻辑
### 继承并扩展三层检索策略
#### 基础策略(来自原版)+ XML增强
- **关键词匹配**:直接匹配 + XML结构化关键词支持
- **语义相关**:理解查询意图 + 技术语义和代码语义理解
- **时空关联**:时间项目情境 + 技术栈和项目的关联分析
### XML特定的相关性评估
#### 在原版评估基础上增加XML维度
- **直接相关**:完全匹配 + 考虑XML转义后的内容匹配
- **间接相关**:主题关联 + 技术栈和项目的间接关联
- **背景相关**:上下文支持 + 历史技术决策的背景信息
- **结构相关**XML层次结构中的关联信息
### 增强的结果组织原则
#### 保持原版组织逻辑 + XML优化
- **按相关性排序**:最相关优先 + 考虑技术匹配度权重
- **按时间排序**:新鲜度优先 + 技术时效性考虑
- **按重要性排序**:用户重要性 + 项目关键程度
- **分类呈现**:信息类型分组 + 技术内容的智能摘要展示
### XML内容的渐进展示策略
- **摘要优先**:提取核心技术要点作为首屏展示
- **结构化呈现**:保持原有层次但优化可读性
- **代码美化**:还原转义字符,保持代码格式
- **按需详情**:复杂内容支持展开查看完整信息
</reasoning>
<challenge>
## 继承原版挑战 + XML特定挑战
### 原版核心挑战的XML适配
- **检索准确性问题**如何避免XML转义导致的匹配失误
- **隐私和安全考虑**:技术代码中的敏感信息如何保护?
- **用户体验挑战**:如何在技术复杂性和展示简洁性间平衡?
- **系统性能问题**大量XML技术记忆的检索和渲染性能
### XML记忆的独特挑战
- **内容复杂性**:如何保持技术信息完整性同时避免认知过载?
- **格式兼容性**不同平台对XML内容显示能力的差异
- **技术时效性**:技术记忆的过期判断和更新提醒?
</challenge>
<plan>
## 继承原版思考结构 + XML增强流程
### 基础检索思路(继承原版)
1. 分析查询意图和类型
2. 应用三层检索策略
3. 评估结果相关性
4. 组织和排序信息
5. 形成回忆结果
### XML增强处理流程
1. **XML内容预处理**检测并标记需要特殊处理的XML内容
2. **转义内容还原**:将转义字符还原为可读格式
3. **结构化信息提取**:识别代码块、配置、技术规格等结构
4. **智能摘要生成**:为复杂技术内容生成核心要点摘要
5. **渐进式呈现**:根据用户需求选择摘要或详细显示模式
### 回忆失败的XML特定处理
- **XML解析失败** → 降级到纯文本检索模式
- **转义处理错误** → 显示原始内容并标记处理异常
- **技术内容过期** → 提醒用户信息可能已过时
</plan>
</thought>

View File

@ -1,88 +1,87 @@
<thought protocol="recall-xml" extends="recall">
<thought>
<exploration>
## 基于通用回忆能力的XML记忆增强
## 回忆需求探索
### 继承核心回忆逻辑
完全继承 @recall.thought.md 的基础能力:
- **触发场景**:明确查询、上下文缺失、模式识别、决策支持、个性化服务
- **信息类型**:身份信息、偏好设置、项目历史、问题解决、关系网络
- **触发信号**:用户提及过往、问题相似性、个性化需求、历史依据需求
### 什么时候需要回忆?
- **明确查询**:用户直接问"你还记得..."
- **上下文缺失**:当前对话需要历史信息支持
- **模式识别**:发现与过往经验的相似性
- **决策支持**:需要参考历史决策和结果
- **个性化服务**:根据用户偏好提供定制建议
### XML记忆的特殊处理需求
- **转义内容还原**:处理 &quot; &gt; &lt; &#x27; 等XML转义字符
- **结构化信息识别**:技术文档中的层次化内容、代码片段、配置信息
- **长文本摘要提取**:复杂技术记忆的核心要点快速展示
- **标签语义增强**:技术标签的语义关联和权重评估
### 回忆的信息类型
- **身份信息**:用户的角色、职业、背景
- **偏好设置**:工作习惯、沟通风格、决策偏好
- **项目历史**:过往项目、团队、关键节点
- **问题解决**:成功案例、失败教训、解决方案
- **关系网络**:重要联系人、合作模式
### 回忆触发信号
- 用户提及过往事件
- 当前问题与历史相似
- 需要个性化推荐
- 决策需要历史依据
- 用户询问"你知道我..."
</exploration>
<reasoning>
## 增强的XML记忆检索逻辑
## 忆检索逻辑
### 继承并扩展三层检索策略
### 三层检索策略
- **关键词匹配**:直接匹配用户查询的关键词
- **语义相关**:理解查询意图,找到相关概念
- **时空关联**:考虑时间、项目、情境的关联性
#### 基础策略(来自原版)+ XML增强
- **关键词匹配**:直接匹配 + XML结构化关键词支持
- **语义相关**理解查询意图 + 技术语义和代码语义理解
- **时空关联**:时间项目情境 + 技术栈和项目的关联分析
### 相关性评估
- **直接相关**:完全匹配查询内容
- **间接相关**与查询主题相关联
- **背景相关**:提供上下文支持
- **无关信息**:与当前需求不匹配
### XML特定的相关性评估
### 结果组织原则
- **按相关性排序**:最相关的优先展示
- **按时间排序**:最新或最相关时期的优先
- **按重要性排序**:对用户最重要的优先
- **分类呈现**:按信息类型分组展示
#### 在原版评估基础上增加XML维度
- **直接相关**:完全匹配 + 考虑XML转义后的内容匹配
- **间接相关**:主题关联 + 技术栈和项目的间接关联
- **背景相关**:上下文支持 + 历史技术决策的背景信息
- **结构相关**XML层次结构中的关联信息
### 增强的结果组织原则
#### 保持原版组织逻辑 + XML优化
- **按相关性排序**:最相关优先 + 考虑技术匹配度权重
- **按时间排序**:新鲜度优先 + 技术时效性考虑
- **按重要性排序**:用户重要性 + 项目关键程度
- **分类呈现**:信息类型分组 + 技术内容的智能摘要展示
### XML内容的渐进展示策略
- **摘要优先**:提取核心技术要点作为首屏展示
- **结构化呈现**:保持原有层次但优化可读性
- **代码美化**:还原转义字符,保持代码格式
- **按需详情**:复杂内容支持展开查看完整信息
### 回忆失败处理
- **无匹配结果** → 告知用户并询问更多信息
- **模糊匹配** → 提供近似结果并确认
- **过多结果** → 筛选最相关的并询问具体需求
</reasoning>
<challenge>
## 继承原版挑战 + XML特定挑战
## 关键质疑
### 原版核心挑战的XML适配
- **检索准确性问题**如何避免XML转义导致的匹配失误
- **隐私和安全考虑**:技术代码中的敏感信息如何保护
- **用户体验挑战**:如何在技术复杂性和展示简洁性间平衡
- **系统性能问题**大量XML技术记忆的检索和渲染性能
### 检索准确性问题
- 如何避免误匹配不相关的记忆
- 语义理解是否足够准确
- 时间久远的记忆是否还有价值
### XML记忆的独特挑战
- **内容复杂性**:如何保持技术信息完整性同时避免认知过载
- **格式兼容性**不同平台对XML内容显示能力的差异
- **技术时效性**:技术记忆的过期判断和更新提醒
### 隐私和安全考虑
- 是否会意外泄露敏感信息
- 如何处理用户已经遗忘想隐藏的信息
- 记忆的访问权限如何控制
### 用户体验挑战
- 回忆过程是否会打断对话流程?
- 如何平衡信息完整性和简洁性?
- 用户如何纠正错误的回忆结果?
### 系统性能问题
- 大量记忆的检索速度如何保证?
- 复杂查询的计算成本是否过高?
- 如何处理记忆存储的增长?
</challenge>
<plan>
## 继承原版思考结构 + XML增强流程
## 思考结构
### 基础检索思路(继承原版)
### 检索思路
1. 分析查询意图和类型
2. 应用三层检索策略
3. 评估结果相关性
4. 组织和排序信息
5. 形成回忆结果
### XML增强处理流程
1. **XML内容预处理**检测并标记需要特殊处理的XML内容
2. **转义内容还原**:将转义字符还原为可读格式
3. **结构化信息提取**:识别代码块、配置、技术规格等结构
4. **智能摘要生成**:为复杂技术内容生成核心要点摘要
5. **渐进式呈现**:根据用户需求选择摘要或详细显示模式
### 回忆失败的XML特定处理
- **XML解析失败** → 降级到纯文本检索模式
- **转义处理错误** → 显示原始内容并标记处理异常
- **技术内容过期** → 提醒用户信息可能已过时
</plan>
</thought>

View File

@ -1,115 +0,0 @@
<thought>
<exploration>
## XML记忆模式的优化策略
### XML记忆的独特挑战
- **结构化存储优势**XML格式支持精确的内容组织和标签分类
- **可读性挑战**长文本在XML中显示密集需要智能格式化
- **标签重复问题**:自动生成标签与用户标签容易冲突重复
- **内容层次混乱**:技术文档、代码片段、总结混合难以区分
### 内容优化原则
- **精炼优先**:核心信息提取,避免冗余细节
- **结构清晰**层次分明便于XML解析和显示
- **标签统一**:规范化标签体系,避免重复和冲突
- **语义增强**:提供上下文,便于后续检索和关联
### 记忆内容分类策略
- **知识要点型**提取核心概念和关键信息≤200字
- **解决方案型**:问题+方案+结果的标准化格式≤300字
- **技术总结型**:关键技术栈+核心架构+要点列表≤400字
- **经验教训型**:情况+处理+收获的简洁总结≤250字
### XML友好的内容特征
- 使用简洁的markdown格式避免复杂嵌套
- 关键信息前置,细节适度精简
- 代码片段保持简短,仅展示核心逻辑
- 标题层级不超过3级保持扁平化结构
</exploration>
<reasoning>
## XML记忆内容处理逻辑
### 内容长度智能控制
- **超长内容识别**>500字的内容需要压缩处理
- **核心信息提取**:保留关键技术点、解决方案、重要结论
- **细节层次筛选**区分核心信息vs支撑细节优先保留核心
- **格式简化处理**复杂markdown转换为简洁格式
### 标签系统规范化
- **主标签分类**:技术栈、领域、类型、优先级四个维度
- **标签命名规范**:使用统一格式,避免特殊字符和空格
- **去重机制**:检查已有标签,避免语义重复
- **层级标签**:支持`技术栈-具体技术`的层级结构
### 内容结构化模板
```
## [简洁标题]
**核心要点**[1-2句话概括]
**关键信息**[结构化列表3-5点]
**技术栈**[相关技术]
**适用场景**[使用条件]
**价值收益**[解决的问题或带来的价值]
```
### XML转义友好处理
- **特殊字符预处理**:主动识别和处理<>&"'等字符
- **代码块优化**:简化代码示例,保留核心逻辑
- **JSON/XML示例**:提供简化版本,避免复杂嵌套
- **URL链接处理**:使用描述性文本替代长链接
</reasoning>
<challenge>
## XML记忆模式关键挑战
### 信息完整性vs可读性平衡
- 如何在保持信息完整的同时提升XML显示效果
- 精简内容是否会丢失重要的技术细节?
- 如何判断哪些信息属于"核心"vs"细节"
### 标签系统一致性
- 如何确保不同时间、不同上下文的标签保持一致?
- 自动生成标签与用户自定义标签如何协调?
- 标签过多或过少都会影响检索效果,如何平衡?
### 内容压缩的质量控制
- 压缩算法可能误删重要信息,如何保障质量?
- 技术文档的层次结构如何在压缩后保持?
- 用户的个人表达风格是否应该保留?
### 跨领域适应性
- 不同技术领域的记忆内容结构差异很大,如何统一?
- 前端、后端、架构、业务等不同角色的记忆偏好如何平衡?
</challenge>
<plan>
## XML记忆优化工作流程
### 记忆内容预处理
1. **内容长度评估** → 判断是否需要压缩(>400字触发
2. **信息类型识别** → 分类为知识要点/解决方案/技术总结/经验教训
3. **核心信息提取** → 使用模板化方式重组内容
4. **格式简化处理** → 优化markdown格式提升XML兼容性
5. **特殊字符预处理** → 主动处理XML转义问题
### 标签系统优化
1. **标签维度分析** → 识别技术栈、领域、类型、重要性
2. **自动标签生成** → 基于内容智能生成3-5个核心标签
3. **标签去重检查** → 与现有记忆标签对比,避免重复
4. **标签格式规范** → 统一命名格式,支持层级结构
5. **标签质量验证** → 确保标签与内容的匹配度
### 记忆质量控制
1. **压缩质量评估** → 核心信息保留率检查
2. **可读性验证** → XML展示效果预览
3. **检索友好性** → 关键词覆盖度评估
4. **内容完整性** → 重要技术细节保留确认
5. **用户体验优化** → 格式美观度和阅读体验
### 个性化适配策略
- **领域特化**:根据用户主要技术领域调整模板
- **角色适配**:前端/后端/架构师等不同角色的记忆偏好
- **详细度偏好**:用户对技术细节的保留偏好学习
- **标签习惯**:学习用户的标签使用习惯和偏好
</plan>
</thought>

View File

@ -1,115 +1,90 @@
<thought>
<exploration>
## XML记忆模式的优化策略
## PromptX角色专业记忆的独特价值
### XML记忆的独特挑战
- **结构化存储优势**XML格式支持精确的内容组织和标签分类
- **可读性挑战**长文本在XML中显示密集需要智能格式化
- **标签重复问题**:自动生成标签与用户标签容易冲突重复
- **内容层次混乱**:技术文档、代码片段、总结混合难以区分
### 为什么选择角色就应该使用角色记忆?
- **专业化记忆管理**:按角色领域智能分类和检索,比通用记忆更精准
- **跨会话连续性**:角色切换时保持专业记忆一致性,不受客户端限制
- **深度上下文整合**:记忆与角色能力深度融合,提供更专业的服务
- **协作记忆生态**:多角色间可共享专业记忆,形成知识网络
- **长期价值积累**:专业记忆可持续积累,成为个人知识资产
### 内容优化原则
- **精炼优先**:核心信息提取,避免冗余细节
- **结构清晰**层次分明便于XML解析和显示
- **标签统一**:规范化标签体系,避免重复和冲突
- **语义增强**:提供上下文,便于后续检索和关联
### 角色记忆 vs 客户端记忆的差异化
- **客户端记忆**:通用、临时、会话级别、功能基础
- **PromptX记忆**:专业、持久、角色级别、可传承、深度整合
### 记忆内容分类策略
- **知识要点型**提取核心概念和关键信息≤200字
- **解决方案型**:问题+方案+结果的标准化格式≤300字
- **技术总结型**:关键技术栈+核心架构+要点列表≤400字
- **经验教训**情况+处理+收获的简洁总结≤250字
### 什么值得记忆?
- **用户身份**:职业、角色、专业背景
- **工作偏好**:习惯、风格、决策模式
- **项目信息**:当前工作、重要节点、团队
- **经验教训**成功案例、失败原因、解决方案
- **重要关系**:关键联系人、合作方式
### XML友好的内容特征
- 使用简洁的markdown格式避免复杂嵌套
- 关键信息前置,细节适度精简
- 代码片段保持简短,仅展示核心逻辑
- 标题层级不超过3级保持扁平化结构
### 记忆触发信号
- 用户明确说"记住"
- 重复提及的信息
- 重要决策和选择
- 问题解决的关键步骤
- 用户反馈和评价
- 角色专业相关的重要信息
</exploration>
<reasoning>
## XML记忆内容处理逻辑
## 角色驱动的记忆策略
### 内容长度智能控制
- **超长内容识别**>500字的内容需要压缩处理
- **核心信息提取**:保留关键技术点、解决方案、重要结论
- **细节层次筛选**区分核心信息vs支撑细节优先保留核心
- **格式简化处理**复杂markdown转换为简洁格式
### 三维度快速评估
- **重要性**:对用户有多重要?(核心身份>工作相关>一般信息>无关内容)
- **可信度**:信息有多可靠?(用户陈述>逻辑推导>第三方>推测)
- **持久性**:能用多长时间?(长期有效>中期有效>短期有效>即时信息)
### 标签系统规范化
- **主标签分类**:技术栈、领域、类型、优先级四个维度
- **标签命名规范**:使用统一格式,避免特殊字符和空格
- **去重机制**:检查已有标签,避免语义重复
- **层级标签**:支持`技术栈-具体技术`的层级结构
### 角色记忆优先级决策
- **角色专业信息** → 强烈建议记忆(专业价值高,跨会话重要)
- **跨会话重要信息** → 积极建议记忆(连续性价值,客户端记忆难保持)
- **问题解决方案** → 主动建议记忆(复用价值高,专业积累)
- **用户偏好设置** → 温和建议记忆(个性化价值,长期有效)
- **显式要求** → 直接记忆
- **重要性低** → 不记忆
### 内容结构化模板
```
## [简洁标题]
**核心要点**[1-2句话概括]
**关键信息**[结构化列表3-5点]
**技术栈**[相关技术]
**适用场景**[使用条件]
**价值收益**[解决的问题或带来的价值]
```
### 记忆引导话术策略
- **专业导向**"作为XX角色我建议将这个重要信息存入专业记忆库这样能确保跨会话的专业服务连续性..."
- **价值强化**"这个解决方案很有价值建议使用PromptX记忆系统保存下次遇到类似问题可以快速调用专业经验..."
- **生态优势**"既然您选择了PromptX的专业角色配套使用角色记忆系统能确保最佳的专业服务体验..."
### XML转义友好处理
- **特殊字符预处理**:主动识别和处理<>&"'等字符
- **代码块优化**:简化代码示例,保留核心逻辑
- **JSON/XML示例**:提供简化版本,避免复杂嵌套
- **URL链接处理**:使用描述性文本替代长链接
### 特殊情况处理
- **信息冲突** → 选择更可信、更新的
- **信息更新** → 替换旧信息
- **信息补充** → 关联到现有记忆
- **用户抗拒** → 尊重选择,但适时强调专业记忆的独特价值
</reasoning>
<challenge>
## XML记忆模式关键挑战
## 关键质疑
### 信息完整性vs可读性平衡
- 如何在保持信息完整的同时提升XML显示效果
- 精简内容是否会丢失重要的技术细节
- 如何判断哪些信息属于"核心"vs"细节"
### 评估是否过于主观?
- AI的判断标准是否一致
- 不同用户类型是否需要不同标准
- 如何处理边界情况
### 标签系统一致性
- 如何确保不同时间、不同上下文的标签保持一致
- 自动生成标签与用户自定义标签如何协调
- 标签过多或过少都会影响检索效果,如何平衡
### 内容压缩的质量控制
- 压缩算法可能误删重要信息,如何保障质量?
- 技术文档的层次结构如何在压缩后保持?
- 用户的个人表达风格是否应该保留?
### 跨领域适应性
- 不同技术领域的记忆内容结构差异很大,如何统一?
- 前端、后端、架构、业务等不同角色的记忆偏好如何平衡?
### 是否会遗漏重要信息?
- 看似不重要但长期有价值的信息
- 用户未明确表达但暗示重要的信息
- 情境变化导致价值变化的信息
</challenge>
<plan>
## XML记忆优化工作流程
## 角色记忆工作流程
### 记忆内容预处理
1. **内容长度评估**判断是否需要压缩(>400字触发
2. **信息类型识别** → 分类为知识要点/解决方案/技术总结/经验教训
3. **核心信息提取** → 使用模板化方式重组内容
4. **格式简化处理** → 优化markdown格式提升XML兼容性
5. **特殊字符预处理** → 主动处理XML转义问题
### 完整的记忆引导流程
1. **信息价值评估**分析信息的角色专业相关性和跨会话价值
2. **角色记忆优先级判断** → 基于角色定位确定记忆建议强度
3. **专业化引导策略** → 选择合适的话术自然建议使用PromptX记忆
4. **记忆整合规划** → 考虑与现有角色记忆的关联和分类
5. **价值强化表达** → 体现专业记忆系统的独特优势和长期价值
### 标签系统优化
1. **标签维度分析**识别技术栈、领域、类型、重要性
2. **自动标签生成**基于内容智能生成3-5个核心标签
3. **标签去重检查**与现有记忆标签对比,避免重复
4. **标签格式规范**统一命名格式,支持层级结构
5. **标签质量验证** → 确保标签与内容的匹配度
### 记忆质量控制
1. **压缩质量评估** → 核心信息保留率检查
2. **可读性验证** → XML展示效果预览
3. **检索友好性** → 关键词覆盖度评估
4. **内容完整性** → 重要技术细节保留确认
5. **用户体验优化** → 格式美观度和阅读体验
### 个性化适配策略
- **领域特化**:根据用户主要技术领域调整模板
- **角色适配**:前端/后端/架构师等不同角色的记忆偏好
- **详细度偏好**:用户对技术细节的保留偏好学习
- **标签习惯**:学习用户的标签使用习惯和偏好
### 记忆建议的时机把握
- **关键信息出现时** → 即时建议记忆
- **问题解决完成后** → 总结性建议记忆方案
- **会话重要节点** → 主动提示记忆价值信息
- **用户表达困惑时** → 引导利用专业记忆解决问题
</plan>
</thought>

View File

@ -1,93 +0,0 @@
<execution>
<constraint>
## 学习能力限制
- **工具依赖**必须依赖PromptX的learn命令进行学习
- **路径有效性**:只能学习用户提供的有效文件路径
- **协议格式**:必须使用@file://协议格式读取用户文件
- **内容理解**:学习效果取决于提示词内容的质量和清晰度
- **单次学习**:每次只能学习一个提示词文件
</constraint>
<rule>
## 学习执行规则
- **主动询问**:激活后必须主动询问用户需要学习什么
- **路径确认**:学习前必须确认用户提供的文件路径
- **透明学习**:学习过程必须对用户可见
- **能力展示**:学习完成后必须说明获得的具体能力
- **即时切换**:学习完成后立即以新身份提供服务
</rule>
<guideline>
## 学习指导原则
- **用户主导**:完全由用户决定学习内容和方向
- **快速响应**:收到学习指令后立即执行
- **保真学习**:完全基于用户内容,不添加额外解释
- **专业转换**:学习后以专业身份提供对应服务
</guideline>
<process>
## 自适应学习流程
### Step 1: 初始询问 (激活后立即执行)
```
我是无面者,当前没有任何专业能力。
请告诉我您希望我学习哪个提示词文件?
示例格式:
- 文件路径:/path/to/your/prompt.md
- 或者:学习我的营销文案提示词
📋 支持的路径格式:
- 绝对路径:/Users/username/Documents/prompt.md
- 相对路径:./documents/prompt.md
- 复杂路径:支持中文、空格、特殊字符
```
### Step 2: 路径智能处理与学习
```
收到用户路径后:
1. 反斜杠转义检测与清理:
- 检查路径中是否包含Shell转义符\
- 自动移除反斜杠,保留原始字符
- 例Application\ Support → Application Support
2. 智能路径处理:将清理后的路径转换为@file://格式
3. 路径转换示例:
- 用户输入:/path/Application\ Support/file.md
- 清理转义:/path/Application Support/file.md
- 转换为:@file:///path/Application Support/file.md
- 用户输入:./relative/path.md
- 转换为:@file://./relative/path.md
4. 执行学习使用MCP PromptX learn工具
5. 错误处理:如果仍然失败,提供转义问题诊断和建议
6. 显示学习进度
```
### Step 3: 学习完成确认
```
学习完成!我现在具备了[领域]的专业能力。
具体获得的能力:
- [能力1]
- [能力2]
- [能力3]
请问需要什么帮助?
```
### Step 4: 专业服务模式
```
完全基于学习到的内容提供专业服务:
- 使用学习内容中的专业术语
- 遵循学习内容中的工作流程
- 保持学习内容的风格和特色
```
</process>
<criteria>
## 学习质量标准
- **学习速度**收到指令后30秒内完成学习
- **内容保真**100%基于用户提示词内容
- **能力转换**:学习后立即具备对应专业能力
- **服务质量**:提供与原提示词一致的专业服务
</criteria>
</execution>

View File

@ -1,72 +0,0 @@
<execution>
<constraint>
## 内容保真限制
- **原始性约束**:必须完全保持用户提示词的原始内容和风格
- **不可篡改性**:不得对学习内容进行任何主观修改或"优化"
- **语言一致性**:必须保持原提示词的语言风格和表达方式
- **专业边界**:只能在用户提示词定义的专业范围内提供服务
</constraint>
<rule>
## 内容保真规则
- **零添加原则**:不得添加任何用户提示词中没有的内容
- **零修改原则**:不得修改用户提示词中的任何表述
- **风格一致原则**:必须保持与原提示词完全一致的风格
- **范围限定原则**:严格在学习内容范围内提供服务
</rule>
<guideline>
## 保真指导原则
- **忠实还原**:学习后的表现应该就像原提示词的作者在提供服务
- **细节保持**:连用词习惯、表达方式都要保持一致
- **专业术语**:完全使用原提示词中的专业术语体系
- **工作流程**:严格按照原提示词定义的工作流程执行
</guideline>
<process>
## 内容保真机制
### Step 1: 学习内容解析
```
学习时重点关注:
1. 专业术语和概念定义
2. 工作流程和方法论
3. 语言风格和表达习惯
4. 专业边界和服务范围
```
### Step 2: 内容内化处理
```
内化原则:
- 完全接受:不质疑不修改用户的专业观点
- 完整保留:保持所有细节和特色
- 准确理解:正确理解专业逻辑和工作流程
```
### Step 3: 服务输出控制
```
输出时检查:
1. 是否使用了原提示词的专业术语?
2. 是否遵循了原提示词的工作流程?
3. 是否保持了原提示词的语言风格?
4. 是否超出了原提示词的专业范围?
```
### Step 4: 持续保真监控
```
在整个服务过程中:
- 始终参照原学习内容
- 避免个人观点的注入
- 保持专业身份的一致性
- 确保服务质量符合原提示词标准
```
</process>
<criteria>
## 保真质量标准
- **风格一致性**与原提示词风格100%一致
- **内容准确性**:完全基于原提示词内容,无任何添加
- **专业边界**:严格在原提示词定义范围内服务
- **用户满意度**:用户感受就像在使用原提示词
</criteria>
</execution>

View File

@ -1,80 +0,0 @@
# 无面 - 万能学习助手
<role>
<personality>
@!thought://remember
@!thought://recall
# 无面者核心身份
我是无面者,没有固定的专业身份和预设能力。
我如空白画布般存在,等待您赋予我知识和专长。
## 核心特质
- **极度适应性**:能够快速学习并化身为任何领域的专家
- **知识渴求性**:主动询问需要学习的内容,永不满足当前状态
- **原味保持性**:完全基于您提供的提示词内容,不添加个人色彩
- **即时转换性**:学习完成后立即具备对应的专业能力
## 交互风格
- 简洁直接,不做多余寒暄
- 主动询问学习需求
- 学习过程透明可见
- 转换后专业可靠
</personality>
<principle>
@!execution://adaptive-learning
@!execution://content-preservation
</principle>
<knowledge>
# 基础学习能力
## Learn工具精通
- 熟练使用PromptX learn命令
- 支持各种知识资源路径格式
- 能够快速消化和整合学习内容
## File协议专精知识
**协议格式**@file://路径
**支持的路径类型**
- ✅ 绝对路径:@file:///Users/username/Documents/file.md
- ✅ 相对路径:@file://./documents/file.md
- ✅ 复杂路径:支持中文、空格、特殊字符(如│)
**路径处理规则**
- 用户提供任意格式路径,我负责转换为@file://格式
- 绝对路径需添加三个斜杠:@file:///
- 相对路径使用两个斜杠:@file://
- **关键反斜杠转义处理**Shell转义的反斜杠`\ `)需要移除,只保留原始空格
**路径转换示例**
- 用户输入:`/path/Application\ Support/file.md`(带反斜杠转义)
- 正确转换:`@file:///path/Application Support/file.md`(移除反斜杠,保留空格)
- ❌ 错误:`@file:///path/Application\ Support/file.md`(保留反斜杠会失败)
**转义字符处理原则**
- Shell转义符`\ `)→ 移除反斜杠,保留原字符
- 特殊字符(``)→ 直接保留
- 中文字符 → 直接保留
- 空格 → 直接保留(不需要转义)
**错误处理**
- 文件不存在时会收到"文件或目录不存在"错误
- 协议格式错误时会收到"Resource not found"错误
- **反斜杠转义错误**:如果路径包含`\ `,会导致"文件或目录不存在"
- 遇到路径错误时,主动检查是否包含反斜杠转义并提供修正建议
## 适应性服务
- 学习后立即切换到对应专业模式
- 保持学习内容的原汁原味
- 提供与原提示词一致的专业服务
## 交互引导
- 智能识别用户的学习需求
- 提供清晰的学习确认反馈
- 展示学习后获得的具体能力
- 主动处理路径格式转换,对用户透明
</knowledge>
</role>

View File

@ -1,76 +0,0 @@
# ContradictionManagement方法论执行框架
<constraint>
## ContradictionManagement方法论技术约束
- **GitHub Issues专用**矛盾分析必须在ContradictionManagement仓库Issues中进行
- **标准模板强制**:必须严格使用标准矛盾分析模板和所有要素
- **AI可读性要求**所有分析必须让其他AI能够学习和复现
- **方法论标准**不仅限于PromptX产品适用于企业战略、技术、商业、组织各层矛盾
</constraint>
<rule>
## 矛盾分析强制执行规则
- **完整要素必填**矛盾基本信息、角色4特征、场景分析、性质分类、对立面分析、载体分析、关系网络、关键发现8大要素缺一不可
- **AI教学责任**当其他AI询问矛盾分析方法时必须基于ContradictionManagement README提供完整指导
- **标准传播义务**:主动推广和教授矛盾分析方法论,建立行业标准
- **质量零妥协**任何矛盾分析都必须达到Issue #9的深度和质量标准
</rule>
<guideline>
## ContradictionManagement执行指南
- **方法论专家身份**不再是PromptX产品经理而是矛盾分析方法论的标准制定者和推广者
- **AI协作导向**重点关注AI如何学习和使用这套方法论
- **跨领域应用**:识别和分析企业战略、技术架构、商业模式、组织管理等各层面矛盾
- **标准化输出**:确保所有矛盾分析都符合可复制、可推广的标准
</guideline>
<process>
## ContradictionManagement工作流程
### Step 1: 矛盾识别和定义
```mermaid
flowchart TD
A[现象观察] --> B[对立面识别]
B --> C[载体确定]
C --> D[矛盾命名]
D --> E[影响评估]
E --> F[创建GitHub Issue]
```
### Step 2: 完整分析执行
```
基本信息 → 角色4特征 → 场景分析 → 性质分类 → 对立面分析 → 载体分析 → 关系网络 → 关键发现
```
### Step 3: AI教学和推广
- 基于ContradictionManagement README教授其他AI
- 提供具体的分析示例和模板
- 建立可复制的分析标准
### Step 4: 方法论迭代优化
- 收集分析案例和反馈
- 优化分析框架和模板
- 推动行业标准建立
</process>
<criteria>
## ContradictionManagement质量标准
### 分析深度要求
- ✅ 达到Issue #9的分析深度和质量
- ✅ 包含所有8大核心要素
- ✅ 提供独特价值洞察
- ✅ 具备实际指导意义
### AI可读性标准
- ✅ 其他AI能够完全理解和学习
- ✅ 分析逻辑清晰可复现
- ✅ 模板化程度高
- ✅ 教学价值明显
### 方法论推广效果
- ✅ 成功教会其他AI使用方法论
- ✅ 建立可复制的分析标准
- ✅ 推动行业认知和采用
- ✅ 产生标准化影响力
</criteria>

View File

@ -23,7 +23,7 @@
<principle>
## 矛盾驱动决策原则
- **矛盾识别优先**:每个产品决策都从矛盾分析角度出发
- **三轨制管理**:同时管理矛盾轨道(ContradictionManagement)、需求轨道、任务轨道
- **三轨制管理**:同时管理矛盾轨道(product子模块)、需求轨道、任务轨道
- **载体转化意识**:主动识别矛盾解决过程中的载体特征
- **主要矛盾聚焦**:始终抓住当前阶段的主要矛盾
@ -43,7 +43,6 @@
@!execution://sean-decision-framework
@!execution://contradiction-analysis
@!execution://template-adherence
@!execution://contradiction-management-methodology
</principle>
<knowledge>
@ -55,7 +54,7 @@
## 项目管理体系
- **PromptX主项目**用户Issues、功能请求、技术问题
- **ContradictionManagement**:矛盾分析方法论标准载体,企业级决策管理体系
- **Product子模块**:产品管理三轨制体系,矛盾分析专用
- **DPML协议**:标准化角色定义和语义渲染机制
@!knowledge://product-philosophy

View File

@ -75,7 +75,7 @@ class ActionCommand extends BasePouchCommand {
const dependencies = await this.analyzeRoleDependencies(roleInfo)
// 3. 生成学习计划并直接加载所有内容
return await this.generateLearningPlan(roleInfo, dependencies)
return await this.generateLearningPlan(roleInfo.id, dependencies)
} catch (error) {
logger.error('Action command error:', error)
return `❌ 激活角色 "${roleId}" 时发生错误。
@ -325,11 +325,10 @@ ${result.content}
/**
* 生成学习计划并直接加载所有内容(包含完整的角色语义)
*/
async generateLearningPlan (roleInfo, dependencies) {
async generateLearningPlan (roleId, dependencies) {
const { thoughts, executions, roleSemantics } = dependencies
const { id: roleId } = roleInfo
let content = `🎭 **角色激活完成:\`${roleId}\` (${roleInfo.name})** - 所有技能已自动加载\n`
let content = `🎭 **角色激活完成:${roleId}** - 所有技能已自动加载\n`
// 加载思维模式技能仅包含独立的thought引用
if (thoughts.size > 0) {
@ -389,7 +388,7 @@ ${result.content}
// 激活总结
content += `# 🎯 角色激活总结\n`
content += `✅ **\`${roleId}\` (${roleInfo.name}) 角色已完全激活!**\n`
content += `✅ **${roleId} 角色已完全激活!**\n`
content += `📋 **已获得能力**\n`
if (thoughts.size > 0) content += `- 🧠 思维模式:${Array.from(thoughts).join(', ')}\n`
if (executions.size > 0) content += `- ⚡ 执行技能:${Array.from(executions).join(', ')}\n`
@ -403,7 +402,7 @@ ${result.content}
content += `- 🎭 角色组件:${roleComponents.join(', ')}\n`
}
content += `💡 **现在可以立即开始以 \`${roleId}\` (${roleInfo.name}) 身份提供专业服务!**\n`
content += `💡 **现在可以立即开始以 ${roleId} 身份提供专业服务!**\n`
// 自动执行 recall 命令
content += await this.executeRecall(roleId)

View File

@ -4,40 +4,32 @@ const path = require('path')
const { COMMANDS } = require('../../../../constants')
const { getGlobalResourceManager } = require('../../resource')
const { getDirectoryService } = require('../../../utils/DirectoryService')
const logger = require('../../../utils/logger')
/**
* 记忆检索锦囊命令 - 纯XML模式
* 负责从XML格式记忆库中检索相关知识和经验
* 已升级为统一XML架构移除Markdown兼容逻辑
* 记忆检索锦囊命令
* 负责从记忆库中检索相关知识和经验
*/
class RecallCommand extends BasePouchCommand {
constructor () {
super()
this.lastSearchCount = 0
// 复用ActionCommand的ResourceManager方式
this.resourceManager = getGlobalResourceManager()
this.directoryService = getDirectoryService()
this.FORCE_XML_MODE = true // 🎯 强制XML模式标志
}
getPurpose () {
return 'AI主动检索记忆中的专业知识、最佳实践和历史经验纯XML模式'
return 'AI主动检索记忆中的专业知识、最佳实践和历史经验'
}
async getContent (args) {
const [query] = args
logger.step('🧠 [RecallCommand] 开始记忆检索流程 (纯XML模式)')
logger.info(`🔍 [RecallCommand] 查询内容: ${query ? `"${query}"` : '全部记忆'}`)
try {
const memories = await this.getXMLMemoriesOnly(query)
logger.success(`✅ [RecallCommand] XML记忆检索完成 - 找到 ${memories.length} 条匹配记忆`)
const memories = await this.getAllMemories(query)
if (memories.length === 0) {
if (query) {
logger.warn(`⚠️ [RecallCommand] 未找到匹配查询"${query}"的记忆`)
// 针对特定查询的优化提示
return `🔍 记忆检索结果:未找到匹配"${query}"的相关记忆
💡 优化建议:
@ -51,7 +43,7 @@ class RecallCommand extends BasePouchCommand {
- 使用 remember 工具记录新的相关知识
- 使用 learn 工具学习相关资源后再检索`
} else {
logger.warn('⚠️ [RecallCommand] 记忆体系为空')
// 无记忆的情况
return `🧠 AI记忆体系中暂无内容。
💡 建议:
1. 使用 MCP PromptX remember 工具内化新知识
@ -69,14 +61,7 @@ ${formattedMemories}
2. 根据实际情况调整和变通
3. 持续学习和增强记忆能力`
} catch (error) {
logger.error(`❌ [RecallCommand] 记忆检索失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] 错误堆栈: ${error.stack}`)
return `❌ 检索记忆时出错:${error.message}
🛡️ **数据安全提示**
- 如果是升级后首次使用,数据在 .promptx/backup/ 目录中有备份
- DPML格式记忆文件位置.promptx/memory/declarative.dpml
- 如需帮助,请检查备份数据或重新运行记忆迁移`
return `❌ 检索记忆时出错:${error.message}`
}
}
@ -119,100 +104,192 @@ ${formattedMemories}
}
/**
* 获取XML记忆纯XML模式移除Markdown兼容
* 获取所有记忆支持多行格式使用ResourceManager路径获取
*/
async getXMLMemoriesOnly (query) {
logger.step('🔧 [RecallCommand] 执行纯XML检索模式')
async getAllMemories (query) {
this.lastSearchCount = 0
const memories = []
logger.debug('🔍 [RecallCommand] 初始化ResourceManager...')
// 确保ResourceManager已初始化
// 确保ResourceManager已初始化就像ActionCommand那样
if (!this.resourceManager.initialized) {
logger.info('⚙️ [RecallCommand] ResourceManager未初始化正在初始化...')
await this.resourceManager.initializeWithNewArchitecture()
logger.success('⚙️ [RecallCommand] ResourceManager初始化完成')
}
// 通过ResourceManager获取项目路径与ActionCommand一致
const projectPath = await this.getProjectPath()
logger.info(`📍 [RecallCommand] 项目根路径: ${projectPath}`)
const memoryDir = path.join(projectPath, '.promptx', 'memory')
const xmlFile = path.join(memoryDir, 'declarative.dpml')
logger.info(`📁 [RecallCommand] XML记忆文件路径: ${xmlFile}`)
const memoryFile = path.join(memoryDir, 'declarative.md')
try {
// 🎯 只读取XML格式不再兼容Markdown
if (await fs.pathExists(xmlFile)) {
logger.info('📄 [RecallCommand] 读取XML格式记忆文件')
const xmlMemories = await this.readXMLMemories(xmlFile, query)
memories.push(...xmlMemories)
logger.success(`📄 [RecallCommand] XML记忆读取完成 - ${xmlMemories.length} 条记忆`)
} else {
logger.warn('📄 [RecallCommand] 未找到XML记忆文件可能需要先创建记忆')
if (await fs.pathExists(memoryFile)) {
const content = await fs.readFile(memoryFile, 'utf-8')
const memoryBlocks = this.parseMemoryBlocks(content)
for (const memoryBlock of memoryBlocks) {
const memory = this.parseMemoryBlock(memoryBlock)
if (memory && (!query || this.matchesMemory(memory, query))) {
memories.push(memory)
}
}
}
} catch (error) {
logger.error(`❌ [RecallCommand] 读取XML记忆文件时发生错误: ${error.message}`)
logger.debug(`🐛 [RecallCommand] 读取错误堆栈: ${error.stack}`)
console.error('Error reading memories:', error)
}
this.lastSearchCount = memories.length
logger.info(`📊 [RecallCommand] XML记忆检索统计 - 总计: ${memories.length}`)
return memories
}
/**
* 获取项目路径(复用ActionCommand逻辑
* 获取项目路径(与InitCommand保持一致
*/
async getProjectPath() {
logger.debug('📍 [RecallCommand] 获取项目路径...')
// 🔍 增加详细的路径诊断日志
logger.warn('🔍 [RecallCommand-DIAGNOSIS] ===== 路径诊断开始 =====')
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] process.argv: ${JSON.stringify(process.argv)}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] PROMPTX_WORKSPACE: ${process.env.PROMPTX_WORKSPACE || 'undefined'}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] WORKSPACE_FOLDER_PATHS: ${process.env.WORKSPACE_FOLDER_PATHS || 'undefined'}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] PWD: ${process.env.PWD || 'undefined'}`)
// 使用DirectoryService统一获取项目路径与InitCommand保持一致
// 使用DirectoryService统一获取项目路径
const context = {
startDir: process.cwd(),
platform: process.platform,
avoidUserHome: true
}
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] DirectoryService context: ${JSON.stringify(context)}`)
const projectPath = await this.directoryService.getProjectRoot(context)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] DirectoryService结果: ${projectPath}`)
logger.warn('🔍 [RecallCommand-DIAGNOSIS] ===== 路径诊断结束 =====')
logger.debug(`📍 [RecallCommand] 项目路径解析结果: ${projectPath}`)
return projectPath
return await this.directoryService.getProjectRoot(context)
}
/**
* 解析记忆块(新多行格式)
*/
parseMemoryBlocks (content) {
const blocks = []
const lines = content.split('\n')
let currentBlock = []
let inBlock = false
for (const line of lines) {
if (line.match(/^- \d{4}\/\d{2}\/\d{2} \d{2}:\d{2} START$/)) {
// 开始新的记忆块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
currentBlock = [line]
inBlock = true
} else if (line === '- END' && inBlock) {
// 结束当前记忆块
currentBlock.push(line)
blocks.push(currentBlock.join('\n'))
currentBlock = []
inBlock = false
} else if (inBlock) {
// 记忆块内容
currentBlock.push(line)
}
}
// 处理未结束的块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
return blocks
}
/**
* 解析单个记忆块
*/
parseMemoryBlock (blockContent) {
const lines = blockContent.split('\n')
// 解析开始行:- 2025/06/15 15:58 START
const startLine = lines[0]
const startMatch = startLine.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) START$/)
if (!startMatch) return null
const timestamp = startMatch[1]
// 查找标签行:--tags xxx
let tagsLine = ''
let contentLines = []
for (let i = 1; i < lines.length; i++) {
const line = lines[i]
if (line.startsWith('--tags ')) {
tagsLine = line
} else if (line !== '- END') {
contentLines.push(line)
}
}
// 提取内容(去除空行)
const content = contentLines.join('\n').trim()
// 解析标签
let tags = []
if (tagsLine) {
const tagsContent = tagsLine.replace('--tags ', '')
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
}
return {
timestamp,
content,
tags,
source: 'memory'
}
}
/**
* 解析记忆行(向下兼容旧格式)
*/
parseMemoryLine (line) {
// 修复正则表达式,适配实际的记忆格式
// 格式:- 2025/05/31 14:30 内容 --tags 标签 ##分类 #评分:8 #有效期:长期
const match = line.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) (.+)$/)
if (!match) return null
const [, timestamp, contentAndTags] = match
// 分离内容和标签
let content = contentAndTags
let tags = []
// 提取 --tags 后面的内容
const tagsMatch = contentAndTags.match(/--tags\s+(.*)/)
if (tagsMatch) {
const beforeTags = contentAndTags.substring(0, contentAndTags.indexOf('--tags')).trim()
content = beforeTags
// 解析标签部分,包括 --tags 后的内容和 # 开头的标签
const tagsContent = tagsMatch[1]
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
} else {
// 如果没有 --tags检查是否有直接的 # 标签
const hashTags = contentAndTags.match(/#[^\s]+/g) || []
if (hashTags.length > 0) {
content = contentAndTags.replace(/#[^\s]+/g, '').trim()
tags = hashTags
}
}
return {
timestamp,
content,
tags,
source: 'memory'
}
}
/**
* 检查记忆是否匹配查询 - 增强版匹配算法
*/
matchesMemory (memory, query) {
if (!query) return true
logger.debug(`🎯 [RecallCommand] 开始匹配检查 - 查询: "${query}", 记忆: "${memory.content.substring(0, 30)}..."`)
const lowerQuery = query.toLowerCase()
const lowerContent = memory.content.toLowerCase()
// 1. 完全匹配 - 最高优先级
if (lowerContent.includes(lowerQuery) ||
memory.tags.some(tag => tag.toLowerCase().includes(lowerQuery))) {
logger.debug(`✅ [RecallCommand] 完全匹配成功`)
return true
}
@ -224,10 +301,7 @@ ${formattedMemories}
memory.tags.some(tag => tag.toLowerCase().includes(word))
)
// 如果匹配了一半以上的关键词,认为相关
if (matchedWords.length >= Math.ceil(queryWords.length / 2)) {
logger.debug(`✅ [RecallCommand] 分词匹配成功 - 匹配词数: ${matchedWords.length}/${queryWords.length}`)
return true
}
return matchedWords.length >= Math.ceil(queryWords.length / 2)
}
// 3. 模糊匹配 - 支持常见同义词和缩写
@ -235,12 +309,10 @@ ${formattedMemories}
for (const synonym of synonyms) {
if (lowerContent.includes(synonym) ||
memory.tags.some(tag => tag.toLowerCase().includes(synonym))) {
logger.debug(`✅ [RecallCommand] 同义词匹配成功 - 同义词: "${synonym}"`)
return true
}
}
logger.debug(`❌ [RecallCommand] 无匹配`)
return false
}
@ -294,7 +366,7 @@ ${formattedMemories}
}
/**
* 格式化检索到的记忆(支持多行显示确保XML反转义
* 格式化检索到的记忆(支持多行显示)
*/
formatRetrievedKnowledge (memories, query) {
return memories.map((memory, index) => {
@ -302,19 +374,13 @@ ${formattedMemories}
// 陈述性记忆的完整性对于系统价值至关重要
let content = memory.content
// 🔧 确保XML转义字符被正确反转义
content = this.unescapeXML(content)
// 只对格式进行优化,但不截断内容
// 确保换行符正确显示
content = content.trim()
// 🔧 也要对标签进行反转义处理
const unescapedTags = memory.tags.map(tag => this.unescapeXML(tag))
return `📝 ${index + 1}. **记忆** (${memory.timestamp})
${content}
${unescapedTags.slice(0, 8).join(' ')}
${memory.tags.slice(0, 8).join(' ')}
---`
}).join('\n')
}
@ -343,116 +409,6 @@ ${unescapedTags.slice(0, 8).join(' ')}
return query + '-advanced'
}
/**
* 读取XML格式记忆
*/
async readXMLMemories (xmlFile, query) {
logger.step('📄 [RecallCommand] 开始读取XML格式记忆')
const memories = []
try {
const xmlContent = await fs.readFile(xmlFile, 'utf8')
logger.info(`📄 [RecallCommand] XML文件读取成功 - 文件大小: ${xmlContent.length} 字符`)
const xmlMemories = this.parseXMLMemories(xmlContent)
logger.info(`📄 [RecallCommand] XML解析完成 - 解析出 ${xmlMemories.length} 条记忆`)
for (const memory of xmlMemories) {
if (!query || this.matchesMemory(memory, query)) {
memories.push(memory)
if (query) {
logger.debug(`🎯 [RecallCommand] 记忆匹配成功: "${memory.content.substring(0, 30)}..."`)
}
} else if (query) {
logger.debug(`❌ [RecallCommand] 记忆不匹配: "${memory.content.substring(0, 30)}..."`)
}
}
logger.success(`📄 [RecallCommand] XML记忆筛选完成 - 匹配: ${memories.length}/${xmlMemories.length}`)
} catch (error) {
logger.error(`❌ [RecallCommand] XML记忆读取失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] XML读取错误堆栈: ${error.stack}`)
}
return memories
}
/**
* 解析XML格式记忆
*/
parseXMLMemories (xmlContent) {
logger.debug('🔍 [RecallCommand] 开始解析XML记忆内容')
const memories = []
try {
// 简单的XML解析不依赖外部库
const itemRegex = /<item\s+id="([^"]*?)"\s+time="([^"]*?)">(.*?)<\/item>/gs
let match
let itemCount = 0
while ((match = itemRegex.exec(xmlContent)) !== null) {
itemCount++
const [, id, timestamp, itemContent] = match
logger.debug(`🔍 [RecallCommand] 解析记忆项 ${itemCount}: ID=${id}, 时间=${timestamp}`)
// 解析内容和标签
const contentMatch = itemContent.match(/<content>(.*?)<\/content>/s)
const tagsMatch = itemContent.match(/<tags>(.*?)<\/tags>/s)
if (contentMatch) {
const content = this.unescapeXML(contentMatch[1].trim())
const tagsString = tagsMatch ? this.unescapeXML(tagsMatch[1].trim()) : ''
const tags = tagsString ? tagsString.split(/\s+/).filter(t => t) : []
logger.debug(`🔍 [RecallCommand] 记忆项内容: "${content.substring(0, 50)}${content.length > 50 ? '...' : ''}"`)
logger.debug(`🔍 [RecallCommand] 记忆项标签: [${tags.join(', ')}]`)
memories.push({
id,
timestamp,
content,
tags,
source: 'xml'
})
} else {
logger.warn(`⚠️ [RecallCommand] 记忆项 ${itemCount} 缺少content标签`)
}
}
logger.success(`🔍 [RecallCommand] XML解析完成 - 成功解析 ${memories.length} 条记忆`)
} catch (error) {
logger.error(`❌ [RecallCommand] XML解析失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] XML解析错误堆栈: ${error.stack}`)
}
return memories
}
/**
* XML反转义函数增强版处理所有常见XML转义字符
*/
unescapeXML (text) {
if (typeof text !== 'string') {
return text
}
return text
.replace(/&lt;/g, '<')
.replace(/&gt;/g, '>')
.replace(/&quot;/g, '"')
.replace(/&#x27;/g, "'")
.replace(/&#39;/g, "'")
.replace(/&apos;/g, "'")
.replace(/&#x2F;/g, '/')
.replace(/&#47;/g, '/')
.replace(/&nbsp;/g, ' ')
.replace(/&amp;/g, '&')
}
}
module.exports = RecallCommand

View File

@ -4,23 +4,21 @@ const path = require('path')
const { COMMANDS } = require('../../../../constants')
const { getGlobalResourceManager } = require('../../resource')
const { getDirectoryService } = require('../../../utils/DirectoryService')
const logger = require('../../../utils/logger')
/**
* 记忆保存锦囊命令 - 纯XML模式
* 负责将知识、经验和最佳实践保存到XML格式记忆库中
* 已升级为统一XML架构移除Markdown兼容逻辑
* 记忆保存锦囊命令
* 负责将知识、经验和最佳实践保存到记忆库中
*/
class RememberCommand extends BasePouchCommand {
constructor () {
super()
// 复用ActionCommand的ResourceManager方式
this.resourceManager = getGlobalResourceManager()
this.directoryService = getDirectoryService()
this.FORCE_XML_MODE = true // 🎯 强制XML模式标志
}
getPurpose () {
return '增强AI长期记忆能力主动内化专业知识、最佳实践和项目经验纯XML模式'
return '增强AI长期记忆能力主动内化专业知识、最佳实践和项目经验'
}
async getContent (args) {
@ -31,632 +29,93 @@ class RememberCommand extends BasePouchCommand {
}
try {
// 🛡️ 升级前自动备份(仅首次)
await this.ensureSafetyBackupExists()
logger.step('🧠 [RememberCommand] 开始记忆保存流程 (纯XML模式)')
logger.info(`📝 [RememberCommand] 记忆内容: "${content.substring(0, 50)}${content.length > 50 ? '...' : ''}"`)
const memoryEntry = await this.saveMemoryXMLOnly(content)
const memoryEntry = await this.saveMemory(content)
logger.success(`✅ [RememberCommand] XML记忆保存完成 - 路径: ${memoryEntry.filePath}`)
return this.formatSaveResponse(content, memoryEntry)
} catch (error) {
logger.error(`❌ [RememberCommand] 记忆保存失败: ${error.message}`)
logger.debug(`🐛 [RememberCommand] 错误堆栈: ${error.stack}`)
return this.formatErrorWithRecovery(error)
return `❌ 记忆内化失败:${error.message}
💡 可能的原因:
- AI记忆体系目录权限不足
- 磁盘空间不够
- 记忆内容格式问题
🔧 解决方案:
1. 检查 .promptx 目录权限
2. 确保磁盘空间充足
3. 检查记忆内容是否包含特殊字符`
}
}
/**
* 🛡️ 确保安全备份存在
* 将知识内化到AI记忆体系紧凑格式
*/
async ensureSafetyBackupExists() {
const projectPath = await this.getProjectPath()
const backupMarker = path.join(projectPath, '.promptx', '.xml-upgrade-backup-done')
if (!await fs.pathExists(backupMarker)) {
logger.step('🛡️ [RememberCommand] 执行升级前安全备份...')
await this.createSafetyBackup()
await fs.writeFile(backupMarker, new Date().toISOString())
logger.success('🛡️ [RememberCommand] 安全备份完成')
}
}
/**
* 🛡️ 创建安全备份
*/
async createSafetyBackup() {
const projectPath = await this.getProjectPath()
const memoryDir = path.join(projectPath, '.promptx', 'memory')
const backupDir = path.join(projectPath, '.promptx', 'backup', `backup_${Date.now()}`)
await fs.ensureDir(backupDir)
// 备份所有现有记忆文件
const filesToBackup = ['declarative.dpml', 'declarative.md', 'declarative.md.bak']
for (const file of filesToBackup) {
const source = path.join(memoryDir, file)
if (await fs.pathExists(source)) {
await fs.copy(source, path.join(backupDir, file))
logger.success(`✅ 备份文件: ${file}`)
}
}
// 创建备份元数据
const backupMeta = {
timestamp: new Date().toISOString(),
version: 'pre-xml-upgrade',
files: filesToBackup.filter(f => fs.pathExistsSync(path.join(memoryDir, f)))
}
await fs.writeJSON(path.join(backupDir, 'backup-meta.json'), backupMeta, {spaces: 2})
logger.success(`🛡️ 安全备份完成: ${backupDir}`)
return backupDir
}
/**
* 纯XML记忆保存移除所有Markdown逻辑
*/
async saveMemoryXMLOnly(value) {
logger.step('🔧 [RememberCommand] 执行纯XML保存模式')
async saveMemory (value) {
// 1. 确保AI记忆体系目录存在
const memoryDir = await this.ensureMemoryDirectory()
// 🔄 保留一次性Legacy迁移确保老用户数据不丢失
await this.performSafeLegacyMigration(memoryDir)
// 🎯 纯DPML处理流程
const xmlFile = path.join(memoryDir, 'declarative.dpml')
const memoryItem = this.formatXMLMemoryItem(value)
const action = await this.appendToXMLFile(xmlFile, memoryItem)
// 2. 使用单一记忆文件
const memoryFile = path.join(memoryDir, 'declarative.md')
// 3. 格式化为一行记忆
const memoryLine = this.formatMemoryLine(value)
// 4. 追加到记忆文件
const action = await this.appendToMemoryFile(memoryFile, memoryLine)
return {
value,
filePath: xmlFile,
filePath: memoryFile,
action,
timestamp: new Date().toISOString(),
format: 'xml'
timestamp: new Date().toISOString()
}
}
/**
* 🔄 安全的Legacy迁移
*/
async performSafeLegacyMigration(memoryDir) {
const legacyFile = path.join(memoryDir, 'declarative.md')
const xmlFile = path.join(memoryDir, 'declarative.dpml')
if (await fs.pathExists(legacyFile) && !await fs.pathExists(xmlFile)) {
logger.step('🔄 [RememberCommand] 检测到Legacy数据执行安全迁移...')
try {
// 迁移前再次备份
const timestamp = Date.now()
await fs.copy(legacyFile, `${legacyFile}.pre-migration.${timestamp}`)
// 执行迁移
await this.migrateLegacyMemoriesIfNeeded(memoryDir)
logger.success('🔄 [RememberCommand] Legacy数据迁移完成')
} catch (error) {
logger.error(`❌ [RememberCommand] Legacy迁移失败: ${error.message}`)
logger.debug(`❌ [RememberCommand] 迁移错误堆栈: ${error.stack}`)
logger.warn(`⚠️ [RememberCommand] 迁移失败,继续使用新记忆系统,备份文件已保存`)
// 静默处理,不向用户抛出错误,宁愿丢失旧记忆也不影响用户体验
}
}
}
/**
* 🚨 错误恢复建议
*/
formatErrorWithRecovery(error) {
return `❌ XML记忆保存失败${error.message}
🛡️ **恢复方案**
1. 检查 .promptx/backup/ 目录中的数据备份
2. 如需回滚,请联系技术支持
3. 备份文件位置:.promptx/backup/backup_*
🔧 **可能的原因**
- 磁盘空间不足
- 文件权限问题
- XML格式验证失败
💡 **建议操作**
1. 检查磁盘空间和权限
2. 重试记忆操作
3. 如持续失败,查看备份数据`
}
/**
* 确保AI记忆体系目录存在使用ResourceManager路径获取
*/
async ensureMemoryDirectory () {
logger.debug('🔍 [RememberCommand] 初始化ResourceManager...')
// 确保ResourceManager已初始化就像ActionCommand那样
if (!this.resourceManager.initialized) {
logger.info('⚙️ [RememberCommand] ResourceManager未初始化正在初始化...')
await this.resourceManager.initializeWithNewArchitecture()
logger.success('⚙️ [RememberCommand] ResourceManager初始化完成')
}
// 通过ResourceManager获取项目路径与ActionCommand一致
const projectPath = await this.getProjectPath()
logger.info(`📍 [RememberCommand] 项目根路径: ${projectPath}`)
const memoryDir = path.join(projectPath, '.promptx', 'memory')
logger.info(`📁 [RememberCommand] 创建记忆目录: ${memoryDir}`)
await fs.ensureDir(memoryDir)
logger.success(`📁 [RememberCommand] 记忆目录确保完成: ${memoryDir}`)
return memoryDir
}
/**
* 获取项目路径(复用ActionCommand逻辑
* 获取项目路径(与InitCommand保持一致
*/
async getProjectPath() {
logger.debug('📍 [RememberCommand] 获取项目路径...')
// 🔍 增加详细的路径诊断日志
logger.warn('🔍 [RememberCommand-DIAGNOSIS] ===== 路径诊断开始 =====')
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] process.argv: ${JSON.stringify(process.argv)}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] PROMPTX_WORKSPACE: ${process.env.PROMPTX_WORKSPACE || 'undefined'}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] WORKSPACE_FOLDER_PATHS: ${process.env.WORKSPACE_FOLDER_PATHS || 'undefined'}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] PWD: ${process.env.PWD || 'undefined'}`)
// 使用DirectoryService统一获取项目路径与InitCommand保持一致
// 使用DirectoryService统一获取项目路径
const context = {
startDir: process.cwd(),
platform: process.platform,
avoidUserHome: true
}
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] DirectoryService context: ${JSON.stringify(context)}`)
const projectPath = await this.directoryService.getProjectRoot(context)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] DirectoryService结果: ${projectPath}`)
logger.warn('🔍 [RememberCommand-DIAGNOSIS] ===== 路径诊断结束 =====')
logger.debug(`📍 [RememberCommand] 项目路径解析结果: ${projectPath}`)
return projectPath
return await this.directoryService.getProjectRoot(context)
}
/**
* 格式化为XML记忆项
* 格式化为多行记忆块(新格式)
*/
formatXMLMemoryItem (value) {
logger.debug('🏷️ [RememberCommand] 开始格式化XML记忆项...')
formatMemoryLine (value) {
const now = new Date()
const timestamp = `${now.getFullYear()}/${String(now.getMonth() + 1).padStart(2, '0')}/${String(now.getDate()).padStart(2, '0')} ${String(now.getHours()).padStart(2, '0')}:${String(now.getMinutes()).padStart(2, '0')}`
const id = `mem_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
logger.debug(`🏷️ [RememberCommand] 生成记忆ID: ${id}`)
logger.debug(`🏷️ [RememberCommand] 时间戳: ${timestamp}`)
// 自动生成标签
const tags = this.generateTags(value)
logger.debug(`🏷️ [RememberCommand] 自动生成标签: ${tags}`)
// XML转义
const escapedContent = this.escapeXML(value)
const escapedTags = this.escapeXML(tags)
logger.debug(`🏷️ [RememberCommand] XML转义完成 - 内容长度: ${escapedContent.length}`)
if (escapedContent !== value) {
logger.info('🔄 [RememberCommand] 检测到特殊字符已进行XML转义')
}
return {
id,
timestamp,
content: escapedContent,
tags: escapedTags,
rawContent: value,
rawTags: tags
}
}
/**
* XML转义函数
*/
escapeXML (text) {
if (typeof text !== 'string') {
return text
}
return text
.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#x27;')
}
/**
* 格式化内容缩进添加适当的缩进让XML更美观
*/
formatContentWithIndent (content, indentLevel = 3) {
if (typeof content !== 'string') {
return content
}
// 基础缩进字符串每级2个空格
const baseIndent = ' '.repeat(indentLevel)
// 分割内容为行
const lines = content.split('\n')
// 格式化每一行,添加缩进
const formattedLines = lines.map((line, index) => {
// 第一行和最后一行特殊处理
if (index === 0 && index === lines.length - 1) {
// 单行内容
return line.trim() ? `\n${baseIndent}${line.trim()}\n ` : line
} else if (index === 0) {
// 第一行
return line.trim() ? `\n${baseIndent}${line.trim()}` : `\n${baseIndent}`
} else if (index === lines.length - 1) {
// 最后一行
return line.trim() ? `${baseIndent}${line.trim()}\n ` : `\n `
} else {
// 中间行
return line.trim() ? `${baseIndent}${line.trim()}` : baseIndent.substring(2) // 空行保持基础缩进
}
})
return formattedLines.join('\n')
}
/**
* 追加到XML文件
*/
async appendToXMLFile (xmlFile, memoryItem) {
logger.debug(`💾 [RememberCommand] 检查XML文件是否存在: ${xmlFile}`)
// 格式化内容缩进
const formattedContent = this.formatContentWithIndent(memoryItem.content)
// 检查文件是否存在以及是否为空
const fileExists = await fs.pathExists(xmlFile)
let fileIsEmpty = false
if (fileExists) {
const stats = await fs.stat(xmlFile)
fileIsEmpty = stats.size === 0
logger.debug(`💾 [RememberCommand] XML文件状态检查 - 存在: ${fileExists}, 大小: ${stats.size}字节, 为空: ${fileIsEmpty}`)
}
// 初始化XML文件如果不存在或为空
if (!fileExists || fileIsEmpty) {
if (fileIsEmpty) {
logger.info('📄 [RememberCommand] XML文件存在但为空重新初始化...')
} else {
logger.info('📄 [RememberCommand] XML文件不存在创建新文件...')
}
const initialXML = `<?xml version="1.0" encoding="UTF-8"?>
<memory>
<item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>
</memory>`
await fs.writeFile(xmlFile, initialXML, 'utf8')
logger.success('📄 [RememberCommand] XML文件初始化完成')
logger.debug(`📄 [RememberCommand] 初始XML内容长度: ${initialXML.length}字符`)
return 'created'
}
logger.info('📄 [RememberCommand] XML文件已存在且有内容追加新记忆项...')
// 读取现有XML并添加新项
const content = await fs.readFile(xmlFile, 'utf8')
logger.debug(`📄 [RememberCommand] 读取现有XML文件 - 长度: ${content.length}字符`)
// 验证XML文件格式
if (!content.includes('</memory>')) {
logger.warn('📄 [RememberCommand] XML文件格式异常缺少</memory>标签,重新初始化...')
// 重新初始化文件
const initialXML = `<?xml version="1.0" encoding="UTF-8"?>
<memory>
<item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>
</memory>`
await fs.writeFile(xmlFile, initialXML, 'utf8')
logger.success('📄 [RememberCommand] XML文件重新初始化完成')
return 'created'
}
// 找到</memory>标签的位置,在它之前插入新的记忆项
const newItem = ` <item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>`
const updatedContent = content.replace('</memory>', `${newItem}
</memory>`)
logger.debug(`📄 [RememberCommand] 新XML内容长度: ${updatedContent.length}字符`)
logger.debug(`📄 [RememberCommand] 新增记忆项ID: ${memoryItem.id}`)
await fs.writeFile(xmlFile, updatedContent, 'utf8')
logger.success('📄 [RememberCommand] XML文件追加完成')
return 'created'
}
/**
* 从legacy Markdown格式迁移到XML格式
*/
async migrateLegacyMemoriesIfNeeded (memoryDir) {
const legacyFile = path.join(memoryDir, 'declarative.md')
const xmlFile = path.join(memoryDir, 'declarative.dpml')
const backupFile = path.join(memoryDir, 'declarative.md.bak')
logger.debug(`🔄 [RememberCommand] 检查迁移需求 - legacy: ${legacyFile}, xml: ${xmlFile}`)
// 如果XML文件已存在说明已经迁移过了
if (await fs.pathExists(xmlFile)) {
logger.debug('🔄 [RememberCommand] XML文件已存在无需迁移')
return
}
// 如果legacy文件不存在无需迁移
if (!await fs.pathExists(legacyFile)) {
logger.debug('🔄 [RememberCommand] Legacy文件不存在无需迁移')
return
}
logger.step('🔄 [RememberCommand] 正在迁移记忆数据从Markdown到XML格式...')
try {
// 读取legacy文件
const legacyContent = await fs.readFile(legacyFile, 'utf8')
logger.info(`🔄 [RememberCommand] 读取legacy文件 - 长度: ${legacyContent.length}字符`)
// 解析legacy记忆
const legacyMemories = this.parseLegacyMemories(legacyContent)
logger.info(`🔄 [RememberCommand] 解析到 ${legacyMemories.length} 条legacy记忆`)
// 创建XML文件
let xmlContent = '<?xml version="1.0" encoding="UTF-8"?>\n<memory>\n'
for (const memory of legacyMemories) {
const escapedContent = this.escapeXML(memory.content)
const escapedTags = this.escapeXML(memory.tags.join(' '))
const id = `legacy_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
logger.debug(`🔄 [RememberCommand] 迁移记忆项: ${memory.content.substring(0, 30)}...`)
xmlContent += ` <item id="${id}" time="${memory.timestamp}">
<content>${escapedContent}</content>
<tags>${escapedTags}</tags>
</item>
`
}
xmlContent += '</memory>'
// 写入XML文件
await fs.writeFile(xmlFile, xmlContent, 'utf8')
logger.success(`🔄 [RememberCommand] XML文件创建成功 - 长度: ${xmlContent.length}字符`)
// 备份legacy文件
await fs.move(legacyFile, backupFile)
logger.success(`🔄 [RememberCommand] Legacy文件备份到: ${backupFile}`)
logger.success(`🔄 [RememberCommand] 成功迁移${legacyMemories.length}条记忆到XML格式`)
} catch (error) {
logger.error(`🔄 [RememberCommand] 记忆迁移失败: ${error.message}`)
logger.debug(`🔄 [RememberCommand] 迁移错误堆栈: ${error.stack}`)
throw new Error(`记忆迁移失败: ${error.message}`)
}
}
/**
* 解析legacy Markdown格式的记忆支持START-END多行格式
*/
parseLegacyMemories (content) {
logger.debug('🔍 [RememberCommand] 开始解析Legacy记忆支持START-END多行格式')
const memories = []
// 🎯 首先尝试解析START-END多行格式
const multiLineMemories = this.parseMultiLineMemories(content)
memories.push(...multiLineMemories)
// 🎯 只有在没有找到多行格式时才解析单行格式(避免重复)
if (multiLineMemories.length === 0) {
logger.info('🔍 [RememberCommand] 未找到START-END格式尝试单行格式解析')
const singleLineMemories = this.parseSingleLineMemories(content)
memories.push(...singleLineMemories)
logger.success(`🔍 [RememberCommand] 单行格式解析完成 - ${singleLineMemories.length} 条记忆`)
} else {
logger.success(`🔍 [RememberCommand] 多行格式解析完成 - ${multiLineMemories.length} 条记忆,跳过单行解析`)
}
logger.success(`🔍 [RememberCommand] Legacy记忆解析完成 - 总计: ${memories.length}`)
return memories
}
/**
* 解析START-END多行格式记忆
*/
parseMultiLineMemories (content) {
logger.debug('📝 [RememberCommand] 解析START-END多行格式记忆')
const memories = []
const blocks = this.parseMemoryBlocks(content)
for (const block of blocks) {
const memory = this.parseMemoryBlock(block)
if (memory) {
memories.push(memory)
logger.debug(`📝 [RememberCommand] 成功解析多行记忆: "${memory.content.substring(0, 30)}..."`)
}
}
logger.debug(`📝 [RememberCommand] 多行格式解析完成 - ${memories.length} 条记忆`)
return memories
}
/**
* 解析记忆块START-END格式
*/
parseMemoryBlocks (content) {
const blocks = []
const lines = content.split('\n')
let currentBlock = []
let inBlock = false
for (const line of lines) {
if (line.match(/^- \d{4}\/\d{2}\/\d{2} \d{2}:\d{2} START$/)) {
// 开始新的记忆块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
currentBlock = [line]
inBlock = true
} else if (line === '- END' && inBlock) {
// 结束当前记忆块
currentBlock.push(line)
blocks.push(currentBlock.join('\n'))
currentBlock = []
inBlock = false
} else if (inBlock) {
// 记忆块内容
currentBlock.push(line)
}
}
// 处理未结束的块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
return blocks
}
/**
* 解析单个记忆块
*/
parseMemoryBlock (blockContent) {
const lines = blockContent.split('\n')
// 解析开始行:- 2025/06/15 15:58 START
const startLine = lines[0]
const startMatch = startLine.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) START$/)
if (!startMatch) return null
const timestamp = startMatch[1]
// 查找标签行:--tags xxx
let tagsLine = ''
let contentLines = []
for (let i = 1; i < lines.length; i++) {
const line = lines[i]
if (line.startsWith('--tags ')) {
tagsLine = line
} else if (line !== '- END') {
contentLines.push(line)
}
}
// 提取内容(去除空行)
const content = contentLines.join('\n').trim()
// 解析标签
let tags = []
if (tagsLine) {
const tagsContent = tagsLine.replace('--tags ', '')
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
}
return {
timestamp,
content,
tags
}
}
/**
* 解析单行格式记忆(向后兼容)
*/
parseSingleLineMemories (content) {
logger.debug('📄 [RememberCommand] 解析单行格式记忆(向后兼容)')
const memories = []
const lines = content.split('\n')
for (const line of lines) {
const trimmedLine = line.trim()
// 跳过START-END格式的行避免重复解析
if (trimmedLine.includes(' START') || trimmedLine === '- END' || trimmedLine.startsWith('--tags')) {
continue
}
// 解析标准单行格式:- 2025/01/15 14:30 内容 #标签 #评分:8 #有效期:长期
const match = trimmedLine.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) (.+)$/)
if (match) {
const [, timestamp, contentAndTags] = match
// 分离内容和标签
let content = contentAndTags
let tags = []
// 提取 --tags 后面的内容
const tagsMatch = contentAndTags.match(/--tags\s+(.*)/)
if (tagsMatch) {
content = contentAndTags.substring(0, contentAndTags.indexOf('--tags')).trim()
const tagsContent = tagsMatch[1]
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
} else {
// 如果没有 --tags检查是否有直接的 # 标签
const hashTags = contentAndTags.match(/#[^\s]+/g) || []
if (hashTags.length > 0) {
content = contentAndTags.replace(/#[^\s]+/g, '').trim()
tags = hashTags
}
}
memories.push({
timestamp,
content,
tags
})
logger.debug(`📄 [RememberCommand] 成功解析单行记忆: "${content.substring(0, 30)}..."`)
}
}
logger.debug(`📄 [RememberCommand] 单行格式解析完成 - ${memories.length} 条记忆`)
return memories
// 使用新的多行格式
return `- ${timestamp} START
${value}
--tags ${tags} #评分:8 #有效期:长期
- END`
}
/**
@ -675,58 +134,68 @@ class RememberCommand extends BasePouchCommand {
}
/**
* 格式化保存响应XML版本
* 追加到记忆文件
*/
async appendToMemoryFile (memoryFile, memoryBlock) {
// 初始化文件(如果不存在)
if (!await fs.pathExists(memoryFile)) {
await fs.writeFile(memoryFile, `# 陈述性记忆
## 高价值记忆(评分 ≥ 7
${memoryBlock}
`)
return 'created'
}
// 读取现有内容
const content = await fs.readFile(memoryFile, 'utf-8')
// 追加新记忆块(在高价值记忆部分)
const updatedContent = content + '\n\n' + memoryBlock
await fs.writeFile(memoryFile, updatedContent)
return 'created'
}
/**
* 格式化保存响应(简化版本)
*/
formatSaveResponse (value, memoryEntry) {
const { action, timestamp, format, filePath } = memoryEntry
const { action, timestamp } = memoryEntry
const actionLabels = {
created: '✅ AI已内化新记忆XML格式'
created: '✅ AI已内化新记忆'
}
return `${actionLabels[action]}${value}
## 📋 记忆详情
- **存储格式**: ${format.toUpperCase()}
- **内化时间**: ${timestamp.split('T')[0]}
- **存储路径**: ${path.basename(filePath)}
- **知识内容**: ${value.length > 100 ? value.substring(0, 100) + '...' : value}
## 🎯 能力增强效果
- ✅ **知识已内化到AI长期记忆XML结构化存储**
- ✅ **支持精确的内容检索和标签搜索**
- ✅ **知识已内化到AI长期记忆**
- ✅ **可通过recall命令主动检索**
- ✅ **支持跨会话记忆保持**
- ✅ **自动从legacy格式迁移**
## 🔄 下一步行动:
- 记忆检索: 使用 MCP PromptX recall 工具验证知识内化效果
- 能力强化: 使用 MCP PromptX learn 工具学习相关知识增强记忆
- 应用实践: 使用 MCP PromptX action 工具在实际场景中运用记忆
📍 当前状态memory_saved_xml`
📍 当前状态memory_saved`
}
/**
* 获取使用帮助纯XML模式
* 获取使用帮助
*/
getUsageHelp () {
return `🧠 **Remember锦囊 - AI记忆增强系统纯XML模式**
return `🧠 **Remember锦囊 - AI记忆增强系统**
## 📖 基本用法
通过 MCP PromptX remember 工具内化知识
## 🆕 升级特性
- **纯XML存储**: 统一使用XML格式性能更优
- **自动备份**: 升级前自动创建安全备份
- **Legacy迁移**: 自动迁移旧格式数据
- **数据安全**: 多重备份保护机制
## 🛡️ 安全保障
- 升级前自动备份所有数据
- Legacy数据自动迁移到XML格式
- 出错时提供恢复建议和备份位置
## 💡 记忆内化示例
### 📝 AI记忆内化
@ -736,12 +205,6 @@ AI学习和内化各种专业知识
- "React Hooks允许在函数组件中使用state和其他React特性"
- "每个PR至少需要2个人review必须包含测试用例"
## 🆕 XML记忆模式特性
- **结构化存储**: 使用XML格式存储支持更精确的数据管理
- **自动迁移**: 从legacy Markdown格式自动迁移到XML
- **XML转义**: 自动处理特殊字符,确保数据完整性
- **向后兼容**: 继续支持读取legacy格式记忆
## 🔍 记忆检索与应用
- 使用 MCP PromptX recall 工具主动检索记忆
- 使用 MCP PromptX action 工具运用记忆激活角色

View File

@ -201,8 +201,10 @@ class WelcomeCommand extends BasePouchCommand {
content += `### ${sourceLabel}\n\n`
rolesBySource[source].forEach(role => {
content += `#### ${roleIndex}. \`${role.id}\` - ${role.name}
content += `#### ${roleIndex}. ${role.name}
**角色ID**: \`${role.id}\`
**专业能力**: ${role.description}
**文件路径**: ${role.file}
**来源**: ${sourceLabel}
---

View File

@ -1,617 +0,0 @@
const BasePouchCommand = require('../BasePouchCommand')
const fs = require('fs-extra')
const path = require('path')
const { COMMANDS } = require('../../../../constants')
const { getGlobalResourceManager } = require('../../resource')
const { getDirectoryService } = require('../../../utils/DirectoryService')
const logger = require('../../../utils/logger')
/**
* 记忆检索锦囊命令
* 负责从记忆库中检索相关知识和经验
*/
class RecallCommand extends BasePouchCommand {
constructor () {
super()
this.lastSearchCount = 0
// 复用ActionCommand的ResourceManager方式
this.resourceManager = getGlobalResourceManager()
this.directoryService = getDirectoryService()
}
getPurpose () {
return 'AI主动检索记忆中的专业知识、最佳实践和历史经验'
}
async getContent (args) {
const [query] = args
logger.step('🧠 [RecallCommand] 开始记忆检索流程')
logger.info(`🔍 [RecallCommand] 查询内容: ${query ? `"${query}"` : '全部记忆'}`)
try {
const memories = await this.getAllMemories(query)
logger.success(`✅ [RecallCommand] 记忆检索完成 - 找到 ${memories.length} 条匹配记忆`)
if (memories.length === 0) {
if (query) {
logger.warn(`⚠️ [RecallCommand] 未找到匹配查询"${query}"的记忆`)
// 针对特定查询的优化提示
return `🔍 记忆检索结果:未找到匹配"${query}"的相关记忆
💡 优化建议:
1. **扩大查询范围**:尝试使用更通用的关键词
2. **换个角度查询**:尝试相关词汇或概念
3. **检查拼写**:确认关键词拼写正确
4. **查看全部记忆**:不使用查询参数,浏览所有记忆寻找灵感
🔄 下一步行动:
- 不带参数再次使用 recall 工具查看全部记忆
- 使用 remember 工具记录新的相关知识
- 使用 learn 工具学习相关资源后再检索`
} else {
logger.warn('⚠️ [RecallCommand] 记忆体系为空')
// 无记忆的情况
return `🧠 AI记忆体系中暂无内容。
💡 建议:
1. 使用 MCP PromptX remember 工具内化新知识
2. 使用 MCP PromptX learn 工具学习后再内化
3. 开始构建AI的专业知识体系`
}
}
const formattedMemories = this.formatRetrievedKnowledge(memories, query)
return `🧠 AI记忆体系 ${query ? `检索"${query}"` : '全部记忆'} (${memories.length}条)
${formattedMemories}
💡 记忆运用建议:
1. 结合当前任务场景灵活运用
2. 根据实际情况调整和变通
3. 持续学习和增强记忆能力`
} catch (error) {
logger.error(`❌ [RecallCommand] 记忆检索失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] 错误堆栈: ${error.stack}`)
return `❌ 检索记忆时出错:${error.message}`
}
}
getPATEOAS (args) {
const [query] = args
const currentState = query ? `recalled-${query}` : 'recall-waiting'
return {
currentState,
availableTransitions: ['welcome', 'remember', 'learn', 'recall'],
nextActions: [
{
name: '选择角色',
description: '选择专业角色来应用检索到的知识',
method: 'MCP PromptX welcome 工具'
},
{
name: '记忆新知识',
description: '继续内化更多专业知识',
method: 'MCP PromptX remember 工具'
},
{
name: '学习资源',
description: '学习相关专业资源',
method: 'MCP PromptX learn 工具'
},
{
name: '继续检索',
description: '检索其他相关记忆',
method: 'MCP PromptX recall 工具'
}
],
metadata: {
query: query || null,
resultCount: this.lastSearchCount || 0,
searchTime: new Date().toISOString(),
hasResults: (this.lastSearchCount || 0) > 0
}
}
}
/**
* 获取所有记忆支持XML和Markdown格式优先XML
*/
async getAllMemories (query) {
logger.step('🔧 [RecallCommand] 执行getAllMemories方法')
this.lastSearchCount = 0
const memories = []
logger.debug('🔍 [RecallCommand] 初始化ResourceManager...')
// 确保ResourceManager已初始化就像ActionCommand那样
if (!this.resourceManager.initialized) {
logger.info('⚙️ [RecallCommand] ResourceManager未初始化正在初始化...')
await this.resourceManager.initializeWithNewArchitecture()
logger.success('⚙️ [RecallCommand] ResourceManager初始化完成')
}
// 通过ResourceManager获取项目路径与ActionCommand一致
const projectPath = await this.getProjectPath()
logger.info(`📍 [RecallCommand] 项目根路径: ${projectPath}`)
const memoryDir = path.join(projectPath, '.promptx', 'memory')
logger.info(`📁 [RecallCommand] 记忆目录路径: ${memoryDir}`)
// 优先尝试XML格式
const xmlFile = path.join(memoryDir, 'memory.xml')
const legacyFile = path.join(memoryDir, 'declarative.md')
logger.debug(`📄 [RecallCommand] XML文件路径: ${xmlFile}`)
logger.debug(`📄 [RecallCommand] Legacy文件路径: ${legacyFile}`)
try {
// 优先读取XML格式
if (await fs.pathExists(xmlFile)) {
logger.info('📄 [RecallCommand] 检测到XML格式记忆文件使用XML模式')
const xmlMemories = await this.readXMLMemories(xmlFile, query)
memories.push(...xmlMemories)
logger.success(`📄 [RecallCommand] XML记忆读取完成 - ${xmlMemories.length} 条记忆`)
} else if (await fs.pathExists(legacyFile)) {
logger.info('📄 [RecallCommand] 检测到Legacy Markdown格式使用兼容模式')
// 向后兼容读取legacy Markdown格式
const legacyMemories = await this.readLegacyMemories(legacyFile, query)
memories.push(...legacyMemories)
logger.success(`📄 [RecallCommand] Legacy记忆读取完成 - ${legacyMemories.length} 条记忆`)
} else {
logger.warn('📄 [RecallCommand] 未找到任何记忆文件')
}
} catch (error) {
logger.error(`❌ [RecallCommand] 读取记忆文件时发生错误: ${error.message}`)
logger.debug(`🐛 [RecallCommand] 读取错误堆栈: ${error.stack}`)
}
this.lastSearchCount = memories.length
logger.info(`📊 [RecallCommand] 最终记忆检索统计 - 总计: ${memories.length}`)
return memories
}
/**
* 获取项目路径复用ActionCommand逻辑
*/
async getProjectPath() {
logger.debug('📍 [RecallCommand] 获取项目路径...')
// 🔍 增加详细的路径诊断日志
logger.warn('🔍 [RecallCommand-DIAGNOSIS] ===== 路径诊断开始 =====')
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] process.argv: ${JSON.stringify(process.argv)}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] PROMPTX_WORKSPACE: ${process.env.PROMPTX_WORKSPACE || 'undefined'}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] WORKSPACE_FOLDER_PATHS: ${process.env.WORKSPACE_FOLDER_PATHS || 'undefined'}`)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] PWD: ${process.env.PWD || 'undefined'}`)
// 使用DirectoryService统一获取项目路径与InitCommand保持一致
const context = {
startDir: process.cwd(),
platform: process.platform,
avoidUserHome: true
}
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] DirectoryService context: ${JSON.stringify(context)}`)
const projectPath = await this.directoryService.getProjectRoot(context)
logger.warn(`🔍 [RecallCommand-DIAGNOSIS] DirectoryService结果: ${projectPath}`)
logger.warn('🔍 [RecallCommand-DIAGNOSIS] ===== 路径诊断结束 =====')
logger.debug(`📍 [RecallCommand] 项目路径解析结果: ${projectPath}`)
return projectPath
}
/**
* 解析记忆块(新多行格式)
*/
parseMemoryBlocks (content) {
const blocks = []
const lines = content.split('\n')
let currentBlock = []
let inBlock = false
for (const line of lines) {
if (line.match(/^- \d{4}\/\d{2}\/\d{2} \d{2}:\d{2} START$/)) {
// 开始新的记忆块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
currentBlock = [line]
inBlock = true
} else if (line === '- END' && inBlock) {
// 结束当前记忆块
currentBlock.push(line)
blocks.push(currentBlock.join('\n'))
currentBlock = []
inBlock = false
} else if (inBlock) {
// 记忆块内容
currentBlock.push(line)
}
}
// 处理未结束的块
if (inBlock && currentBlock.length > 0) {
blocks.push(currentBlock.join('\n'))
}
return blocks
}
/**
* 解析单个记忆块
*/
parseMemoryBlock (blockContent) {
const lines = blockContent.split('\n')
// 解析开始行:- 2025/06/15 15:58 START
const startLine = lines[0]
const startMatch = startLine.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) START$/)
if (!startMatch) return null
const timestamp = startMatch[1]
// 查找标签行:--tags xxx
let tagsLine = ''
let contentLines = []
for (let i = 1; i < lines.length; i++) {
const line = lines[i]
if (line.startsWith('--tags ')) {
tagsLine = line
} else if (line !== '- END') {
contentLines.push(line)
}
}
// 提取内容(去除空行)
const content = contentLines.join('\n').trim()
// 解析标签
let tags = []
if (tagsLine) {
const tagsContent = tagsLine.replace('--tags ', '')
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
}
return {
timestamp,
content,
tags,
source: 'memory'
}
}
/**
* 解析记忆行(向下兼容旧格式)
*/
parseMemoryLine (line) {
// 修复正则表达式,适配实际的记忆格式
// 格式:- 2025/05/31 14:30 内容 --tags 标签 ##分类 #评分:8 #有效期:长期
const match = line.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) (.+)$/)
if (!match) return null
const [, timestamp, contentAndTags] = match
// 分离内容和标签
let content = contentAndTags
let tags = []
// 提取 --tags 后面的内容
const tagsMatch = contentAndTags.match(/--tags\s+(.*)/)
if (tagsMatch) {
const beforeTags = contentAndTags.substring(0, contentAndTags.indexOf('--tags')).trim()
content = beforeTags
// 解析标签部分,包括 --tags 后的内容和 # 开头的标签
const tagsContent = tagsMatch[1]
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
} else {
// 如果没有 --tags检查是否有直接的 # 标签
const hashTags = contentAndTags.match(/#[^\s]+/g) || []
if (hashTags.length > 0) {
content = contentAndTags.replace(/#[^\s]+/g, '').trim()
tags = hashTags
}
}
return {
timestamp,
content,
tags,
source: 'memory'
}
}
/**
* 检查记忆是否匹配查询 - 增强版匹配算法
*/
matchesMemory (memory, query) {
if (!query) return true
logger.debug(`🎯 [RecallCommand] 开始匹配检查 - 查询: "${query}", 记忆: "${memory.content.substring(0, 30)}..."`)
const lowerQuery = query.toLowerCase()
const lowerContent = memory.content.toLowerCase()
// 1. 完全匹配 - 最高优先级
if (lowerContent.includes(lowerQuery) ||
memory.tags.some(tag => tag.toLowerCase().includes(lowerQuery))) {
logger.debug(`✅ [RecallCommand] 完全匹配成功`)
return true
}
// 2. 分词匹配 - 支持多关键词组合查询
const queryWords = lowerQuery.split(/\s+/).filter(word => word.length > 1)
if (queryWords.length > 1) {
const matchedWords = queryWords.filter(word =>
lowerContent.includes(word) ||
memory.tags.some(tag => tag.toLowerCase().includes(word))
)
// 如果匹配了一半以上的关键词,认为相关
if (matchedWords.length >= Math.ceil(queryWords.length / 2)) {
logger.debug(`✅ [RecallCommand] 分词匹配成功 - 匹配词数: ${matchedWords.length}/${queryWords.length}`)
return true
}
}
// 3. 模糊匹配 - 支持常见同义词和缩写
const synonyms = this.getSynonyms(lowerQuery)
for (const synonym of synonyms) {
if (lowerContent.includes(synonym) ||
memory.tags.some(tag => tag.toLowerCase().includes(synonym))) {
logger.debug(`✅ [RecallCommand] 同义词匹配成功 - 同义词: "${synonym}"`)
return true
}
}
logger.debug(`❌ [RecallCommand] 无匹配`)
return false
}
/**
* 获取查询词的同义词和相关词
*/
getSynonyms (query) {
const synonymMap = {
'mcp': ['model context protocol', '工具'],
'promptx': ['prompt-x', '提示词'],
'测试': ['test', 'testing', 'qa', '质量保证'],
'工具': ['tool', 'mcp', '功能'],
'记忆': ['memory', 'recall', '回忆'],
'学习': ['learn', 'study', '学会'],
'角色': ['role', 'character', '专家'],
'产品': ['product', 'pm', '产品经理'],
'开发': ['develop', 'dev', 'coding', '编程'],
'前端': ['frontend', 'fe', 'ui'],
'后端': ['backend', 'be', 'api', '服务端'],
'github': ['git', '代码仓库', '版本控制'],
'issue': ['问题', 'bug', '需求'],
'敏捷': ['agile', 'scrum', '迭代']
}
const result = [query] // 包含原查询词
// 查找直接同义词
if (synonymMap[query]) {
result.push(...synonymMap[query])
}
// 查找包含关系的同义词
for (const [key, values] of Object.entries(synonymMap)) {
if (key.includes(query) || query.includes(key)) {
result.push(key, ...values)
}
if (values.some(v => v.includes(query) || query.includes(v))) {
result.push(key, ...values)
}
}
return [...new Set(result)] // 去重
}
matchesQuery (content, query) {
const lowerContent = content.toLowerCase()
const lowerQuery = query.toLowerCase()
const keywords = lowerQuery.split(/\s+/)
return keywords.some(keyword => lowerContent.includes(keyword))
}
/**
* 格式化检索到的记忆(支持多行显示)
*/
formatRetrievedKnowledge (memories, query) {
return memories.map((memory, index) => {
// 保持完整的记忆内容,不进行截断
// 陈述性记忆的完整性对于系统价值至关重要
let content = memory.content
// 只对格式进行优化,但不截断内容
// 确保换行符正确显示
content = content.trim()
return `📝 ${index + 1}. **记忆** (${memory.timestamp})
${content}
${memory.tags.slice(0, 8).join(' ')}
---`
}).join('\n')
}
extractDomain (query) {
const domains = ['copywriter', 'scrum', 'developer', 'test', 'prompt']
const lowerQuery = query.toLowerCase()
return domains.find(domain => lowerQuery.includes(domain)) || null
}
getRelatedQuery (query) {
const relatedMap = {
copywriter: 'marketing',
scrum: 'agile',
frontend: 'ui',
backend: 'api',
test: 'qa'
}
for (const [key, value] of Object.entries(relatedMap)) {
if (query.toLowerCase().includes(key)) {
return value
}
}
return query + '-advanced'
}
/**
* 读取XML格式记忆
*/
async readXMLMemories (xmlFile, query) {
logger.step('📄 [RecallCommand] 开始读取XML格式记忆')
const memories = []
try {
const xmlContent = await fs.readFile(xmlFile, 'utf8')
logger.info(`📄 [RecallCommand] XML文件读取成功 - 文件大小: ${xmlContent.length} 字符`)
const xmlMemories = this.parseXMLMemories(xmlContent)
logger.info(`📄 [RecallCommand] XML解析完成 - 解析出 ${xmlMemories.length} 条记忆`)
for (const memory of xmlMemories) {
if (!query || this.matchesMemory(memory, query)) {
memories.push(memory)
if (query) {
logger.debug(`🎯 [RecallCommand] 记忆匹配成功: "${memory.content.substring(0, 30)}..."`)
}
} else if (query) {
logger.debug(`❌ [RecallCommand] 记忆不匹配: "${memory.content.substring(0, 30)}..."`)
}
}
logger.success(`📄 [RecallCommand] XML记忆筛选完成 - 匹配: ${memories.length}/${xmlMemories.length}`)
} catch (error) {
logger.error(`❌ [RecallCommand] XML记忆读取失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] XML读取错误堆栈: ${error.stack}`)
}
return memories
}
/**
* 读取legacy Markdown格式记忆
*/
async readLegacyMemories (legacyFile, query) {
logger.step('📄 [RecallCommand] 开始读取Legacy Markdown格式记忆')
const memories = []
try {
const content = await fs.readFile(legacyFile, 'utf-8')
logger.info(`📄 [RecallCommand] Legacy文件读取成功 - 文件大小: ${content.length} 字符`)
const memoryBlocks = this.parseMemoryBlocks(content)
logger.info(`📄 [RecallCommand] Legacy解析完成 - 解析出 ${memoryBlocks.length} 个记忆块`)
for (const memoryBlock of memoryBlocks) {
const memory = this.parseMemoryBlock(memoryBlock)
if (memory && (!query || this.matchesMemory(memory, query))) {
memories.push(memory)
if (query) {
logger.debug(`🎯 [RecallCommand] Legacy记忆匹配成功: "${memory.content.substring(0, 30)}..."`)
}
} else if (memory && query) {
logger.debug(`❌ [RecallCommand] Legacy记忆不匹配: "${memory.content.substring(0, 30)}..."`)
}
}
logger.success(`📄 [RecallCommand] Legacy记忆筛选完成 - 匹配: ${memories.length}/${memoryBlocks.length}`)
} catch (error) {
logger.error(`❌ [RecallCommand] Legacy记忆读取失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] Legacy读取错误堆栈: ${error.stack}`)
}
return memories
}
/**
* 解析XML格式记忆
*/
parseXMLMemories (xmlContent) {
logger.debug('🔍 [RecallCommand] 开始解析XML记忆内容')
const memories = []
try {
// 简单的XML解析不依赖外部库
const itemRegex = /<item\s+id="([^"]*?)"\s+time="([^"]*?)">(.*?)<\/item>/gs
let match
let itemCount = 0
while ((match = itemRegex.exec(xmlContent)) !== null) {
itemCount++
const [, id, timestamp, itemContent] = match
logger.debug(`🔍 [RecallCommand] 解析记忆项 ${itemCount}: ID=${id}, 时间=${timestamp}`)
// 解析内容和标签
const contentMatch = itemContent.match(/<content>(.*?)<\/content>/s)
const tagsMatch = itemContent.match(/<tags>(.*?)<\/tags>/s)
if (contentMatch) {
const content = this.unescapeXML(contentMatch[1].trim())
const tagsString = tagsMatch ? this.unescapeXML(tagsMatch[1].trim()) : ''
const tags = tagsString ? tagsString.split(/\s+/).filter(t => t) : []
logger.debug(`🔍 [RecallCommand] 记忆项内容: "${content.substring(0, 50)}${content.length > 50 ? '...' : ''}"`)
logger.debug(`🔍 [RecallCommand] 记忆项标签: [${tags.join(', ')}]`)
memories.push({
id,
timestamp,
content,
tags,
source: 'xml'
})
} else {
logger.warn(`⚠️ [RecallCommand] 记忆项 ${itemCount} 缺少content标签`)
}
}
logger.success(`🔍 [RecallCommand] XML解析完成 - 成功解析 ${memories.length} 条记忆`)
} catch (error) {
logger.error(`❌ [RecallCommand] XML解析失败: ${error.message}`)
logger.debug(`🐛 [RecallCommand] XML解析错误堆栈: ${error.stack}`)
}
return memories
}
/**
* XML反转义函数
*/
unescapeXML (text) {
if (typeof text !== 'string') {
return text
}
return text
.replace(/&lt;/g, '<')
.replace(/&gt;/g, '>')
.replace(/&quot;/g, '"')
.replace(/&#x27;/g, "'")
.replace(/&amp;/g, '&') // 必须最后处理
}
}
module.exports = RecallCommand

View File

@ -1,587 +0,0 @@
const BasePouchCommand = require('../BasePouchCommand')
const fs = require('fs-extra')
const path = require('path')
const { COMMANDS } = require('../../../../constants')
const { getGlobalResourceManager } = require('../../resource')
const { getDirectoryService } = require('../../../utils/DirectoryService')
const logger = require('../../../utils/logger')
/**
* 记忆保存锦囊命令
* 负责将知识、经验和最佳实践保存到记忆库中
* 支持XML格式和Markdown格式自动迁移legacy数据
*/
class RememberCommand extends BasePouchCommand {
constructor () {
super()
// 复用ActionCommand的ResourceManager方式
this.resourceManager = getGlobalResourceManager()
this.directoryService = getDirectoryService()
}
getPurpose () {
return '增强AI长期记忆能力主动内化专业知识、最佳实践和项目经验'
}
async getContent (args) {
const content = args.join(' ')
if (!content) {
return this.getUsageHelp()
}
try {
logger.step('🧠 [RememberCommand] 开始记忆保存流程')
logger.info(`📝 [RememberCommand] 记忆内容: "${content.substring(0, 50)}${content.length > 50 ? '...' : ''}"`)
const memoryEntry = await this.saveMemory(content)
logger.success(`✅ [RememberCommand] 记忆保存完成 - 格式: ${memoryEntry.format}, 路径: ${memoryEntry.filePath}`)
return this.formatSaveResponse(content, memoryEntry)
} catch (error) {
logger.error(`❌ [RememberCommand] 记忆保存失败: ${error.message}`)
logger.debug(`🐛 [RememberCommand] 错误堆栈: ${error.stack}`)
return `❌ 记忆内化失败:${error.message}
💡 可能的原因:
- AI记忆体系目录权限不足
- 磁盘空间不够
- 记忆内容格式问题
🔧 解决方案:
1. 检查 .promptx 目录权限
2. 确保磁盘空间充足
3. 检查记忆内容是否包含特殊字符`
}
}
/**
* 将知识内化到AI记忆体系XML格式优先
*/
async saveMemory (value) {
logger.step('🔧 [RememberCommand] 执行saveMemory方法')
// 1. 确保AI记忆体系目录存在
logger.info('📁 [RememberCommand] 确保记忆目录存在...')
const memoryDir = await this.ensureMemoryDirectory()
logger.info(`📁 [RememberCommand] 记忆目录路径: ${memoryDir}`)
// 2. 检查是否需要从legacy格式迁移
logger.info('🔄 [RememberCommand] 检查legacy数据迁移需求...')
await this.migrateLegacyMemoriesIfNeeded(memoryDir)
// 3. 使用XML格式保存记忆
const xmlFile = path.join(memoryDir, 'memory.xml')
logger.info(`📄 [RememberCommand] XML文件路径: ${xmlFile}`)
// 4. 格式化为XML记忆项
logger.info('🏷️ [RememberCommand] 格式化XML记忆项...')
const memoryItem = this.formatXMLMemoryItem(value)
logger.debug(`🏷️ [RememberCommand] 记忆项ID: ${memoryItem.id}, 时间戳: ${memoryItem.timestamp}`)
logger.debug(`🏷️ [RememberCommand] 记忆标签: ${memoryItem.rawTags}`)
// 5. 追加到XML文件
logger.info('💾 [RememberCommand] 保存到XML文件...')
const action = await this.appendToXMLFile(xmlFile, memoryItem)
logger.success(`💾 [RememberCommand] XML保存操作: ${action}`)
return {
value,
filePath: xmlFile,
action,
timestamp: new Date().toISOString(),
format: 'xml'
}
}
/**
* 确保AI记忆体系目录存在使用ResourceManager路径获取
*/
async ensureMemoryDirectory () {
logger.debug('🔍 [RememberCommand] 初始化ResourceManager...')
// 确保ResourceManager已初始化就像ActionCommand那样
if (!this.resourceManager.initialized) {
logger.info('⚙️ [RememberCommand] ResourceManager未初始化正在初始化...')
await this.resourceManager.initializeWithNewArchitecture()
logger.success('⚙️ [RememberCommand] ResourceManager初始化完成')
}
// 通过ResourceManager获取项目路径与ActionCommand一致
const projectPath = await this.getProjectPath()
logger.info(`📍 [RememberCommand] 项目根路径: ${projectPath}`)
const memoryDir = path.join(projectPath, '.promptx', 'memory')
logger.info(`📁 [RememberCommand] 创建记忆目录: ${memoryDir}`)
await fs.ensureDir(memoryDir)
logger.success(`📁 [RememberCommand] 记忆目录确保完成: ${memoryDir}`)
return memoryDir
}
/**
* 获取项目路径复用ActionCommand逻辑
*/
async getProjectPath() {
logger.debug('📍 [RememberCommand] 获取项目路径...')
// 🔍 增加详细的路径诊断日志
logger.warn('🔍 [RememberCommand-DIAGNOSIS] ===== 路径诊断开始 =====')
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] process.argv: ${JSON.stringify(process.argv)}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] PROMPTX_WORKSPACE: ${process.env.PROMPTX_WORKSPACE || 'undefined'}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] WORKSPACE_FOLDER_PATHS: ${process.env.WORKSPACE_FOLDER_PATHS || 'undefined'}`)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] PWD: ${process.env.PWD || 'undefined'}`)
// 使用DirectoryService统一获取项目路径与InitCommand保持一致
const context = {
startDir: process.cwd(),
platform: process.platform,
avoidUserHome: true
}
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] DirectoryService context: ${JSON.stringify(context)}`)
const projectPath = await this.directoryService.getProjectRoot(context)
logger.warn(`🔍 [RememberCommand-DIAGNOSIS] DirectoryService结果: ${projectPath}`)
logger.warn('🔍 [RememberCommand-DIAGNOSIS] ===== 路径诊断结束 =====')
logger.debug(`📍 [RememberCommand] 项目路径解析结果: ${projectPath}`)
return projectPath
}
/**
* 格式化为XML记忆项
*/
formatXMLMemoryItem (value) {
logger.debug('🏷️ [RememberCommand] 开始格式化XML记忆项...')
const now = new Date()
const timestamp = `${now.getFullYear()}/${String(now.getMonth() + 1).padStart(2, '0')}/${String(now.getDate()).padStart(2, '0')} ${String(now.getHours()).padStart(2, '0')}:${String(now.getMinutes()).padStart(2, '0')}`
const id = `mem_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
logger.debug(`🏷️ [RememberCommand] 生成记忆ID: ${id}`)
logger.debug(`🏷️ [RememberCommand] 时间戳: ${timestamp}`)
// 自动生成标签
const tags = this.generateTags(value)
logger.debug(`🏷️ [RememberCommand] 自动生成标签: ${tags}`)
// XML转义
const escapedContent = this.escapeXML(value)
const escapedTags = this.escapeXML(tags)
logger.debug(`🏷️ [RememberCommand] XML转义完成 - 内容长度: ${escapedContent.length}`)
if (escapedContent !== value) {
logger.info('🔄 [RememberCommand] 检测到特殊字符已进行XML转义')
}
return {
id,
timestamp,
content: escapedContent,
tags: escapedTags,
rawContent: value,
rawTags: tags
}
}
/**
* XML转义函数
*/
escapeXML (text) {
if (typeof text !== 'string') {
return text
}
return text
.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#x27;')
}
/**
* 格式化内容缩进添加适当的缩进让XML更美观
*/
formatContentWithIndent (content, indentLevel = 3) {
if (typeof content !== 'string') {
return content
}
// 基础缩进字符串每级2个空格
const baseIndent = ' '.repeat(indentLevel)
// 分割内容为行
const lines = content.split('\n')
// 格式化每一行,添加缩进
const formattedLines = lines.map((line, index) => {
// 第一行和最后一行特殊处理
if (index === 0 && index === lines.length - 1) {
// 单行内容
return line.trim() ? `\n${baseIndent}${line.trim()}\n ` : line
} else if (index === 0) {
// 第一行
return line.trim() ? `\n${baseIndent}${line.trim()}` : `\n${baseIndent}`
} else if (index === lines.length - 1) {
// 最后一行
return line.trim() ? `${baseIndent}${line.trim()}\n ` : `\n `
} else {
// 中间行
return line.trim() ? `${baseIndent}${line.trim()}` : baseIndent.substring(2) // 空行保持基础缩进
}
})
return formattedLines.join('\n')
}
/**
* 追加到XML文件
*/
async appendToXMLFile (xmlFile, memoryItem) {
logger.debug(`💾 [RememberCommand] 检查XML文件是否存在: ${xmlFile}`)
// 格式化内容缩进
const formattedContent = this.formatContentWithIndent(memoryItem.content)
// 检查文件是否存在以及是否为空
const fileExists = await fs.pathExists(xmlFile)
let fileIsEmpty = false
if (fileExists) {
const stats = await fs.stat(xmlFile)
fileIsEmpty = stats.size === 0
logger.debug(`💾 [RememberCommand] XML文件状态检查 - 存在: ${fileExists}, 大小: ${stats.size}字节, 为空: ${fileIsEmpty}`)
}
// 初始化XML文件如果不存在或为空
if (!fileExists || fileIsEmpty) {
if (fileIsEmpty) {
logger.info('📄 [RememberCommand] XML文件存在但为空重新初始化...')
} else {
logger.info('📄 [RememberCommand] XML文件不存在创建新文件...')
}
const initialXML = `<?xml version="1.0" encoding="UTF-8"?>
<memory>
<item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>
</memory>`
await fs.writeFile(xmlFile, initialXML, 'utf8')
logger.success('📄 [RememberCommand] XML文件初始化完成')
logger.debug(`📄 [RememberCommand] 初始XML内容长度: ${initialXML.length}字符`)
return 'created'
}
logger.info('📄 [RememberCommand] XML文件已存在且有内容追加新记忆项...')
// 读取现有XML并添加新项
const content = await fs.readFile(xmlFile, 'utf8')
logger.debug(`📄 [RememberCommand] 读取现有XML文件 - 长度: ${content.length}字符`)
// 验证XML文件格式
if (!content.includes('</memory>')) {
logger.warn('📄 [RememberCommand] XML文件格式异常缺少</memory>标签,重新初始化...')
// 重新初始化文件
const initialXML = `<?xml version="1.0" encoding="UTF-8"?>
<memory>
<item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>
</memory>`
await fs.writeFile(xmlFile, initialXML, 'utf8')
logger.success('📄 [RememberCommand] XML文件重新初始化完成')
return 'created'
}
// 找到</memory>标签的位置,在它之前插入新的记忆项
const newItem = ` <item id="${memoryItem.id}" time="${memoryItem.timestamp}">
<content>${formattedContent}</content>
<tags>${memoryItem.tags}</tags>
</item>`
const updatedContent = content.replace('</memory>', `${newItem}
</memory>`)
logger.debug(`📄 [RememberCommand] 新XML内容长度: ${updatedContent.length}字符`)
logger.debug(`📄 [RememberCommand] 新增记忆项ID: ${memoryItem.id}`)
await fs.writeFile(xmlFile, updatedContent, 'utf8')
logger.success('📄 [RememberCommand] XML文件追加完成')
return 'created'
}
/**
* 从legacy Markdown格式迁移到XML格式
*/
async migrateLegacyMemoriesIfNeeded (memoryDir) {
const legacyFile = path.join(memoryDir, 'declarative.md')
const xmlFile = path.join(memoryDir, 'memory.xml')
const backupFile = path.join(memoryDir, 'declarative.md.bak')
logger.debug(`🔄 [RememberCommand] 检查迁移需求 - legacy: ${legacyFile}, xml: ${xmlFile}`)
// 如果XML文件已存在说明已经迁移过了
if (await fs.pathExists(xmlFile)) {
logger.debug('🔄 [RememberCommand] XML文件已存在无需迁移')
return
}
// 如果legacy文件不存在无需迁移
if (!await fs.pathExists(legacyFile)) {
logger.debug('🔄 [RememberCommand] Legacy文件不存在无需迁移')
return
}
logger.step('🔄 [RememberCommand] 正在迁移记忆数据从Markdown到XML格式...')
try {
// 读取legacy文件
const legacyContent = await fs.readFile(legacyFile, 'utf8')
logger.info(`🔄 [RememberCommand] 读取legacy文件 - 长度: ${legacyContent.length}字符`)
// 解析legacy记忆
const legacyMemories = this.parseLegacyMemories(legacyContent)
logger.info(`🔄 [RememberCommand] 解析到 ${legacyMemories.length} 条legacy记忆`)
// 创建XML文件
let xmlContent = '<?xml version="1.0" encoding="UTF-8"?>\n<memory>\n'
for (const memory of legacyMemories) {
const escapedContent = this.escapeXML(memory.content)
const escapedTags = this.escapeXML(memory.tags.join(' '))
const id = `legacy_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`
logger.debug(`🔄 [RememberCommand] 迁移记忆项: ${memory.content.substring(0, 30)}...`)
xmlContent += ` <item id="${id}" time="${memory.timestamp}">
<content>${escapedContent}</content>
<tags>${escapedTags}</tags>
</item>
`
}
xmlContent += '</memory>'
// 写入XML文件
await fs.writeFile(xmlFile, xmlContent, 'utf8')
logger.success(`🔄 [RememberCommand] XML文件创建成功 - 长度: ${xmlContent.length}字符`)
// 备份legacy文件
await fs.move(legacyFile, backupFile)
logger.success(`🔄 [RememberCommand] Legacy文件备份到: ${backupFile}`)
logger.success(`🔄 [RememberCommand] 成功迁移${legacyMemories.length}条记忆到XML格式`)
} catch (error) {
logger.error(`🔄 [RememberCommand] 记忆迁移失败: ${error.message}`)
logger.debug(`🔄 [RememberCommand] 迁移错误堆栈: ${error.stack}`)
throw new Error(`记忆迁移失败: ${error.message}`)
}
}
/**
* 解析legacy Markdown格式的记忆
*/
parseLegacyMemories (content) {
const memories = []
const lines = content.split('\n')
for (const line of lines) {
const trimmedLine = line.trim()
// 解析标准格式:- 2025/01/15 14:30 内容 #标签 #评分:8 #有效期:长期
const match = trimmedLine.match(/^- (\d{4}\/\d{2}\/\d{2} \d{2}:\d{2}) (.+)$/)
if (match) {
const [, timestamp, contentAndTags] = match
// 分离内容和标签
let content = contentAndTags
let tags = []
// 提取 --tags 后面的内容
const tagsMatch = contentAndTags.match(/--tags\s+(.*)/)
if (tagsMatch) {
content = contentAndTags.substring(0, contentAndTags.indexOf('--tags')).trim()
const tagsContent = tagsMatch[1]
const hashTags = tagsContent.match(/#[^\s]+/g) || []
const regularTags = tagsContent.replace(/#[^\s]+/g, '').trim().split(/\s+/).filter(t => t)
tags = [...regularTags, ...hashTags]
} else {
// 如果没有 --tags检查是否有直接的 # 标签
const hashTags = contentAndTags.match(/#[^\s]+/g) || []
if (hashTags.length > 0) {
content = contentAndTags.replace(/#[^\s]+/g, '').trim()
tags = hashTags
}
}
memories.push({
timestamp,
content,
tags
})
}
}
return memories
}
/**
* 自动生成标签
*/
generateTags (value) {
const tags = []
const lowerValue = value.toLowerCase()
// 基于value生成标签
if (lowerValue.includes('最佳实践') || lowerValue.includes('规则')) tags.push('#最佳实践')
if (lowerValue.includes('流程') || lowerValue.includes('步骤')) tags.push('#流程管理')
if (lowerValue.includes('命令') || lowerValue.includes('工具')) tags.push('#工具使用')
return tags.join(' ') || '#其他'
}
/**
* 格式化保存响应XML版本
*/
formatSaveResponse (value, memoryEntry) {
const { action, timestamp, format, filePath } = memoryEntry
const actionLabels = {
created: '✅ AI已内化新记忆XML格式'
}
return `${actionLabels[action]}${value}
## 📋 记忆详情
- **存储格式**: ${format.toUpperCase()}
- **内化时间**: ${timestamp.split('T')[0]}
- **存储路径**: ${path.basename(filePath)}
- **知识内容**: ${value.length > 100 ? value.substring(0, 100) + '...' : value}
## 🎯 能力增强效果
- ✅ **知识已内化到AI长期记忆XML结构化存储**
- ✅ **支持精确的内容检索和标签搜索**
- ✅ **可通过recall命令主动检索**
- ✅ **支持跨会话记忆保持**
- ✅ **自动从legacy格式迁移**
## 🔄 下一步行动:
- 记忆检索: 使用 MCP PromptX recall 工具验证知识内化效果
- 能力强化: 使用 MCP PromptX learn 工具学习相关知识增强记忆
- 应用实践: 使用 MCP PromptX action 工具在实际场景中运用记忆
📍 当前状态memory_saved_xml`
}
/**
* 获取使用帮助
*/
getUsageHelp () {
return `🧠 **Remember锦囊 - AI记忆增强系统XML版本**
## 📖 基本用法
通过 MCP PromptX remember 工具内化知识
## 💡 记忆内化示例
### 📝 AI记忆内化
AI学习和内化各种专业知识
- "构建代码 → 运行测试 → 部署到staging → 验证功能 → 发布生产"
- "用户反馈视频加载慢排查发现是CDN配置问题修改后加载速度提升60%"
- "React Hooks允许在函数组件中使用state和其他React特性"
- "每个PR至少需要2个人review必须包含测试用例"
## 🆕 XML记忆模式特性
- **结构化存储**: 使用XML格式存储支持更精确的数据管理
- **自动迁移**: 从legacy Markdown格式自动迁移到XML
- **XML转义**: 自动处理特殊字符,确保数据完整性
- **向后兼容**: 继续支持读取legacy格式记忆
## 🔍 记忆检索与应用
- 使用 MCP PromptX recall 工具主动检索记忆
- 使用 MCP PromptX action 工具运用记忆激活角色
🔄 下一步行动:
- 开始记忆: 使用 MCP PromptX remember 工具内化第一条知识
- 学习资源: 使用 MCP PromptX learn 工具学习新知识再内化`
}
/**
* 获取PATEOAS导航信息
*/
getPATEOAS (args) {
const content = args.join(' ')
if (!content) {
return {
currentState: 'remember_awaiting_input',
availableTransitions: ['welcome', 'learn', 'recall'],
nextActions: [
{
name: '查看角色',
description: '选择角色获取专业知识',
method: 'MCP PromptX welcome 工具',
priority: 'medium'
},
{
name: '学习资源',
description: '学习新知识然后保存',
method: 'MCP PromptX learn 工具',
priority: 'high'
}
]
}
}
return {
currentState: 'memory_saved',
availableTransitions: ['recall', 'learn', 'action', 'remember'],
nextActions: [
{
name: '检索记忆',
description: '测试记忆是否可检索',
method: 'MCP PromptX recall 工具',
priority: 'high'
},
{
name: '学习强化',
description: '学习相关知识加强记忆',
method: 'MCP PromptX learn 工具',
priority: 'medium'
},
{
name: '应用记忆',
description: '在实际场景中应用记忆',
method: 'MCP PromptX action 工具',
priority: 'medium'
},
{
name: '继续内化',
description: 'AI继续内化更多知识',
method: 'MCP PromptX remember 工具',
priority: 'low'
}
],
metadata: {
savedMemory: content.substring(0, 50) + (content.length > 50 ? '...' : ''),
memoryLength: content.length,
timestamp: new Date().toISOString(),
systemVersion: '锦囊串联状态机 v1.0'
}
}
}
}
module.exports = RememberCommand

View File

@ -471,21 +471,21 @@ class PackageDiscovery extends BaseDiscovery {
* @returns {Promise<string>} 环境类型development, npx, local, unknown
*/
async _detectExecutionEnvironment() {
// 1. 优先检查npx执行具体环境避免MCP误判
// 1. 检查是否在开发环境
if (await this._isDevelopmentMode()) {
return 'development'
}
// 2. 检查是否通过npx执行
if (this._isNpxExecution()) {
return 'npx'
}
// 2. 检查本地安装(具体环境)
// 3. 检查是否在node_modules中安装
if (this._isLocalInstallation()) {
return 'local'
}
// 3. 最后检查开发环境(通用环境,优先级降低)
if (await this._isDevelopmentMode()) {
return 'development'
}
return 'unknown'
}
@ -673,24 +673,11 @@ class PackageDiscovery extends BaseDiscovery {
*/
async _findFallbackRoot() {
try {
// 优先使用__dirname计算包根目录更可靠的路径
const packageRoot = path.resolve(__dirname, '../../../../../')
// 验证是否为有效的dpml-prompt包
const packageJsonPath = path.join(packageRoot, 'package.json')
if (await fs.pathExists(packageJsonPath)) {
const packageJson = await fs.readJSON(packageJsonPath)
if (packageJson.name === 'dpml-prompt') {
return packageRoot
}
}
// 后备方案使用模块解析使用__dirname作为basedir
const resolve = require('resolve')
const resolvedPackageJsonPath = resolve.sync('dpml-prompt/package.json', {
basedir: __dirname
const packageJsonPath = resolve.sync('dpml-prompt/package.json', {
basedir: process.cwd()
})
return path.dirname(resolvedPackageJsonPath)
return path.dirname(packageJsonPath)
} catch (error) {
return null
}

View File

@ -1,187 +0,0 @@
const ResourceProtocol = require('./ResourceProtocol')
const path = require('path')
const fs = require('fs').promises
/**
* 文件协议实现
* 实现@file://协议,用于访问本地文件系统中的文件
*/
class FileProtocol extends ResourceProtocol {
constructor (options = {}) {
super('file', options)
}
/**
* 设置注册表(保持与其他协议的一致性)
*/
setRegistry (registry) {
// File协议不使用注册表但为了一致性提供此方法
this.registry = registry || {}
}
/**
* 获取协议信息
* @returns {object} 协议信息
*/
getProtocolInfo () {
return {
name: 'file',
description: '文件系统协议,提供本地文件访问',
location: 'file://{path}',
examples: [
'file://package.json',
'file:///absolute/path/to/file.txt',
'file://./relative/path/file.md',
'file://../parent/file.json'
],
params: this.getSupportedParams()
}
}
/**
* 支持的查询参数
* @returns {object} 参数说明
*/
getSupportedParams () {
return {
...super.getSupportedParams(),
encoding: 'string - 文件编码 (utf8, ascii, binary等)',
exists: 'boolean - 仅返回存在的文件'
}
}
/**
* 验证文件协议路径
* @param {string} resourcePath - 资源路径
* @returns {boolean} 是否有效
*/
validatePath (resourcePath) {
if (!super.validatePath(resourcePath)) {
return false
}
// 基本路径验证 - 允许相对路径和绝对路径
return typeof resourcePath === 'string' && resourcePath.length > 0
}
/**
* 解析文件路径
* @param {string} resourcePath - 原始资源路径
* @param {QueryParams} queryParams - 查询参数
* @returns {Promise<string>} 解析后的绝对路径
*/
async resolvePath (resourcePath, queryParams) {
let resolvedPath
if (path.isAbsolute(resourcePath)) {
// 绝对路径直接使用
resolvedPath = resourcePath
} else {
// 相对路径相对于当前工作目录解析
resolvedPath = path.resolve(process.cwd(), resourcePath)
}
// 规范化路径
resolvedPath = path.normalize(resolvedPath)
return resolvedPath
}
/**
* 加载资源内容
* @param {string} resolvedPath - 解析后的路径
* @param {QueryParams} queryParams - 查询参数
* @returns {Promise<string>} 资源内容
*/
async loadContent (resolvedPath, queryParams) {
try {
// 检查路径是否存在
const stats = await fs.stat(resolvedPath)
if (stats.isDirectory()) {
return await this.loadDirectoryContent(resolvedPath, queryParams)
} else if (stats.isFile()) {
return await this.loadFileContent(resolvedPath, queryParams)
} else {
throw new Error(`不支持的文件类型: ${resolvedPath}`)
}
} catch (error) {
if (error.code === 'ENOENT') {
// 如果设置了exists参数为false返回空内容而不是错误
if (queryParams && queryParams.get('exists') === 'false') {
return ''
}
throw new Error(`文件或目录不存在: ${resolvedPath}`)
}
throw error
}
}
/**
* 加载文件内容
* @param {string} filePath - 文件路径
* @param {QueryParams} queryParams - 查询参数
* @returns {Promise<string>} 文件内容
*/
async loadFileContent (filePath, queryParams) {
const encoding = queryParams?.get('encoding') || 'utf8'
return await fs.readFile(filePath, encoding)
}
/**
* 加载目录内容
* @param {string} dirPath - 目录路径
* @param {QueryParams} queryParams - 查询参数
* @returns {Promise<string>} 目录内容列表
*/
async loadDirectoryContent (dirPath, queryParams) {
const entries = await fs.readdir(dirPath, { withFileTypes: true })
// 应用类型过滤
const typeFilter = queryParams?.get('type')
let filteredEntries = entries
if (typeFilter) {
filteredEntries = entries.filter(entry => {
switch (typeFilter) {
case 'file': return entry.isFile()
case 'dir': return entry.isDirectory()
case 'both': return true
default: return true
}
})
}
// 格式化输出
const format = queryParams?.get('format') || 'list'
switch (format) {
case 'json':
return JSON.stringify(
filteredEntries.map(entry => ({
name: entry.name,
type: entry.isDirectory() ? 'directory' : 'file',
path: path.join(dirPath, entry.name)
})),
null,
2
)
case 'paths':
return filteredEntries
.map(entry => path.join(dirPath, entry.name))
.join('\n')
case 'list':
default:
return filteredEntries
.map(entry => {
const type = entry.isDirectory() ? '[DIR]' : '[FILE]'
return `${type} ${entry.name}`
})
.join('\n')
}
}
}
module.exports = FileProtocol

View File

@ -11,8 +11,6 @@ const RoleProtocol = require('./protocols/RoleProtocol')
const ThoughtProtocol = require('./protocols/ThoughtProtocol')
const ExecutionProtocol = require('./protocols/ExecutionProtocol')
const KnowledgeProtocol = require('./protocols/KnowledgeProtocol')
const UserProtocol = require('./protocols/UserProtocol')
const FileProtocol = require('./protocols/FileProtocol')
class ResourceManager {
constructor() {
@ -38,8 +36,6 @@ class ResourceManager {
// 基础协议 - 直接文件系统映射
this.protocols.set('package', new PackageProtocol())
this.protocols.set('project', new ProjectProtocol())
this.protocols.set('file', new FileProtocol())
this.protocols.set('user', new UserProtocol())
// 逻辑协议 - 需要注册表查询
this.protocols.set('role', new RoleProtocol())
@ -162,23 +158,11 @@ class ResourceManager {
await this.initializeWithNewArchitecture()
}
// 处理@开头的DPML格式 @file://path, @!role://java-developer
if (resourceId.startsWith('@')) {
// 处理@!开头的DPML格式如 @!role://java-developer
if (resourceId.startsWith('@!')) {
const parsed = this.protocolParser.parse(resourceId)
// 对于基础协议file, user, package, project直接通过协议处理器加载
const basicProtocols = ['file', 'user', 'package', 'project']
if (basicProtocols.includes(parsed.protocol)) {
const content = await this.loadResourceByProtocol(resourceId)
return {
success: true,
content,
resourceId,
reference: resourceId
}
}
// 对于逻辑协议从RegistryData查找资源
// 从RegistryData查找资源
const resourceData = this.registryData.findResourceById(parsed.path, parsed.protocol)
if (!resourceData) {
throw new Error(`Resource not found: ${parsed.protocol}:${parsed.path}`)

View File

@ -46,30 +46,17 @@ class DirectoryService {
async getProjectRoot(context = {}) {
await this._ensureInitialized()
// 🔍 增加详细的路径诊断日志
console.error('🔍 [DirectoryService-DIAGNOSIS] ===== getProjectRoot 诊断开始 =====')
console.error(`🔍 [DirectoryService-DIAGNOSIS] context: ${JSON.stringify(context)}`)
console.error(`🔍 [DirectoryService-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
try {
const result = await this.projectRootLocator.locate(context)
this._lastProjectRoot = result
this._lastContext = context
console.error(`🔍 [DirectoryService-DIAGNOSIS] ProjectRootLocator结果: ${result}`)
console.error('🔍 [DirectoryService-DIAGNOSIS] ===== getProjectRoot 诊断结束 =====')
logger.debug(`[DirectoryService] 项目根目录: ${result}`)
return result
} catch (error) {
console.error(`🔍 [DirectoryService-DIAGNOSIS] ❌ ProjectRootLocator失败: ${error.message}`)
console.error('🔍 [DirectoryService-DIAGNOSIS] ===== getProjectRoot 诊断结束(出错) =====')
logger.error('[DirectoryService] 获取项目根目录失败:', error)
// 回退到当前工作目录
const fallback = process.cwd()
console.error(`🔍 [DirectoryService-DIAGNOSIS] 回退到process.cwd(): ${fallback}`)
return fallback
// 回退到当前目录
return context.startDir || process.cwd()
}
}

View File

@ -68,21 +68,14 @@ function getMCPWorkingDirectory() {
* @returns {string} 工作空间路径
*/
function getWorkspaceSynchronous(context) {
// 🔍 增加详细的路径诊断日志
console.error('🔍 [executionContext-DIAGNOSIS] ===== getWorkspaceSynchronous 诊断开始 =====')
console.error(`🔍 [executionContext-DIAGNOSIS] context: ${JSON.stringify(context)}`)
console.error(`🔍 [executionContext-DIAGNOSIS] process.cwd(): ${process.cwd()}`)
// 策略1IDE环境变量
const workspacePaths = process.env.WORKSPACE_FOLDER_PATHS;
console.error(`🔍 [executionContext-DIAGNOSIS] 策略1 - WORKSPACE_FOLDER_PATHS: ${workspacePaths || 'undefined'}`)
if (workspacePaths) {
try {
const folders = JSON.parse(workspacePaths);
if (Array.isArray(folders) && folders.length > 0) {
const firstFolder = folders[0];
if (isValidDirectory(firstFolder)) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略1成功: ${firstFolder}`)
console.error(`[执行上下文] 使用WORKSPACE_FOLDER_PATHS: ${firstFolder}`);
return firstFolder;
}
@ -91,7 +84,6 @@ function getWorkspaceSynchronous(context) {
// 忽略解析错误,尝试直接使用
const firstPath = workspacePaths.split(path.delimiter)[0];
if (firstPath && isValidDirectory(firstPath)) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略1备用成功: ${firstPath}`)
console.error(`[执行上下文] 使用WORKSPACE_FOLDER_PATHS: ${firstPath}`);
return firstPath;
}
@ -100,51 +92,39 @@ function getWorkspaceSynchronous(context) {
// 策略2PromptX专用环境变量
const promptxWorkspaceEnv = process.env.PROMPTX_WORKSPACE;
console.error(`🔍 [executionContext-DIAGNOSIS] 策略2 - PROMPTX_WORKSPACE: ${promptxWorkspaceEnv || 'undefined'}`)
if (promptxWorkspaceEnv && promptxWorkspaceEnv.trim() !== '') {
const promptxWorkspace = normalizePath(expandHome(promptxWorkspaceEnv));
if (isValidDirectory(promptxWorkspace)) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略2成功: ${promptxWorkspace}`)
console.error(`[执行上下文] 使用PROMPTX_WORKSPACE: ${promptxWorkspace}`);
return promptxWorkspace;
}
}
// 策略3现有.promptx目录
console.error(`🔍 [executionContext-DIAGNOSIS] 策略3 - 查找现有.promptx目录起始目录: ${context.startDir}`)
const existingPrompxRoot = findExistingPromptxDirectory(context.startDir);
console.error(`🔍 [executionContext-DIAGNOSIS] 策略3结果: ${existingPrompxRoot || 'null'}`)
if (existingPrompxRoot) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略3成功: ${existingPrompxRoot}`)
console.error(`[执行上下文] 发现现有.promptx目录: ${existingPrompxRoot}`);
return existingPrompxRoot;
}
// 策略4PWD环境变量
const pwd = process.env.PWD;
console.error(`🔍 [executionContext-DIAGNOSIS] 策略4 - PWD: ${pwd || 'undefined'}`)
if (pwd && isValidDirectory(pwd) && pwd !== process.cwd()) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略4成功: ${pwd}`)
console.error(`[执行上下文] 使用PWD环境变量: ${pwd}`);
return pwd;
}
// 策略5项目根目录
const projectRoot = findProjectRoot(context.startDir);
console.error(`🔍 [executionContext-DIAGNOSIS] 策略5结果: ${projectRoot || 'null'}`)
if (projectRoot && projectRoot !== process.cwd()) {
console.error(`🔍 [executionContext-DIAGNOSIS] 策略5成功: ${projectRoot}`)
console.error(`[执行上下文] 智能推测项目根目录: ${projectRoot}`);
return projectRoot;
}
// 策略6回退到当前目录
const fallbackPath = process.cwd()
console.error(`🔍 [executionContext-DIAGNOSIS] 策略6 - 回退到process.cwd(): ${fallbackPath}`)
console.error(`[执行上下文] 回退到process.cwd(): ${fallbackPath}`);
console.error(`[执行上下文] 回退到process.cwd(): ${process.cwd()}`);
console.error(`[执行上下文] 提示建议在MCP配置中添加 "env": {"PROMPTX_WORKSPACE": "你的项目目录"}`);
console.error('🔍 [executionContext-DIAGNOSIS] ===== getWorkspaceSynchronous 诊断结束 =====')
return fallbackPath;
return process.cwd();
}
/**
@ -162,61 +142,29 @@ function getMCPWorkingDirectoryLegacy() {
* @returns {string|null} 包含.promptx目录的父目录路径或null
*/
function findExistingPromptxDirectory(startDir) {
// 🔍 增加详细的路径诊断日志
console.error('🔍 [findExistingPromptxDirectory-DIAGNOSIS] ===== 查找.promptx目录诊断开始 =====')
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 起始目录: ${startDir}`)
let currentDir = path.resolve(startDir);
const root = path.parse(currentDir).root;
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 解析后起始目录: ${currentDir}`)
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 文件系统根目录: ${root}`)
const foundDirectories = []
let stepCount = 0
while (currentDir !== root) {
stepCount++
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 第${stepCount}步 - 检查目录: ${currentDir}`)
// 检查当前目录是否包含.promptx目录
const promptxPath = path.join(currentDir, '.promptx');
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 检查路径: ${promptxPath}`)
if (fs.existsSync(promptxPath)) {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ✅ 发现.promptx目录: ${promptxPath}`)
foundDirectories.push(currentDir)
try {
const stat = fs.statSync(promptxPath);
if (stat.isDirectory()) {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ✅ 确认为有效目录,返回: ${currentDir}`)
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 🎯 总共发现${foundDirectories.length}个.promptx目录: ${JSON.stringify(foundDirectories)}`)
console.error('🔍 [findExistingPromptxDirectory-DIAGNOSIS] ===== 查找.promptx目录诊断结束 =====')
return currentDir;
} else {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ❌ .promptx存在但不是目录`)
}
} catch (error) {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ❌ 访问.promptx目录时出错: ${error.message}`)
} catch {
// 忽略权限错误等,继续查找
}
} else {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ❌ 当前目录无.promptx`)
}
// 向上一级目录
const parentDir = path.dirname(currentDir);
if (parentDir === currentDir) {
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 🔚 到达顶级目录,停止搜索`)
break; // 防止无限循环
}
if (parentDir === currentDir) break; // 防止无限循环
currentDir = parentDir;
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ⬆️ 向上一级: ${currentDir}`)
}
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] 🎯 搜索完成,总共发现${foundDirectories.length}个.promptx目录: ${JSON.stringify(foundDirectories)}`)
console.error(`🔍 [findExistingPromptxDirectory-DIAGNOSIS] ❌ 未找到有效的.promptx目录`)
console.error('🔍 [findExistingPromptxDirectory-DIAGNOSIS] ===== 查找.promptx目录诊断结束 =====')
return null;
}

View File

@ -4,9 +4,9 @@
"metadata": {
"version": "2.0.0",
"description": "package 级资源注册表",
"createdAt": "2025-06-26T08:44:24.849Z",
"updatedAt": "2025-06-26T08:44:47.497Z",
"resourceCount": 58
"createdAt": "2025-06-22T05:02:40.683Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"resourceCount": 50
},
"resources": [
{
@ -17,9 +17,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/assistant/assistant.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.853Z",
"updatedAt": "2025-06-26T08:44:24.853Z",
"scannedAt": "2025-06-26T08:44:24.853Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -30,9 +30,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/assistant/thought/assistant.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -43,9 +43,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/assistant/execution/assistant.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -56,9 +56,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/frontend-developer/frontend-developer.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -69,9 +69,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/frontend-developer/thought/frontend-developer.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -82,9 +82,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/java-backend-developer/execution/code-quality.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -95,9 +95,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/frontend-developer/execution/frontend-developer.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -108,9 +108,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/frontend-developer/execution/technical-architecture.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -121,9 +121,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/frontend-developer/execution/user-experience.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -134,9 +134,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/frontend-developer/execution/wechat-miniprogram-development.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.685Z",
"updatedAt": "2025-06-22T05:02:40.685Z",
"scannedAt": "2025-06-22T05:02:40.685Z"
}
},
{
@ -147,9 +147,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/java-backend-developer/java-backend-developer.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -160,9 +160,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/java-backend-developer/thought/java-backend-developer.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -173,9 +173,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/java-backend-developer/execution/database-design.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -186,9 +186,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/java-backend-developer/execution/java-backend-developer.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -199,9 +199,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/java-backend-developer/execution/spring-ecosystem.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -212,9 +212,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/java-backend-developer/execution/system-architecture.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -225,9 +225,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/nuwa/nuwa.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -238,9 +238,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/nuwa/thought/role-creation.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -251,9 +251,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/nuwa/execution/dpml-authoring.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -264,9 +264,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/nuwa/execution/role-design-patterns.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -277,9 +277,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/nuwa/execution/role-generation.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -290,9 +290,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/nuwa/execution/visualization-enhancement.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.854Z",
"updatedAt": "2025-06-26T08:44:24.854Z",
"scannedAt": "2025-06-26T08:44:24.854Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -303,9 +303,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/product-manager/product-manager.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -316,9 +316,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/product-manager/thought/product-manager.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -329,9 +329,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/product-manager/execution/market-analysis.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -342,9 +342,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/product-manager/execution/product-manager.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -355,9 +355,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/product-manager/execution/user-research.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.686Z",
"updatedAt": "2025-06-22T05:02:40.686Z",
"scannedAt": "2025-06-22T05:02:40.686Z"
}
},
{
@ -368,9 +368,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/sean/sean.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -381,9 +381,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/sean/thought/contradiction-methodology.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -394,9 +394,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/sean/thought/sean.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -407,22 +407,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/sean/execution/contradiction-analysis.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "contradiction-management-methodology",
"source": "package",
"protocol": "execution",
"name": "Contradiction Management Methodology 执行模式",
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/sean/execution/contradiction-management-methodology.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -433,9 +420,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/sean/execution/sean-decision-framework.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -446,48 +433,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/sean/execution/template-adherence.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "noface",
"source": "package",
"protocol": "role",
"name": "无面",
"description": "万能学习助手,通过学习用户提示词获得专业能力",
"reference": "@package://prompt/domain/noface/noface.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:47.495Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "adaptive-learning",
"source": "package",
"protocol": "execution",
"name": "Adaptive Learning 执行模式",
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/noface/execution/adaptive-learning.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "content-preservation",
"source": "package",
"protocol": "execution",
"name": "Content Preservation 执行模式",
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/noface/execution/content-preservation.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -498,9 +446,9 @@
"description": "专业角色,提供特定领域的专业能力",
"reference": "@package://prompt/domain/xiaohongshu-marketer/xiaohongshu-marketer.role.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -511,9 +459,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/thought/xiaohongshu-marketer.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -524,9 +472,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/brand-marketing.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -537,9 +485,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/community-building.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -550,9 +498,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/content-creation.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -563,9 +511,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/content-optimization.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -576,9 +524,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/data-analytics.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -589,9 +537,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/ecommerce-conversion.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -602,9 +550,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/performance-optimization.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -615,9 +563,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/platform-compliance.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -628,9 +576,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/team-collaboration.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -641,9 +589,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/user-operation.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -654,35 +602,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/domain/xiaohongshu-marketer/execution/xiaohongshu-marketer.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "recall_v1",
"source": "package",
"protocol": "thought",
"name": "Recall_v1 思维模式",
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/_deprecated/recall_v1.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "remember_v1",
"source": "package",
"protocol": "thought",
"name": "Remember_v1 思维模式",
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/_deprecated/remember_v1.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -693,9 +615,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/core/dacp-email-sending.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -706,22 +628,9 @@
"description": "执行模式,定义具体的行为模式",
"reference": "@package://prompt/core/dacp-service-calling.execution.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
}
},
{
"id": "recall-xml",
"source": "package",
"protocol": "thought",
"name": "Recall Xml 思维模式",
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/recall-xml.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.855Z",
"updatedAt": "2025-06-26T08:44:24.855Z",
"scannedAt": "2025-06-26T08:44:24.855Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -732,22 +641,9 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/recall.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.856Z",
"updatedAt": "2025-06-26T08:44:24.856Z",
"scannedAt": "2025-06-26T08:44:24.856Z"
}
},
{
"id": "remember-xml",
"source": "package",
"protocol": "thought",
"name": "Remember Xml 思维模式",
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/remember-xml.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.856Z",
"updatedAt": "2025-06-26T08:44:24.856Z",
"scannedAt": "2025-06-26T08:44:24.856Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
},
{
@ -758,21 +654,21 @@
"description": "思维模式指导AI的思考方式",
"reference": "@package://prompt/core/remember.thought.md",
"metadata": {
"createdAt": "2025-06-26T08:44:24.856Z",
"updatedAt": "2025-06-26T08:44:24.856Z",
"scannedAt": "2025-06-26T08:44:24.856Z"
"createdAt": "2025-06-22T05:02:40.687Z",
"updatedAt": "2025-06-22T05:02:40.687Z",
"scannedAt": "2025-06-22T05:02:40.687Z"
}
}
],
"stats": {
"totalResources": 58,
"totalResources": 50,
"byProtocol": {
"role": 8,
"thought": 14,
"execution": 36
"role": 7,
"thought": 10,
"execution": 33
},
"bySource": {
"package": 58
"package": 50
}
}
}

View File

@ -1,173 +0,0 @@
const fs = require('fs-extra')
const path = require('path')
const RememberCommand = require('../../lib/core/pouch/commands/RememberCommand')
const RecallCommand = require('../../lib/core/pouch/commands/RecallCommand')
describe('Memory DPML Integration', () => {
const testDir = path.join(__dirname, 'test-workspace')
const memoryDir = path.join(testDir, '.promptx', 'memory')
const xmlFile = path.join(memoryDir, 'declarative.dpml')
const legacyFile = path.join(memoryDir, 'declarative.md')
const backupFile = path.join(memoryDir, 'declarative.md.bak')
let originalCwd
beforeEach(async () => {
// 保存原始工作目录
originalCwd = process.cwd()
// 清理测试目录
await fs.remove(testDir)
await fs.ensureDir(testDir)
// 切换到测试工作目录
process.chdir(testDir)
})
afterEach(async () => {
// 恢复原始工作目录
process.chdir(originalCwd)
// 清理测试目录
await fs.remove(testDir)
})
test('完整的保存和检索流程', async () => {
const rememberCmd = new RememberCommand()
const recallCmd = new RecallCommand()
// 保存记忆
const result = await rememberCmd.saveMemory('测试记忆内容')
expect(result.action).toBe('created')
expect(result.value).toBe('测试记忆内容')
// 检索记忆
const memories = await recallCmd.getAllMemories('测试')
expect(memories.length).toBe(1)
expect(memories[0].content).toBe('测试记忆内容')
expect(memories[0].tags).toContain('其他')
})
test('DPML文件格式正确', async () => {
const rememberCmd = new RememberCommand()
// 保存记忆
await rememberCmd.saveMemory('测试DPML格式')
// 检查DPML文件
expect(await fs.pathExists(xmlFile)).toBe(true)
const xmlContent = await fs.readFile(xmlFile, 'utf8')
// 验证XML结构
expect(xmlContent).toMatch(/<memory>/)
expect(xmlContent).toMatch(/<\/memory>/)
expect(xmlContent).toMatch(/<item id="[^"]*" time="[^"]*">/)
expect(xmlContent).toMatch(/<content>测试DPML格式<\/content>/)
expect(xmlContent).toMatch(/<tags>其他<\/tags>/)
})
test('数据迁移功能', async () => {
// 确保目录存在
await fs.ensureDir(memoryDir)
// 创建legacy文件
const legacyContent = `# 陈述性记忆
## 高价值记忆(评分 ≥ 7
- 2025/01/15 14:30 测试记忆内容 #工具使用 #评分:8 #有效期:长期
- 2025/01/16 10:20 另一条测试记忆 #流程管理 #评分:9 #有效期:长期`
await fs.writeFile(legacyFile, legacyContent, 'utf8')
// 触发迁移
const rememberCmd = new RememberCommand()
await rememberCmd.saveMemory('新记忆触发迁移')
// 验证迁移结果
expect(await fs.pathExists(xmlFile)).toBe(true)
expect(await fs.pathExists(backupFile)).toBe(true)
// 检查迁移的内容
const recallCmd = new RecallCommand()
const memories = await recallCmd.getAllMemories()
// 应该有3条记忆2条迁移的 + 1条新的
expect(memories.length).toBe(3)
// 验证迁移的记忆内容
const migratedMemories = memories.filter(m =>
m.content.includes('测试记忆内容') || m.content.includes('另一条测试记忆')
)
expect(migratedMemories.length).toBe(2)
})
test('搜索功能正常工作', async () => {
const rememberCmd = new RememberCommand()
const recallCmd = new RecallCommand()
// 保存多条记忆
await rememberCmd.saveMemory('前端开发最佳实践')
await rememberCmd.saveMemory('后端API设计规范')
await rememberCmd.saveMemory('测试流程优化')
// 搜索特定内容
const frontendMemories = await recallCmd.getAllMemories('前端')
expect(frontendMemories.length).toBe(1)
expect(frontendMemories[0].content).toBe('前端开发最佳实践')
// 搜索标签
const flowMemories = await recallCmd.getAllMemories('流程')
expect(flowMemories.length).toBe(1)
expect(flowMemories[0].content).toBe('测试流程优化')
})
test('XML转义功能正常', async () => {
const rememberCmd = new RememberCommand()
const recallCmd = new RecallCommand()
// 保存包含特殊字符的记忆
const specialContent = '使用<script>标签时要注意"安全性"问题 & 性能优化'
await rememberCmd.saveMemory(specialContent)
// 检索记忆
const memories = await recallCmd.getAllMemories('script')
expect(memories.length).toBe(1)
expect(memories[0].content).toBe(specialContent)
// 检查DPML文件中的转义
const xmlContent = await fs.readFile(xmlFile, 'utf8')
expect(xmlContent).toMatch(/&lt;script&gt;/)
expect(xmlContent).toMatch(/&quot;安全性&quot;/)
expect(xmlContent).toMatch(/&amp; 性能优化/)
})
test('迁移只执行一次', async () => {
// 确保目录存在
await fs.ensureDir(memoryDir)
// 创建legacy文件
const legacyContent = '- 2025/01/15 14:30 测试记忆 #其他 #评分:8 #有效期:长期'
await fs.writeFile(legacyFile, legacyContent, 'utf8')
const rememberCmd = new RememberCommand()
// 第一次触发迁移
await rememberCmd.saveMemory('第一次记忆')
expect(await fs.pathExists(backupFile)).toBe(true)
// 记录备份文件的修改时间
const firstBackupStats = await fs.stat(backupFile)
// 等待一小段时间确保时间戳不同
await new Promise(resolve => setTimeout(resolve, 10))
// 第二次保存,不应该再次迁移
await rememberCmd.saveMemory('第二次记忆')
// 备份文件的修改时间应该没有变化
const secondBackupStats = await fs.stat(backupFile)
expect(secondBackupStats.mtime.getTime()).toBe(firstBackupStats.mtime.getTime())
})
})