{ "name": "@dsh-external/dsh-tool-failure-journal", "description": "Failure journal: every tool call that exits abnormally is written to a durable JSONL journal on disk, clustered by error signature, and readable back by the agent through a `failure_journal` tool.", "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", "failure-journal", "error-log", "tool-errors", "agent-observability" ], "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ] }