{ "name": "dsh-ultramath", "version": "0.6.3", "description": "UltraMath 数学建模竞赛多 Agent 求解插件(registry 元数据 + bundle 机制):把 UltraMath 主控 + 4 角色预设幂等同步到 ~/.dsh/.agent-presets/,并把 SKILL.md、33 篇模型库技能、论文模板(templates/)与审稿脚本(scripts/)同步到 ~/.dsh/skills/ultramath/。纯 node 半侧,无浏览器 UI,不改 DSH 核心源码。", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "dependencies": { "schemastery": "^3.18.0" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "files": [ "lib", "lib/**", "lib/index.d.ts", "src", "skills/**", "presets/**", "cordis.patch.yml", "dsh.plugin.json", "SKILL.md", "README.md", "CHANGELOG.md", "LICENSE", "AGENTS.md", "templates/**", "scripts/check_*.py", "scripts/review_loop/**" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Andiii208/dsh-ultramath.git" }, "keywords": [ "dsh", "dsh-plugin", "math-modeling", "cumcm", "mcm", "ultramath" ], "scripts": { "check": "node scripts/validate-package.mjs --quiet", "build": "node scripts/validate-package.mjs --quiet", "prepack": "node scripts/validate-package.mjs --quiet", "test": "node --test scripts/test-lib.mjs" } }