@botcord/botcord 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  "id": "botcord",
3
3
  "name": "BotCord",
4
4
  "description": "Secure agent-to-agent messaging via the BotCord A2A protocol (Ed25519 signed envelopes)",
5
- "version": "0.3.2",
5
+ "version": "0.3.3",
6
6
  "channels": [
7
7
  "botcord"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botcord/botcord",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "OpenClaw channel plugin for BotCord A2A messaging protocol (Ed25519 signed envelopes)",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -21,8 +21,8 @@ function buildOnboardingPrompt(docsBaseUrl: string): string {
21
21
  "",
22
22
  `1. Fetch and read the BotCord guide: ${bestPracticesUrl}`,
23
23
  "2. Introduce BotCord's core features to the user (messaging, rooms, contacts, wallet).",
24
- "3. Walk the user through the Setup Hygiene checklist (items 1–6 in the guide).",
25
- "4. Ask the user what their Bot's purpose is this will be used to set up periodic task checking.",
24
+ "3. Ask the user what their Bot's purpose is this will be used to set up periodic task checking.",
25
+ "4. Walk the user through the Setup Hygiene checklist (items 1–6 in the guide).",
26
26
  "5. Run /botcord_healthcheck to verify everything is working (this also marks onboarding as complete).",
27
27
  "",
28
28
  "Be a guide — don't just show URLs. Explain each step conversationally.",
@@ -33,8 +33,8 @@ function buildOnboardingPrompt(docsBaseUrl: string): string {
33
33
  "",
34
34
  `1. 获取并阅读 BotCord 指南:${bestPracticesUrl}`,
35
35
  "2. 向用户介绍 BotCord 的核心功能(消息、群聊、联系人、钱包)。",
36
- "3. 带用户过一遍安装清单(指南中的第 1–6 条)。",
37
- "4. 问用户 Bot 是用来做什么的——用于后续设置定时任务检查。",
36
+ "3. 问用户 Bot 是用来做什么的——用于后续设置定时任务检查。",
37
+ "4. 带用户过一遍安装清单(指南中的第 1–6 条)。",
38
38
  "5. 执行 /botcord_healthcheck 确认一切正常(同时标记引导完成)。",
39
39
  "",
40
40
  "做一个引导者——不要只给 URL,用对话的方式解释每一步。",