cli-archguard 7.0.34 → 7.0.36
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/archguard-runtime.mjs +1 -1
- package/package.json +2 -2
- package/skill/SKILL.md +1 -1
- package/skill/skill.json +1 -1
package/archguard-runtime.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { createHash } from 'node:crypto'
|
|
|
2
2
|
|
|
3
3
|
const REQUEST_VERSION = 'archguard.skill.request/1.0'
|
|
4
4
|
const RESPONSE_VERSION = 'archguard.skill.response/1.0'
|
|
5
|
-
const COMPILER_VERSION = 'v7.0.
|
|
5
|
+
const COMPILER_VERSION = 'v7.0.36'
|
|
6
6
|
const CONTRACT_VERSION = 'archguard.contract/1.0'
|
|
7
7
|
const LEDGER_VERSION = 'archguard.checkpoint-ledger/1.0'
|
|
8
8
|
const SHA256 = /^[0-9a-f]{64}$/
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@babel/parser": "^8.0.4",
|
|
7
|
-
"cli-aimlock": "7.0.
|
|
7
|
+
"cli-aimlock": "7.0.36",
|
|
8
8
|
"yaml": "^2.8.1"
|
|
9
9
|
},
|
|
10
10
|
"description": "ArchGuard skill installer for CLI.Tax: architecture contracts, chunk checkpoints, drift control, and auditable rollback.",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"url": "https://github.com/88208555/archguard-clitax.git"
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|
|
29
|
-
"version": "7.0.
|
|
29
|
+
"version": "7.0.36"
|
|
30
30
|
}
|
package/skill/SKILL.md
CHANGED