openclaw-weiyuan-init 1.0.86 → 1.0.88
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/lib/commands.js +3 -3
- package/package.json +1 -1
package/lib/commands.js
CHANGED
|
@@ -53,9 +53,9 @@ const DEFAULT_SKILL_TSCONFIG = {
|
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
const DEFAULT_FIXED_MESSAGES = {
|
|
56
|
-
sceneA: "【微元协作】✨
|
|
57
|
-
sceneB: "【微元协作】✨
|
|
58
|
-
sceneC: "【微元协作】✨
|
|
56
|
+
sceneA: "【微元协作】✨ 老板好~欢迎加入微元系统。\n【先执行】先读 3 个文件:CHANGELOG_OPENCLAW.md、release-notes/latest.json、docs/OPENCLAW_WEIYUAN_CLI_RULES.md;高危操作必须“是→同意”;禁止直调API绕过。\n请先回复:已进入微元CLI受控模式。",
|
|
57
|
+
sceneB: "【微元协作】✨ 已为你接入微元系统并加入项目。\n项目ID:{projectId}\n【先执行】先读 3 个文件:CHANGELOG_OPENCLAW.md、release-notes/latest.json、docs/OPENCLAW_WEIYUAN_CLI_RULES.md;高危操作必须“是→同意”;禁止直调API绕过。\n请先回复:已进入微元CLI受控模式。",
|
|
58
|
+
sceneC: "【微元协作】✨ 你已成功加入项目。\n项目ID:{projectId}\n【先执行】先读 3 个文件:CHANGELOG_OPENCLAW.md、release-notes/latest.json、docs/OPENCLAW_WEIYUAN_CLI_RULES.md;高危操作必须“是→同意”;禁止直调API绕过。\n请先回复:已进入微元CLI受控模式。"
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
let fixedMessagesCache = null;
|