@lmzhen/dsh-evolution-curator 0.3.47 → 0.3.49

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/lib/index.js CHANGED
@@ -694,12 +694,6 @@ var EvolutionCurator = class extends Service {
694
694
  return latest > 0 && Date.now() - latest < this.minIdleHours * 36e5;
695
695
  }
696
696
  /**
697
- * Keep only the newest N curator reports, ordered by the report's own
698
- * `startedAt` (the runId is a UUID and cannot order history). Best-effort
699
- * like `retainSnapshots`: a failed removal must not fail the run that just
700
- * persisted its report. The paired `.md` digest is pruned with its JSON.
701
- */
702
- /**
703
697
  * Keep only the newest N curator run reports plus at most `errorKeep` error
704
698
  * reports, ordered by the report's own `startedAt` (the runId is a UUID and
705
699
  * cannot order history). Best-effort like `retainSnapshots`: a failed removal
@@ -206,12 +206,6 @@ export declare class EvolutionCurator extends Service {
206
206
  */
207
207
  private applyMutations;
208
208
  private recentSessionActive;
209
- /**
210
- * Keep only the newest N curator reports, ordered by the report's own
211
- * `startedAt` (the runId is a UUID and cannot order history). Best-effort
212
- * like `retainSnapshots`: a failed removal must not fail the run that just
213
- * persisted its report. The paired `.md` digest is pruned with its JSON.
214
- */
215
209
  /**
216
210
  * Keep only the newest N curator run reports plus at most `errorKeep` error
217
211
  * reports, ordered by the report's own `startedAt` (the runId is a UUID and
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-curator",
3
3
  "description": "Deterministic skill lifecycle and recovery (community build)",
4
- "version": "0.3.47",
4
+ "version": "0.3.49",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,20 +31,20 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@deepseek-ai/schemastery": "^3.18.1",
34
- "@lmzhen/dsh-evolution-core": "^0.3.47"
34
+ "@lmzhen/dsh-evolution-core": "^0.3.49"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@deepseek-ai/cordis": "^4.0.1",
38
38
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
39
39
  "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
40
- "@lmzhen/dsh-evolution-io": "^0.3.47",
41
- "@lmzhen/dsh-evolution-state": "^0.3.47"
40
+ "@lmzhen/dsh-evolution-io": "^0.3.49",
41
+ "@lmzhen/dsh-evolution-state": "^0.3.49"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
45
45
  "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
46
- "@lmzhen/dsh-evolution-core": "^0.3.47",
47
- "@lmzhen/dsh-evolution-io": "^0.3.47",
48
- "@lmzhen/dsh-evolution-state": "^0.3.47"
46
+ "@lmzhen/dsh-evolution-core": "^0.3.49",
47
+ "@lmzhen/dsh-evolution-io": "^0.3.49",
48
+ "@lmzhen/dsh-evolution-state": "^0.3.49"
49
49
  }
50
50
  }