@crewhaus/justification-judge-claude 0.1.6 → 0.1.7
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewhaus/justification-judge-claude",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Pillar-3 model-backed JustificationJudge — asks Claude whether a tool call's justification is genuinely consistent with the compile-time session goal. Ships the production judge the intent gate's footnote promised; fails closed on model error.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@anthropic-ai/sdk": "^0.96.0",
|
|
19
|
-
"@crewhaus/adapter-anthropic": "0.1.
|
|
20
|
-
"@crewhaus/errors": "0.1.
|
|
21
|
-
"@crewhaus/permission-engine": "0.1.
|
|
19
|
+
"@crewhaus/adapter-anthropic": "0.1.7",
|
|
20
|
+
"@crewhaus/errors": "0.1.7",
|
|
21
|
+
"@crewhaus/permission-engine": "0.1.7",
|
|
22
22
|
"zod": "^3.23.8"
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|