@lark-apaas/openclaw-scripts-diagnose-cli 0.1.19 → 0.1.20-alpha.0

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/dist/index.cjs +3 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -52,7 +52,7 @@ node_assert = __toESM(node_assert);
52
52
  * it terse and parseable.
53
53
  */
54
54
  function getVersion() {
55
- return "0.1.19";
55
+ return "0.1.20-alpha.0";
56
56
  }
57
57
  //#endregion
58
58
  //#region src/rule-engine/base.ts
@@ -4249,6 +4249,7 @@ AgentsMdLarkCliPeRule = __decorate([Rule({
4249
4249
  description: "lark-cli 存在时规范化环境:AGENTS.md 追加 lark-cli-pe PE + 飞书插件重叠工具写入 channels.feishu.tools.deny",
4250
4250
  dependsOn: ["config_syntax_check"],
4251
4251
  repairMode: "standard",
4252
+ profile: "experimental",
4252
4253
  level: "silent"
4253
4254
  })], AgentsMdLarkCliPeRule);
4254
4255
  //#endregion
@@ -11252,7 +11253,7 @@ async function reportCliRun(opts) {
11252
11253
  //#region src/help.ts
11253
11254
  const BIN = "mclaw-diagnose";
11254
11255
  function versionBanner() {
11255
- return `v0.1.19`;
11256
+ return `v0.1.20-alpha.0`;
11256
11257
  }
11257
11258
  const COMMANDS = [
11258
11259
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20-alpha.0",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {