From 65f507a0103684ccf303d7e3614f3360de595d9a Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 11 Jun 2025 21:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A7=92=E8=89=B2=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E9=80=BB=E8=BE=91=EF=BC=8C=E5=B0=86=E2=80=9C=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E8=AE=BE=E8=AE=A1=E5=B8=88=E2=80=9D=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=E2=80=9C=E5=A5=B3=E5=A8=B2=E2=80=9D=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=A7=92=E8=89=B2=E8=AE=BE=E8=AE=A1=E5=B8=88?= =?UTF-8?q?=E7=9A=84=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A7=92=E8=89=B2=E5=88=9B=E5=BB=BA=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E3=80=82=E6=AD=A4=E6=9B=B4=E6=94=B9=E6=8F=90=E5=8D=87=E4=BA=86?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E5=88=9B=E5=BB=BA=E7=9A=84=E6=B8=85=E6=99=B0?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/core/pouch/commands/RegisterCommand.js | 8 ++++---- src/resource.registry.json | 6 +----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/lib/core/pouch/commands/RegisterCommand.js b/src/lib/core/pouch/commands/RegisterCommand.js index 23b68e3..fa710be 100644 --- a/src/lib/core/pouch/commands/RegisterCommand.js +++ b/src/lib/core/pouch/commands/RegisterCommand.js @@ -46,9 +46,9 @@ ${buildCommand.register('my-custom-role')} - prompt/domain/${roleId}/thought/${roleId}.thought.md - prompt/domain/${roleId}/execution/${roleId}.execution.md -💡 您可以使用角色设计师来创建完整的角色套件: +💡 您可以使用女娲来创建完整的角色套件: \`\`\`bash -${buildCommand.action('role-designer')} +${buildCommand.action('nuwa')} \`\`\`` } @@ -193,8 +193,8 @@ ${buildCommand.action(roleId)} }, { name: '创建新角色', - description: '使用角色设计师创建新角色', - command: buildCommand.action('role-designer'), + description: '使用女娲创建新角色', + command: buildCommand.action('nuwa'), priority: 'high' } ], diff --git a/src/resource.registry.json b/src/resource.registry.json index e968501..949f6b8 100644 --- a/src/resource.registry.json +++ b/src/resource.registry.json @@ -73,11 +73,7 @@ "name": "🙋 智能助手", "description": "通用助理角色,提供基础的助理服务和记忆支持" }, - "role-designer": { - "file": "@package://prompt/domain/role-designer/role-designer.role.md", - "name": "🎭 角色设计师", - "description": "专业角色设计专家,基于DPML协议创建和优化新的AI角色" - }, + "product-manager": { "file": "@package://prompt/domain/product-manager/product-manager.role.md", "name": "📊 产品经理",