dsh-vibe-math 1.3.3 → 1.3.4
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/README.md
CHANGED
|
@@ -51,6 +51,8 @@
|
|
|
51
51
|
> 🔧 **v1.3.2 审计修复**:修复上下文压缩按占比失效(`contextPct` 单位错配,现按百分比保存)、常驻工具按"调用者身份"路由(各常驻库归属正确)、`vibe_v4_read_progress` 真正返回文本、跨进程断点续跑重建常驻、`message(all)` 广播真正投递、`addMember` 增开无 id 碰撞。详见 `vibe-math-v4/实现方案.md` §17。
|
|
52
52
|
>
|
|
53
53
|
> 🔧 **v1.3.3 审计修复**:非全票验证把平均概率写回源卡(兑现"留库附概率")、方法型验证标 `类型: 方法`(不再误标命题)、同进程 abort→resume 重建常驻、记录命题也触发自动同步会议、唤醒信号改用 `activityTimeoutMs`、`verdictMaxRounds`/`meetingKeepEvery` 可调且展示。详见 §18。
|
|
54
|
+
>
|
|
55
|
+
> 🔧 **v1.3.4 和谐修复**:重排 `框架图-v4.png` 消除文字/箭头重叠遮挡(子标签不再溢出框、`/compact` 移入独立的"上下文"能力块、底部"产物沉淀·断点续跑"居中排布);补齐 `agent.cordis.yml` 常驻描述中的"deadlines"一词(v4 并无截止机制),并移除 `实现方案.md` 中不存在的 `vibe_v4_inject`(实际用 `vibe_v4_message`)。
|
|
54
56
|
|
|
55
57
|
---
|
|
56
58
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-vibe-math",
|
|
3
3
|
"description": "Multi-agent mathematical problem-solving & verification frameworks for DeepSeek Harness — FOUR agent presets in one install: vibe-math-v1 (classic pipeline), 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). Installing this bundle auto-installs all four presets into the DSH preset root.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "installer.js",
|
|
7
7
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
Data lives under {{cwd}}/VibeMath/Projects/<project>/:
|
|
33
33
|
Problems/ (original problem card), Progress/<resident>/ (each resident's progress),
|
|
34
34
|
Propos/<resident>/ (each resident's propositions), Methods/<resident>/ (theories/tools),
|
|
35
|
-
Subproblems/<resident>/, Shared/ (meeting transcripts / task board /
|
|
35
|
+
Subproblems/<resident>/, Shared/ (meeting transcripts / task board / debates),
|
|
36
36
|
Verified/ (read-only, ONLY after unanimous consensus), State/ (framework-private),
|
|
37
37
|
Reliable/ (references), Notes/.
|
|
38
38
|
|
|
@@ -124,7 +124,7 @@ VibeMath/Projects/<project>/
|
|
|
124
124
|
| **共识验证** | `vibe_v4_propose_verify(targetId)` → 常驻们同意后开辩论 | 独立初评→公开辩论→**全票真/假才入 Verified/**;否则留库附概率 |
|
|
125
125
|
| **停止条件** | 会议中全体常驻对"原问题已解决"投票,**全部同意** → 停止唤醒 | 人工 `abort` 始终可用 |
|
|
126
126
|
| **上下文/compact** | 监测每常驻上下文占比 ≥ 阈值 → 触发 DSH `/compact` | `compactThreshold` 默认 66,可调 |
|
|
127
|
-
| **人工/助手干预** | `vibe_v4_message(all, content)` / `vibe_v4_meeting` / `vibe_v4_add_member` / `remove_member` / `
|
|
127
|
+
| **人工/助手干预** | `vibe_v4_message(all, content)` / `vibe_v4_meeting` / `vibe_v4_add_member` / `remove_member` / `vibe_v4_message(to, content)`;`/v4` slash | 不改变"之后由它们自组织" |
|
|
128
128
|
|
|
129
129
|
---
|
|
130
130
|
|
|
@@ -272,7 +272,7 @@ VibeMath/Projects/<project>/
|
|
|
272
272
|
- **P3 会议 + 任务板 + 决策**:`meeting`/taskboard/decisions;分工涌现。
|
|
273
273
|
- **P4 产物沉淀**:`record_proposition/method/subproblem` + `publish_progress`(价值/动机/概率必填校验)。
|
|
274
274
|
- **P5 共识验证**:`propose_verify` + 独立初评 + 公开辩论 + 全票闭环;`Verified/` 生成与来源库回写。
|
|
275
|
-
- **P6 停止 + 干预 + 恢复**:stop-vote(全票 solved)/abort/pause/resume;`add_member/remove_member/
|
|
275
|
+
- **P6 停止 + 干预 + 恢复**:stop-vote(全票 solved)/abort/pause/resume;`add_member/remove_member/message(all)`。
|
|
276
276
|
- **P7 测试**:`selfdrive-v4.mjs`(常驻互相留言/开会/沉淀/共识验证/compact/停止 的全流程记录器);E2E 断言:消息送达、会议记录、仅全票入 Verified、未全票留库附概率、compact 触发、仅全体一致才 stop、resume。
|
|
277
277
|
|
|
278
278
|
---
|