{ "name": "@log.li/dsh-automode", "version": "0.12.0", "description": "CC-style auto mode for DeepSeek Harness: deterministic deny/allow rules + pre-execute gate + model-agnostic two-stage classifier. Two-state (allow/reject) classifier since 0.8.0. TypeScript rewrite merging dsh-auto-mode v0.4.1 with Nuo-cl/dsh-auto-mode native integration.", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./src/*": "./src/*", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "files": [ "lib", "src", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.build.json", "typecheck": "tsc --noEmit", "watch": "tsc -p tsconfig.build.json --watch", "test": "node scripts/smoke.test.mjs", "test:flow": "node scripts/bridge-flow-check.mjs", "prepublishOnly": "npm run build" }, "license": "MIT", "author": { "name": "Logan Lin", "url": "https://github.com/log-li" }, "repository": { "type": "git", "url": "git+https://github.com/log-li/dsh-automode.git" }, "homepage": "https://github.com/log-li/dsh-automode#readme", "bugs": { "url": "https://github.com/log-li/dsh-automode/issues" }, "keywords": [ "deepseek-harness", "dsh-plugin", "auto-mode", "approval", "classifier", "permissions" ], "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": ">=0.1.0-rc.6 <0.2.0", "@deepseek-ai/dsh-llm": ">=0.1.0-rc.6 <0.2.0", "@deepseek-ai/dsh-permission-presets": ">=0.1.0-rc.6 <0.2.0", "@deepseek-ai/dsh-session": ">=0.1.0-rc.6 <0.2.0", "@deepseek-ai/dsh-system-prompt": ">=0.1.0-rc.6 <0.2.0", "@deepseek-ai/dsh-user-approval": ">=0.1.0-rc.6 <0.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-permission-presets": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^24.0.0", "typescript": "^5.6.0" } }