@lmzhen/dsh-evolution-review 0.6.0 → 0.7.0

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 +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -36,7 +36,7 @@ own, and the delivery mode lives on the `evolution-policy` row, not here.
36
36
  - Deprecated names (G0/S0.3): `memoryInterval` and `skillInterval` are the legacy
37
37
  spellings of the policy row's `reviewMemoryInterval` / `reviewSkillInterval`
38
38
  (the snapshot shadows them in every shipped composition). Reading them still
39
- works; writing them is refused, and both are removed in 0.7.0.
39
+ works; writing them is refused. Removal was planned for 0.7.0 and is deferred: both aliases still ship, so no later version is claimed here.
40
40
 
41
41
  ### Review delivery contract
42
42
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-review",
3
3
  "description": "Background review orchestration (community build)",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,9 +27,9 @@
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "@deepseek-ai/schemastery": "^3.18.1",
30
- "@lmzhen/dsh-evolution-approval": "^0.6.0",
31
- "@lmzhen/dsh-evolution-core": "^0.6.0",
32
- "@lmzhen/dsh-evolution-plan-validator": "^0.6.0"
30
+ "@lmzhen/dsh-evolution-approval": "^0.7.0",
31
+ "@lmzhen/dsh-evolution-core": "^0.7.0",
32
+ "@lmzhen/dsh-evolution-plan-validator": "^0.7.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@deepseek-ai/cordis": "^4.0.1",
@@ -37,8 +37,8 @@
37
37
  "@deepseek-ai/dsh-llm": "^0.1.5-rc.2",
38
38
  "@deepseek-ai/dsh-session": "^0.1.5-rc.2",
39
39
  "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
40
- "@lmzhen/dsh-evolution-state": "^0.6.0",
41
- "@lmzhen/dsh-evolution-policy": "^0.6.0"
40
+ "@lmzhen/dsh-evolution-state": "^0.7.0",
41
+ "@lmzhen/dsh-evolution-policy": "^0.7.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@deepseek-ai/dsh-agent": "^0.1.5-rc.2",
@@ -48,10 +48,10 @@
48
48
  "@deepseek-ai/dsh-session-persistence": "^0.1.5-rc.2",
49
49
  "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-rc.2",
50
50
  "@deepseek-ai/dsh-tools": "^0.1.5-rc.2",
51
- "@lmzhen/dsh-evolution-approval": "^0.6.0",
52
- "@lmzhen/dsh-evolution-core": "^0.6.0",
53
- "@lmzhen/dsh-evolution-curator": "^0.6.0",
54
- "@lmzhen/dsh-evolution-plan-validator": "^0.6.0",
55
- "@lmzhen/dsh-evolution-state": "^0.6.0"
51
+ "@lmzhen/dsh-evolution-approval": "^0.7.0",
52
+ "@lmzhen/dsh-evolution-core": "^0.7.0",
53
+ "@lmzhen/dsh-evolution-curator": "^0.7.0",
54
+ "@lmzhen/dsh-evolution-plan-validator": "^0.7.0",
55
+ "@lmzhen/dsh-evolution-state": "^0.7.0"
56
56
  }
57
57
  }