@coderifts/agent-guard 3.0.0 → 3.0.1
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/package.json +2 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderifts/agent-guard",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Fail-closed guard for AI agent tool calls — preflight contract changes before they execute. Security core frozen (agent-guard-api v1.0); v1.1 adds client-side enforcement: receipt→envelope binding, decision↔action reconciliation, safe_for_agent + degraded fail-closed, and enforced⟺executed (P0 client-enforcement pack).",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -22,15 +22,7 @@
|
|
|
22
22
|
"README.md"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"
|
|
26
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
27
|
-
"build:esm": "tsc -p tsconfig.esm.json",
|
|
28
|
-
"build:markers": "node scripts/write-dist-type-markers.mjs",
|
|
29
|
-
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:markers",
|
|
30
|
-
"lint": "tsc -p tsconfig.json --noEmit",
|
|
31
|
-
"pretest": "npm run build",
|
|
32
|
-
"test": "node --test test/*.test.js",
|
|
33
|
-
"prepublishOnly": "npm run build"
|
|
25
|
+
"test": "node -e \"console.error('@coderifts/agent-guard: tests and TypeScript configs are not shipped in the published package. Clone https://github.com/coderifts/agent-guard and run npm test from the repository.'); process.exit(1)\""
|
|
34
26
|
},
|
|
35
27
|
"keywords": [
|
|
36
28
|
"coderifts",
|