@lmzhen/dsh-evolution-capability 0.3.27 → 0.3.28

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 +2 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -22,5 +22,6 @@ Independent of request-prefix construction. This package does not alter the asse
22
22
  ## Known Limitations and Deferred Work
23
23
 
24
24
 
25
- - - This adapter validates and stages capability packages only. It never executes model code; activation remains a manual Creator-mode operation.
25
+ - This adapter validates and stages capability packages only. It never executes model code; activation remains a manual Creator-mode operation.
26
+ - This service is a governance seam reserved for Creator-mode capability adoption: it has no live consumer in the production composition (not mounted by the host bundle or the presets), so deployments add the row on top when they enable staged capability governance.
26
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-capability",
3
3
  "description": "Explicit staged governance adapter for Creator-mode capability packages (community build)",
4
- "version": "0.3.27",
4
+ "version": "0.3.28",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,22 +31,22 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "@deepseek-ai/schemastery": "^3.18.1",
34
- "@lmzhen/dsh-evolution-core": "^0.3.27"
34
+ "@lmzhen/dsh-evolution-core": "^0.3.28"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
38
38
  "@deepseek-ai/cordis": "^4.0.1",
39
- "@lmzhen/dsh-evolution-approval": "^0.3.27",
40
- "@lmzhen/dsh-evolution-state": "^0.3.27",
41
- "@lmzhen/dsh-evolution-state-storage": "^0.3.27"
39
+ "@lmzhen/dsh-evolution-approval": "^0.3.28",
40
+ "@lmzhen/dsh-evolution-state": "^0.3.28",
41
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.28"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
45
- "@lmzhen/dsh-evolution-approval": "^0.3.27",
46
- "@lmzhen/dsh-evolution-state": "^0.3.27",
47
- "@lmzhen/dsh-evolution-state-storage": "^0.3.27",
48
- "@lmzhen/dsh-evolution-io": "^0.3.27",
49
- "@lmzhen/dsh-evolution-io-node": "^0.3.27",
50
- "@lmzhen/dsh-evolution-state-json": "^0.3.27"
45
+ "@lmzhen/dsh-evolution-approval": "^0.3.28",
46
+ "@lmzhen/dsh-evolution-state": "^0.3.28",
47
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.28",
48
+ "@lmzhen/dsh-evolution-io": "^0.3.28",
49
+ "@lmzhen/dsh-evolution-io-node": "^0.3.28",
50
+ "@lmzhen/dsh-evolution-state-json": "^0.3.28"
51
51
  }
52
52
  }