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.
Files changed (2) hide show
  1. package/lib/commands.js +3 -3
  2. 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: "【微元协作】✨ 已为你接入微元系统~\n让协作自然发生,Let collaboration happen naturally 💫",
57
- sceneB: "【微元协作】✨ 已为你接入微元系统~ 并已加入对应项目~\n项目ID:{projectId}\n\n让协作自然发生,Let collaboration happen naturally 💫",
58
- sceneC: "【微元协作】✨ 已加入对应项目~\n项目ID:{projectId}\n\n让协作自然发生,Let collaboration happen naturally 💫"
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-weiyuan-init",
3
- "version": "1.0.86",
3
+ "version": "1.0.88",
4
4
  "description": "OpenClaw Weiyuan Skill 一键初始化工具",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {