{ "name": "@dsh-external/dsh-policy-strict-gate", "description": "Strict gate: turns strict_check and the failure journal from tools the model may call into policy the harness enforces — repeated-failure intervention, a glob-protected critical-path gate, and an automatic post-write check.", "version": "0.1.0", "private": false, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "engines": { "node": ">=20" }, "scripts": { "test": "node --test test/*.test.js" }, "license": "MIT", "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "cordis-plugin", "policy", "guard", "strict-check", "lean4" ], "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ] }