@lmzhen/dsh-evolution-learning-graph 0.3.56 → 0.3.58

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
@@ -3,7 +3,9 @@ import { SKILL_NAME_RE, SkillLibrary, evolutionIoAdapter, relatedSkillNames, res
3
3
  //#region lib/types/index.js
4
4
  /**
5
5
  * Learning graph over skills and memory, plus node-level commands
6
- * (`/evolution graph [detail|edit|delete] <nodeId>`) aligned with the Hermes
6
+ * (`graph [detail|edit|delete] <nodeId>` P2-33 (v11): the command is a
7
+ * TOP-LEVEL `graph` command, not `/evolution graph`; README is accurate)
8
+ * aligned with the Hermes
7
9
  * journey surface: a skill node is its name, a memory node is
8
10
  * `memory:<source>:<index>` (source = memory|user, index = position in that
9
11
  * file's entries). Memory node ids carry a trailing snapshot token so
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * Learning graph over skills and memory, plus node-level commands
3
- * (`/evolution graph [detail|edit|delete] <nodeId>`) aligned with the Hermes
3
+ * (`graph [detail|edit|delete] <nodeId>` P2-33 (v11): the command is a
4
+ * TOP-LEVEL `graph` command, not `/evolution graph`; README is accurate)
5
+ * aligned with the Hermes
4
6
  * journey surface: a skill node is its name, a memory node is
5
7
  * `memory:<source>:<index>` (source = memory|user, index = position in that
6
8
  * file's entries). Memory node ids carry a trailing snapshot token so
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-learning-graph",
3
3
  "description": "Learning graph over skills and memory (community build)",
4
- "version": "0.3.56",
4
+ "version": "0.3.58",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,8 +31,8 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@deepseek-ai/schemastery": "^3.18.1",
34
- "@lmzhen/dsh-evolution-approval": "^0.3.56",
35
- "@lmzhen/dsh-evolution-core": "^0.3.56"
34
+ "@lmzhen/dsh-evolution-approval": "^0.3.58",
35
+ "@lmzhen/dsh-evolution-core": "^0.3.58"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",