@lmzhen/dsh-memory-files 0.6.1 → 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.
- package/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@ Local layered memory provider: registers the `files` provider into `ctx.memory`
|
|
|
15
15
|
Deprecated names (G0/S0.3): the canonical ids are the policy row's `memoryChars` /
|
|
16
16
|
`userChars` (what the review planner reads). The two sides are not
|
|
17
17
|
auto-synchronised — `/evolution doctor` reports the divergence (`budgetIssues`).
|
|
18
|
-
Reading the legacy names still works; writing them is refused
|
|
19
|
-
|
|
18
|
+
Reading the legacy names still works; writing them is refused. Removal was planned for 0.7.0 and is deferred:
|
|
19
|
+
both aliases still ship, so no later version is claimed here.
|
|
20
20
|
- `root`: directory override; `''` means `$DSH_HOME/memories`.
|
|
21
21
|
- `addDatePrefix` / `maxConsolidationFailures` (`false` / `3`) date prefixes on entries; consolidation failures one turn tolerates.
|
|
22
22
|
- `threatExemptLabels` (default `[]`): benign threat labels for the MEMORY store (per-site rule in `evolution-threat`).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-memory-files",
|
|
3
3
|
"description": "Local layered memory provider (community build)",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
30
|
-
"@lmzhen/dsh-evolution-core": "^0.
|
|
30
|
+
"@lmzhen/dsh-evolution-core": "^0.7.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
34
|
-
"@lmzhen/dsh-evolution-io": "^0.
|
|
35
|
-
"@lmzhen/dsh-memory": "^0.
|
|
34
|
+
"@lmzhen/dsh-evolution-io": "^0.7.0",
|
|
35
|
+
"@lmzhen/dsh-memory": "^0.7.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@lmzhen/dsh-evolution-core": "^0.
|
|
39
|
-
"@lmzhen/dsh-evolution-io": "^0.
|
|
40
|
-
"@lmzhen/dsh-memory": "^0.
|
|
38
|
+
"@lmzhen/dsh-evolution-core": "^0.7.0",
|
|
39
|
+
"@lmzhen/dsh-evolution-io": "^0.7.0",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.7.0"
|
|
41
41
|
}
|
|
42
42
|
}
|