cli-mergeguard 7.0.4 → 7.0.6

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/package.json +3 -2
  2. package/skill/skill.json +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bin": {
3
3
  "cli-mergeguard": "./cli.mjs"
4
4
  },
5
- "description": "MergeGuard skill installer for CLI.Tax: smart merge guard with snapshot branches, verified merge, and rule decay protection.",
5
+ "description": "MergeGuard skill installer for CLI.Tax: smart merge guard with snapshot branches and verified merge.",
6
6
  "files": [
7
7
  "cli.mjs",
8
8
  "installer.mjs",
@@ -12,10 +12,11 @@
12
12
  ],
13
13
  "license": "UNLICENSED",
14
14
  "name": "cli-mergeguard",
15
+ "private": false,
15
16
  "repository": {
16
17
  "type": "git",
17
18
  "url": "https://github.com/88208555/MergeGuard-clitax.git"
18
19
  },
19
20
  "type": "module",
20
- "version": "7.0.4"
21
+ "version": "7.0.6"
21
22
  }
package/skill/skill.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "endpoint": "https://cli.tax/Mm7GnPqR2v",
5
5
  "method": "POST",
6
6
  "name": "mergeguard",
7
- "schemaVersion": "mergeguard.skill.request/1.0",
8
7
  "type": "Skill",
9
- "version": "v7.0.4"
10
- }
8
+ "version": "v7.0.6",
9
+ "schemaVersion": "mergeguard.skill.request/1.0"
10
+ }