@lmzhen/dsh-evolution-policy 0.3.83 → 0.4.1
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 +10 -16
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,26 +1,20 @@
|
|
|
1
1
|
# @lmzhen/dsh-evolution-policy
|
|
2
2
|
|
|
3
|
-
Immutable evolution policy service
|
|
3
|
+
Immutable evolution policy service: the frozen `PolicySnapshot` the review and curation legs read
|
|
4
|
+
their dials from, plus the `tools.guard` refusal of a control-plane key in a write.
|
|
4
5
|
|
|
5
|
-
## Model
|
|
6
|
+
## Model surface
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
- **Model-visible:** nothing of its own: the rows that read the snapshot own the injection.
|
|
9
|
+
- **Prompt prefix / KV cache:** unchanged by this package: family-level rules single-sourced in `packages/README.md` §"Model-visible prompt prefix and the KV cache".
|
|
10
|
+
- **Mount it?** yes — the `evolution-policy` row, in `evolution-host`/`evolution-all`/one-click `evolution-preset`.
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
## Known limitations
|
|
10
13
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
#### Token effect
|
|
14
|
-
|
|
15
|
-
Zero direct token effect from this package; consumers add any model-visible tokens.
|
|
16
|
-
|
|
17
|
-
#### KV Cache effect
|
|
18
|
-
|
|
19
|
-
Independent of request-prefix construction. This package does not alter the assembled prompt or tool list.
|
|
14
|
+
- No known durable consumer gaps at this time. Runtime contracts are covered by package and boundary tests.
|
|
20
15
|
|
|
21
|
-
|
|
16
|
+
**Runtime invariant:** No companion is published. The platform auto-assembles nothing and the family mounts no `<pkg>/invariant` cordis row, so a companion here would never execute (v37 S2.1 / I-3).
|
|
22
17
|
|
|
18
|
+
## Notes and history
|
|
23
19
|
|
|
24
|
-
- No known durable consumer gaps at this time. Runtime contracts are covered by package and boundary tests.
|
|
25
20
|
|
|
26
|
-
**Runtime invariant:** No companion is published. The platform auto-assembles nothing and the family mounts no `<pkg>/invariant` cordis row, so a companion here would never execute (v37 S2.1 / I-3).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-policy",
|
|
3
3
|
"description": "Immutable evolution policy service (community build)",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
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.4.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@deepseek-ai/cordis": "^4.0.1",
|