{ "name": "dsh-continual-evolve", "version": "0.6.1", "description": "Continual self-evolution plugin for DeepSeek Harness: versioned, auditable, rollback-safe harness state (prompt notes, memories, skills, subagent specs) refined from session trajectories.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ZK-Andy/dsh-continual-evolve.git" }, "homepage": "https://github.com/ZK-Andy/dsh-continual-evolve", "bugs": { "url": "https://github.com/ZK-Andy/dsh-continual-evolve/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./types": { "types": "./lib/types.d.ts", "default": "./lib/types.js" }, "./package.json": "./package.json" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "cordis.patch.yml", "README.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json", "prepare": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "lint": "oxlint src test", "clean": "rm -rf lib" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.6 || ^0.1.7-alpha.1", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.7-alpha.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6 || ^0.1.7-alpha.1", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.3", "@deepseek-ai/dsh-agent": "0.1.7-alpha.1", "@deepseek-ai/dsh-commands": "0.1.7-alpha.1", "@deepseek-ai/dsh-home-paths": "0.1.7-alpha.1", "@deepseek-ai/dsh-llm": "0.1.7-alpha.1", "@deepseek-ai/dsh-tools": "0.1.7-alpha.1", "@deepseek-ai/schemastery": "3.18.3", "@types/node": "^22.10.0", "@vitest/coverage-v8": "^3.2.0", "oxlint": "^0.16.0", "typescript": "^5.9.0", "vitest": "^3.2.0" } }