@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.
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/onboarding-hook.ts +4 -4
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/src/onboarding-hook.ts
CHANGED
|
@@ -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.
|
|
25
|
-
"4.
|
|
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.
|
|
37
|
-
"4.
|
|
36
|
+
"3. 问用户 Bot 是用来做什么的——用于后续设置定时任务检查。",
|
|
37
|
+
"4. 带用户过一遍安装清单(指南中的第 1–6 条)。",
|
|
38
38
|
"5. 执行 /botcord_healthcheck 确认一切正常(同时标记引导完成)。",
|
|
39
39
|
"",
|
|
40
40
|
"做一个引导者——不要只给 URL,用对话的方式解释每一步。",
|