cli-archguard 7.0.18 → 7.0.19

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/README.md CHANGED
@@ -6,4 +6,4 @@ Official ArchGuard installer for CLI.Tax.
6
6
  npx cli-archguard@latest install
7
7
  ```
8
8
 
9
- The installed skill creates and validates architecture contracts, checks each code block, reports drift, and records auditable checkpoint evidence. Runtime and release source: https://gitee.com/Alyr_space/CLITax.git
9
+ The installed skill creates and validates architecture contracts, checks each code block, reports drift, and records auditable checkpoint evidence. Runtime and release source: https://github.com/88208555/archguard-clitax.git
package/package.json CHANGED
@@ -14,8 +14,8 @@
14
14
  "name": "cli-archguard",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://gitee.com/Alyr_space/CLITax.git"
17
+ "url": "https://github.com/88208555/archguard-clitax.git"
18
18
  },
19
19
  "type": "module",
20
- "version": "7.0.18"
20
+ "version": "7.0.19"
21
21
  }
package/skill/SKILL.md CHANGED
@@ -5,7 +5,7 @@ description: Lock a project's architecture contract and check each code block fo
5
5
 
6
6
  # ArchGuard
7
7
 
8
- Package version: v7.0.18
8
+ Package version: v7.0.19
9
9
 
10
10
  Endpoint: https://cli.tax/Ag4Ch8Rd2K
11
11
  Request schema: `archguard.skill.request/1.0`
package/skill/skill.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "method": "POST",
6
6
  "name": "archguard",
7
7
  "type": "Skill",
8
- "version": "v7.0.18",
8
+ "version": "v7.0.19",
9
9
  "schemaVersion": "archguard.skill.request/1.0"
10
10
  }