Browse Source

feat: 更新mcp

liangan 1 tuần trước cách đây
mục cha
commit
e92fec49a1

+ 24 - 0
.promptx/memory/noface/declarative.dpml

@@ -29,4 +29,28 @@
     </content>
     <tags>#最佳实践</tags>
   </item>
+  <item id="mem_1754528859943_jbmq5ht60" time="2025/08/07 09:07">
+    <content>
+      PromptX配置信息总结:
+    
+      ## 项目环境配置
+      - 项目路径:/Users/liangan/Documents/work_files/code/BandhuBuyUniBest
+      - IDE类型:cursor
+      - MCP实例:mcp-4121
+      - PromptX版本:v0.2.0 (dpml-prompt@0.2.0, Node.js v24.4.0)
+    
+      ## 配置文件结构
+      - 主配置:.promptx/pouch.json(记录状态历史和当前状态)
+      - 资源注册表:.promptx/resource/project.registry.json(项目级资源管理)
+      - 记忆存储:.promptx/memory/noface/declarative.dpml(角色记忆文件)
+      - 备份目录:.promptx/backup/(配置备份)
+    
+      ## 当前状态
+      - 系统状态:service_discovery
+      - 可用角色:assistant, luban, noface, nuwa, sean(5个系统角色)
+      - 项目资源:当前为空,可在domain目录下创建角色资源
+      - 支持多项目环境,项目间完全隔离
+    </content>
+    <tags>#其他</tags>
+  </item>
 </memory>

+ 23 - 4
.promptx/pouch.json

@@ -1,10 +1,10 @@
 {
-  "currentState": "service_discovery",
+  "currentState": "memory_saved",
   "stateHistory": [
     {
       "from": "initial",
       "command": "init",
-      "timestamp": "2025-07-30T07:42:28.569Z",
+      "timestamp": "2025-08-07T01:07:00.916Z",
       "args": [
         {
           "workingDirectory": "/Users/liangan/Documents/work_files/code/BandhuBuyUniBest",
@@ -15,9 +15,28 @@
     {
       "from": "initialized",
       "command": "welcome",
-      "timestamp": "2025-07-30T07:42:33.286Z",
+      "timestamp": "2025-08-07T01:07:04.569Z",
       "args": []
+    },
+    {
+      "from": "service_discovery",
+      "command": "action",
+      "timestamp": "2025-08-07T01:07:27.348Z",
+      "args": [
+        "noface"
+      ]
+    },
+    {
+      "from": "role_activated_with_memory",
+      "command": "remember",
+      "timestamp": "2025-08-07T01:07:39.941Z",
+      "args": [
+        "noface",
+        "PromptX配置信息总结:\n\n## 项目环境配置\n- 项目路径:/Users/liangan/Documents/work_files/code/BandhuBuyUniBest\n- IDE类型:cursor\n- MCP实例:mcp-4121\n- PromptX版本:v0.2.0 (dpml-prompt@0.2.0, Node.js v24.4.0)\n\n## 配置文件结构\n- 主配置:.promptx/pouch.json(记录状态历史和当前状态)\n- 资源注册表:.promptx/resource/project.registry.json(项目级资源管理)\n- 记忆存储:.promptx/memory/noface/declarative.dpml(角色记忆文件)\n- 备份目录:.promptx/backup/(配置备份)\n\n## 当前状态\n- 系统状态:service_discovery\n- 可用角色:assistant, luban, noface, nuwa, sean(5个系统角色)\n- 项目资源:当前为空,可在domain目录下创建角色资源\n- 支持多项目环境,项目间完全隔离",
+        "--tags",
+        "配置管理 项目环境 PromptX"
+      ]
     }
   ],
-  "lastUpdated": "2025-07-30T07:42:33.301Z"
+  "lastUpdated": "2025-08-07T01:07:39.947Z"
 }

+ 2 - 2
.promptx/resource/project.registry.json

@@ -4,8 +4,8 @@
   "metadata": {
     "version": "2.0.0",
     "description": "project 级资源注册表",
-    "createdAt": "2025-07-30T07:42:28.606Z",
-    "updatedAt": "2025-07-30T07:42:28.607Z",
+    "createdAt": "2025-08-07T01:07:00.938Z",
+    "updatedAt": "2025-08-07T01:07:00.939Z",
     "resourceCount": 0
   },
   "resources": [],