dsh-vibe-math 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,80 +1,90 @@
1
- {
2
- "name": "dsh-vibe-math",
3
- "description": "Multi-agent mathematical problem-solving & verification frameworks for DeepSeek Harness — FOUR agent presets in one install: vibe-math-v2 (probability-driven: qs.json + Propos knowledge base + explorer→solver→review/debate verdict), vibe-math-v3 (THIRD-generation, recommended: paper-style Markdown knowledge base with Problems/Progress/Propos/Methods/Verified + planner-agent scheduling that decides the next N actions + universal theory/method invention library + agents write their own Markdown directly via a per-file write lock), and vibe-math-v4 (FOURTH-generation: persistent self-organizing resident subagents that message & meet to decide all tasks, verify only by unanimous consensus, /compact at a context threshold, and stop only when all agree the problem is solved), and vibe-math-v5 (FIFTH-generation research institute: an academician as the organizational centre who decomposes and ASSIGNS work and chairs meetings; permanent researchers who hold the vote and may hire/fire their own temp workers; temp workers with no vote; a group chat and meetings; a durable per-recipient mailbox; a compare-and-set task DAG; and a boolean m-vote consensus rule where an object enters Verified/ only when at least m voting members agree AND every one of them returns exactly 1 or exactly 0). Installing this bundle auto-installs all four presets (v1 was removed at v2.0.0).",
4
- "version": "2.1.0",
5
- "type": "module",
6
- "engines": {
7
- "node": "^22.19.0 || >=24.0.0"
8
- },
9
- "main": "installer.js",
10
- "exports": {
11
- ".": "./installer.js",
12
- "./installer": "./installer.js",
13
- "./cordis.patch.yml": "./cordis.patch.yml"
14
- },
15
- "files": [
16
- "installer.js",
17
- "cordis.patch.yml",
18
- "RELEASE-NOTES-2.0.22.md",
19
- "RELEASE-NOTES-2.1.0.md",
20
- "vibe-math-v2/agent.cordis.yml",
21
- "vibe-math-v2/preset.yml",
22
- "vibe-math-v2/vibe-math-v2.js",
23
- "vibe-math-v2/实现方案.md",
24
- "vibe-math-v2/v2的额外要求.txt",
25
- "vibe-math-v3/agent.cordis.yml",
26
- "vibe-math-v3/preset.yml",
27
- "vibe-math-v3/vibe-math-v3.js",
28
- "vibe-math-v3/实现方案.md",
29
- "vibe-math-v4/agent.cordis.yml",
30
- "vibe-math-v4/preset.yml",
31
- "vibe-math-v4/vibe-math-v4.js",
32
- "vibe-math-v4/实现方案.md",
33
- "vibe-math-v5/agent.cordis.yml",
34
- "vibe-math-v5/preset.yml",
35
- "vibe-math-v5/vibe-math-v5.js",
36
- "vibe-math-v5/实现方案.md"
37
- ],
38
- "license": "MIT",
39
- "keywords": [
40
- "deepseek-harness",
41
- "dsh",
42
- "dsh-plugin",
43
- "agent-preset",
44
- "multi-agent",
45
- "mathematics",
46
- "math",
47
- "theorem-proving",
48
- "verification",
49
- "solver",
50
- "llm-agents"
51
- ],
52
- "repository": {
53
- "type": "git",
54
- "url": "git+https://github.com/ChongCyrus/Vibe-Mathematics.git"
55
- },
56
- "homepage": "https://github.com/ChongCyrus/Vibe-Mathematics#readme",
57
- "bugs": {
58
- "url": "https://github.com/ChongCyrus/Vibe-Mathematics/issues"
59
- },
60
- "dsh": {
61
- "bundle": {
62
- "patch": "./cordis.patch.yml"
63
- },
64
- "minVersion": "0.1.2-rc.1",
65
- "testedVersion": "0.1.5-rc.2",
66
- "compatNote": "依赖宿主提供的 subagents/agents/tools/commands/fs 服务与 @deepseek-ai/dsh-* 插件行;可选 subprocess/sandboxPolicy/compaction。persona 行同时携带 prefix 与 text 两个键,以兼容 0.1.3-alpha.2 的 schema 更名(prefix 必填)与 0.1.2 及更早的 text 键。已在 dsh-v0.1.5-rc.2(@deepseek-ai/dsh-persona 0.1.5-rc.2)上逐行校验全部预设行并通过(v2/v3/v4;v1 已于 v2.0.0 移除)。注意:DSH 0.1.2 起 subagents.startContinuable 的 agentOptions/toolFilter 需要宿主 provider 声明对应 capability(spawn/fork 进程内 provider 均支持),安装器启动时会做能力自检并在旧版宿主上告警。2026 兼容性修复:v2/v3 工具权限名表原先硬编码 web/fetch/bash(未注册名会使 tools.restrict() 抛错、子代理无法建立),现按真实注册名并加带守卫的重试;v4 真实 /compact 原先在 subagent/end 里查 agents.get()(该事件触发时子代理已移出注册表,属死代码),现改为在 subagent/start 捕获 Agent 引用;三套预设的可选服务改为惰性读取,不再在 apply() 快照;v4 的 tools/commands 注册补入 ctx.effect;安装器自检新增 subprocess/sandboxPolicy/compaction。v2.1.0 新增 v5 研究所体系:状态存于宿主 host-only 会话投影单元(键 vibeMathV5),因此自检新增 sessionProjections/sessions(均为可选;缺失时 v5 回退到加固 JSON 状态文件)。v5 不依赖任何 npm 实验包,纯 preset 内单文件实现。",
67
- "compatibility": {
68
- "dshReleases": {
69
- "0.1.2-alpha.4": "compatible",
70
- "0.1.2-alpha.5": "compatible",
71
- "0.1.2-rc.1": "compatible",
72
- "0.1.3-alpha.2": "compatible",
73
- "0.1.5-alpha.1": "compatible",
74
- "0.1.5-alpha.2": "compatible",
75
- "0.1.5-rc.1": "compatible",
76
- "0.1.5-rc.2": "compatible"
77
- }
78
- }
79
- }
80
- }
1
+ {
2
+ "name": "dsh-vibe-math",
3
+ "description": "Multi-agent mathematical problem-solving & verification frameworks for DeepSeek Harness — FOUR agent presets in one install: vibe-math-v2 (probability-driven: qs.json + Propos knowledge base + explorer→solver→review/debate verdict), vibe-math-v3 (THIRD-generation, recommended: paper-style Markdown knowledge base with Problems/Progress/Propos/Methods/Verified + planner-agent scheduling that decides the next N actions + universal theory/method invention library + agents write their own Markdown directly via a per-file write lock), and vibe-math-v4 (FOURTH-generation: persistent self-organizing resident subagents that message & meet to decide all tasks, verify only by unanimous consensus, /compact at a context threshold, and stop only when all agree the problem is solved), and vibe-math-v5 (FIFTH-generation research institute: an academician as the organizational centre who decomposes and ASSIGNS work and chairs meetings; permanent researchers who hold the vote and may hire/fire their own temp workers; temp workers with no vote; a group chat and meetings; a durable per-recipient mailbox; a compare-and-set task DAG; and a boolean m-vote consensus rule where an object enters Verified/ only when at least m voting members agree AND every one of them returns exactly 1 or exactly 0). Installing this bundle auto-installs all four presets (v1 was removed at v2.0.0).",
4
+ "version": "2.2.1",
5
+ "type": "module",
6
+ "engines": {
7
+ "node": "^22.19.0 || >=24.0.0"
8
+ },
9
+ "main": "installer.js",
10
+ "exports": {
11
+ ".": "./installer.js",
12
+ "./installer": "./installer.js",
13
+ "./cordis.patch.yml": "./cordis.patch.yml"
14
+ },
15
+ "files": [
16
+ "installer.js",
17
+ "cordis.patch.yml",
18
+ "RELEASE-NOTES-2.0.22.md",
19
+ "AUDIT-CHECKLIST.md",
20
+ "RELEASE-NOTES-2.1.0.md",
21
+ "RELEASE-NOTES-2.2.0.md",
22
+ "RELEASE-NOTES-2.2.1.md",
23
+ "selfdrive-v5.mjs",
24
+ "e2e-v5-round2.test.mjs",
25
+ "prompt-v5-integrity.test.mjs",
26
+ "audit-v5-sensitivity.mjs",
27
+ "audit-v5-integrity.mjs",
28
+ "prompt-corpus-v5/prompt-corpus-v5.md",
29
+ "prompt-corpus-v5/prompt-corpus-v5.json",
30
+ "vibe-math-v2/agent.cordis.yml",
31
+ "vibe-math-v2/preset.yml",
32
+ "vibe-math-v2/vibe-math-v2.js",
33
+ "vibe-math-v2/实现方案.md",
34
+ "vibe-math-v2/v2的额外要求.txt",
35
+ "vibe-math-v3/agent.cordis.yml",
36
+ "vibe-math-v3/preset.yml",
37
+ "vibe-math-v3/vibe-math-v3.js",
38
+ "vibe-math-v3/实现方案.md",
39
+ "vibe-math-v4/agent.cordis.yml",
40
+ "vibe-math-v4/preset.yml",
41
+ "vibe-math-v4/vibe-math-v4.js",
42
+ "vibe-math-v4/实现方案.md",
43
+ "vibe-math-v5/agent.cordis.yml",
44
+ "vibe-math-v5/preset.yml",
45
+ "vibe-math-v5/vibe-math-v5.js",
46
+ "vibe-math-v5/实现方案.md"
47
+ ],
48
+ "license": "MIT",
49
+ "keywords": [
50
+ "deepseek-harness",
51
+ "dsh",
52
+ "dsh-plugin",
53
+ "agent-preset",
54
+ "multi-agent",
55
+ "mathematics",
56
+ "math",
57
+ "theorem-proving",
58
+ "verification",
59
+ "solver",
60
+ "llm-agents"
61
+ ],
62
+ "repository": {
63
+ "type": "git",
64
+ "url": "git+https://github.com/ChongCyrus/Vibe-Mathematics.git"
65
+ },
66
+ "homepage": "https://github.com/ChongCyrus/Vibe-Mathematics#readme",
67
+ "bugs": {
68
+ "url": "https://github.com/ChongCyrus/Vibe-Mathematics/issues"
69
+ },
70
+ "dsh": {
71
+ "bundle": {
72
+ "patch": "./cordis.patch.yml"
73
+ },
74
+ "minVersion": "0.1.2-rc.1",
75
+ "testedVersion": "0.1.5-rc.2",
76
+ "compatNote": "依赖宿主提供的 subagents/agents/tools/commands/fs 服务与 @deepseek-ai/dsh-* 插件行;可选 subprocess/sandboxPolicy/compaction。persona 行同时携带 prefix 与 text 两个键,以兼容 0.1.3-alpha.2 的 schema 更名(prefix 必填)与 0.1.2 及更早的 text 键。已在 dsh-v0.1.5-rc.2(@deepseek-ai/dsh-persona 0.1.5-rc.2)上逐行校验全部预设行并通过(v2/v3/v4;v1 已于 v2.0.0 移除)。注意:DSH 0.1.2 起 subagents.startContinuable 的 agentOptions/toolFilter 需要宿主 provider 声明对应 capability(spawn/fork 进程内 provider 均支持),安装器启动时会做能力自检并在旧版宿主上告警。2026 兼容性修复:v2/v3 工具权限名表原先硬编码 web/fetch/bash(未注册名会使 tools.restrict() 抛错、子代理无法建立),现按真实注册名并加带守卫的重试;v4 真实 /compact 原先在 subagent/end 里查 agents.get()(该事件触发时子代理已移出注册表,属死代码),现改为在 subagent/start 捕获 Agent 引用;三套预设的可选服务改为惰性读取,不再在 apply() 快照;v4 的 tools/commands 注册补入 ctx.effect;安装器自检新增 subprocess/sandboxPolicy/compaction。v2.1.0 新增 v5 研究所体系:状态存于宿主 host-only 会话投影单元(键 vibeMathV5),因此自检新增 sessionProjections/sessions(均为可选;缺失时 v5 回退到加固 JSON 状态文件)。v5 不依赖任何 npm 实验包,纯 preset 内单文件实现。v2.2.1 把「全面检查必查清单」(AUDIT-CHECKLIST.md) 作为随包强制流程发布,提示词/交互正确性列为第一优先审计维度。v2.2.0 修复实测发现的提示词身份错乱:状态块改为显式接收它所描述的成员,创建成员时先落盘进编制再构造入职提示词,章程快照冻结在入职时,重建会话不再自称“刚入职”,所办调用不再被误判成某位研究员,框架反馈改为独立发送者投递,一次提示词不再重复投递同一条消息,并新增 prompt-v5-integrity 提示词完整性套件 + 可人工复核的提示词语料(随包发布)。",
77
+ "compatibility": {
78
+ "dshReleases": {
79
+ "0.1.2-alpha.4": "compatible",
80
+ "0.1.2-alpha.5": "compatible",
81
+ "0.1.2-rc.1": "compatible",
82
+ "0.1.3-alpha.2": "compatible",
83
+ "0.1.5-alpha.1": "compatible",
84
+ "0.1.5-alpha.2": "compatible",
85
+ "0.1.5-rc.1": "compatible",
86
+ "0.1.5-rc.2": "compatible"
87
+ }
88
+ }
89
+ }
90
+ }