dsh-vibe-math 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,13 +20,13 @@
20
20
 
21
21
  > 静态架构图;完整流程说明见 [docs/架构图.md](docs/架构图.md);可编辑生成脚本:[v1](docs/generate_framework_diagram.py) / [v2](docs/generate_framework_diagram_v2.py)。
22
22
 
23
- ### Vibe Math V1(经典流水线)
23
+ ### Vibe Math V1(经典流水线)⚠️ 早期架构 · 将弃用 · 不建议新项目使用
24
24
 
25
25
  ![Vibe Math V1 架构图](示例图/框架图-v1.png)
26
26
 
27
27
  **一句话流水线**:`qs.csv` → Brainstorm 拆方向 → 每方向一个 Solver 多轮迭代(卡死则 Derive 派生新方向)→ 输出拆成最小验证单元 → ≥3 个 Verifier 独立审查 → 辩论 → 裁决 → 通过晋升 `Verified/` → Decider 回写 `qs.csv`;全程状态落盘 `VibeMath_State/`,`resume` 断点续跑,`manual` 模式在派发/裁决/晋升处挂起人工决策。
28
28
 
29
- ### Vibe Math V2(新架构 · 概率驱动)
29
+ ### Vibe Math V2(新架构 · 概率驱动)✅ 推荐 · 当前主推架构
30
30
 
31
31
  ![Vibe Math V2 架构图](示例图/框架图-v2.png)
32
32
 
@@ -108,7 +108,7 @@ dsh plugin --profile <你的 profile> add github:ChongCyrus/Vibe-Mathematics
108
108
 
109
109
  ---
110
110
 
111
- ## 🧠 架构与分工(v1 · 经典)
111
+ ## 🧠 架构与分工(v1 · 经典)⚠️ 早期架构 · 将弃用 · 不建议新项目使用
112
112
 
113
113
  框架 = **一个主代理(助手)+ 一个代码调度器 + 五类子代理**。
114
114
 
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 — TWO agent presets in one install: vibe-math-v1 (classic pipeline: brainstorm → solver iteration → multi-verifier debate → Verified) and vibe-math-v2 (new probability-driven architecture: qs.json + Propos knowledge base + explorer→solver→review/debate verdict). Installing this bundle auto-installs both presets into the DSH preset root.",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "main": "installer.js",
7
7
  "exports": {