@dzhechkov/keysarium-core 1.1.20 → 1.1.21

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.
@@ -0,0 +1,101 @@
1
+ {
2
+ "manifest": {
3
+ "version": 1,
4
+ "pack": "keysarium-core",
5
+ "files": [
6
+ {
7
+ "path": "LICENSE",
8
+ "sha256": "3b93f7070f6843f37e0cae255f7caff22b466a4017fd2020d7d3216237e5a701"
9
+ },
10
+ {
11
+ "path": "README.md",
12
+ "sha256": "3220450d5e752c1d0b0efe95193db4b74b5d474e2bb5e94ae0d4543ce7492e46"
13
+ },
14
+ {
15
+ "path": "governance/checkpoint-protocol.md",
16
+ "sha256": "5521f3e415cf7a6c6013ea9b709fb9d1183f096b543d5ac39818bf57a8b1827d"
17
+ },
18
+ {
19
+ "path": "governance/constitution.md",
20
+ "sha256": "541601efae1c7a21ba8d379939483f705b7308c804888651380d22239c8f1d71"
21
+ },
22
+ {
23
+ "path": "governance/shard-protocol.md",
24
+ "sha256": "91e42d8e5218b5f6865398286e8264fbf6e3e7173a34ac885f42b0aad7662bff"
25
+ },
26
+ {
27
+ "path": "index.md",
28
+ "sha256": "94c8e0bc91da28065b56c74d89328206a0025117c75a6f3789ca03944b45cbab"
29
+ },
30
+ {
31
+ "path": "memory/dream-engine.md",
32
+ "sha256": "49bca8a6bc66b28b7a34853a1916cf7ee50838a1f613ce04af4898b6e8c569e7"
33
+ },
34
+ {
35
+ "path": "memory/memory-protocol.md",
36
+ "sha256": "75dfea7007aef293d3b53bd932b6ea51477a12348249fe735eb4c0578b2e7c23"
37
+ },
38
+ {
39
+ "path": "memory/reward-tracker.md",
40
+ "sha256": "c41d2fc5eaf3d06fbb8bea00cbf8dae6fab6978cec65e2e5d85d4256f389ff6b"
41
+ },
42
+ {
43
+ "path": "orchestration/background-workers.md",
44
+ "sha256": "0627325f928fde51086c44638dba13a6e1eaa553336708685dd3dbfa1d90b2f6"
45
+ },
46
+ {
47
+ "path": "orchestration/model-routing.md",
48
+ "sha256": "9a7e0c9d7df526478d9d222c107ad24176b471b69c9844355b39c010f4bb09d2"
49
+ },
50
+ {
51
+ "path": "orchestration/queen-protocol.md",
52
+ "sha256": "2823815b0039292a99e0aff1d3ae63bf0886e914b040082fc0e44f3c38e9b4f1"
53
+ },
54
+ {
55
+ "path": "orchestration/topology-selection.md",
56
+ "sha256": "51787511024e58bac33139383e01a7dc5d69409611cdf94c0503baa96461a9b8"
57
+ },
58
+ {
59
+ "path": "package.json",
60
+ "sha256": "553a696b31ce4f871c68b4bb57f332acf76a6fb477c09d9ef0a1f59b8a0b0694"
61
+ },
62
+ {
63
+ "path": "platform/adapter-registry.md",
64
+ "sha256": "90228bbfae6dcdffb61b679d85aa20ffd9e338cb9ee08695e3446720dfcb70d3"
65
+ },
66
+ {
67
+ "path": "platform/templates/copilot.md",
68
+ "sha256": "377ce965dd01eba253aa48caddd3702985802d5155a6f66c205cc56fdc13c15b"
69
+ },
70
+ {
71
+ "path": "platform/templates/cursor.md",
72
+ "sha256": "c97f56313e929fe0d4ad8301388b2c7b2c3f346f04efc5d125c790bf9c957a22"
73
+ },
74
+ {
75
+ "path": "platform/templates/opencode.md",
76
+ "sha256": "ee8586ec7f89170e5f97f50b3535446b3bbf359f95ff1ad923fb255e9ec0d3d7"
77
+ },
78
+ {
79
+ "path": "trust-tiers/promotion-protocol.md",
80
+ "sha256": "3c47809393a9b5f8c392125c0f1970995977fc03aee899bd359a4669aa17e7cf"
81
+ },
82
+ {
83
+ "path": "trust-tiers/tier-system.md",
84
+ "sha256": "e54f6e1465f324d81d948a6e9b72d2fb243f1eb6b5d433e7d7a42cd28eeb33b3"
85
+ },
86
+ {
87
+ "path": "verification/audit-trail.md",
88
+ "sha256": "9636cb2845db0310eda18872e8150aa5734c124df3a28ce453da86f4f73c79a0"
89
+ },
90
+ {
91
+ "path": "verification/judge-attestation.md",
92
+ "sha256": "fbefd761502d8b6d08f19cf3f1a6cf357c92e0ecb7a2dad8d962d5e90ae68bb5"
93
+ },
94
+ {
95
+ "path": "verification/witness-chain.md",
96
+ "sha256": "354b3d5c11757a43d484bf1b6c7e76e6ada6198c1cdabde07a8fa8197f9b0883"
97
+ }
98
+ ]
99
+ },
100
+ "signature": "KG6E3AC/dXdGodIGm5R3SAkGi+g32cpE/Sth7ZDiRGFwVAJAJv2b0aKd4V+d1+2P8yfglLJ+zMo90uC4j8ndBQ=="
101
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/keysarium-core",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "Core framework for multi-agent pipelines: governance, memory, orchestration, verification, trust tiers, and multi-platform support",
5
5
  "main": "index.md",
6
6
  "files": [
@@ -10,7 +10,9 @@
10
10
  "orchestration/",
11
11
  "verification/",
12
12
  "trust-tiers/",
13
- "platform/"
13
+ "platform/",
14
+ ".dz-manifest.json",
15
+ "sbom.json"
14
16
  ],
15
17
  "keywords": [
16
18
  "claude",
@@ -43,5 +45,6 @@
43
45
  },
44
46
  "publishConfig": {
45
47
  "access": "public"
46
- }
48
+ },
49
+ "scripts": {}
47
50
  }
package/sbom.json ADDED
@@ -0,0 +1,243 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "metadata": {
6
+ "component": {
7
+ "type": "library",
8
+ "name": "keysarium-core"
9
+ }
10
+ },
11
+ "components": [
12
+ {
13
+ "type": "file",
14
+ "name": "LICENSE",
15
+ "hashes": [
16
+ {
17
+ "alg": "SHA-256",
18
+ "content": "3b93f7070f6843f37e0cae255f7caff22b466a4017fd2020d7d3216237e5a701"
19
+ }
20
+ ]
21
+ },
22
+ {
23
+ "type": "file",
24
+ "name": "README.md",
25
+ "hashes": [
26
+ {
27
+ "alg": "SHA-256",
28
+ "content": "3220450d5e752c1d0b0efe95193db4b74b5d474e2bb5e94ae0d4543ce7492e46"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "type": "file",
34
+ "name": "governance/checkpoint-protocol.md",
35
+ "hashes": [
36
+ {
37
+ "alg": "SHA-256",
38
+ "content": "5521f3e415cf7a6c6013ea9b709fb9d1183f096b543d5ac39818bf57a8b1827d"
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "type": "file",
44
+ "name": "governance/constitution.md",
45
+ "hashes": [
46
+ {
47
+ "alg": "SHA-256",
48
+ "content": "541601efae1c7a21ba8d379939483f705b7308c804888651380d22239c8f1d71"
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "type": "file",
54
+ "name": "governance/shard-protocol.md",
55
+ "hashes": [
56
+ {
57
+ "alg": "SHA-256",
58
+ "content": "91e42d8e5218b5f6865398286e8264fbf6e3e7173a34ac885f42b0aad7662bff"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "type": "file",
64
+ "name": "index.md",
65
+ "hashes": [
66
+ {
67
+ "alg": "SHA-256",
68
+ "content": "94c8e0bc91da28065b56c74d89328206a0025117c75a6f3789ca03944b45cbab"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "file",
74
+ "name": "memory/dream-engine.md",
75
+ "hashes": [
76
+ {
77
+ "alg": "SHA-256",
78
+ "content": "49bca8a6bc66b28b7a34853a1916cf7ee50838a1f613ce04af4898b6e8c569e7"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "type": "file",
84
+ "name": "memory/memory-protocol.md",
85
+ "hashes": [
86
+ {
87
+ "alg": "SHA-256",
88
+ "content": "75dfea7007aef293d3b53bd932b6ea51477a12348249fe735eb4c0578b2e7c23"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "type": "file",
94
+ "name": "memory/reward-tracker.md",
95
+ "hashes": [
96
+ {
97
+ "alg": "SHA-256",
98
+ "content": "c41d2fc5eaf3d06fbb8bea00cbf8dae6fab6978cec65e2e5d85d4256f389ff6b"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "type": "file",
104
+ "name": "orchestration/background-workers.md",
105
+ "hashes": [
106
+ {
107
+ "alg": "SHA-256",
108
+ "content": "0627325f928fde51086c44638dba13a6e1eaa553336708685dd3dbfa1d90b2f6"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "type": "file",
114
+ "name": "orchestration/model-routing.md",
115
+ "hashes": [
116
+ {
117
+ "alg": "SHA-256",
118
+ "content": "9a7e0c9d7df526478d9d222c107ad24176b471b69c9844355b39c010f4bb09d2"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "type": "file",
124
+ "name": "orchestration/queen-protocol.md",
125
+ "hashes": [
126
+ {
127
+ "alg": "SHA-256",
128
+ "content": "2823815b0039292a99e0aff1d3ae63bf0886e914b040082fc0e44f3c38e9b4f1"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "type": "file",
134
+ "name": "orchestration/topology-selection.md",
135
+ "hashes": [
136
+ {
137
+ "alg": "SHA-256",
138
+ "content": "51787511024e58bac33139383e01a7dc5d69409611cdf94c0503baa96461a9b8"
139
+ }
140
+ ]
141
+ },
142
+ {
143
+ "type": "file",
144
+ "name": "package.json",
145
+ "hashes": [
146
+ {
147
+ "alg": "SHA-256",
148
+ "content": "553a696b31ce4f871c68b4bb57f332acf76a6fb477c09d9ef0a1f59b8a0b0694"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "type": "file",
154
+ "name": "platform/adapter-registry.md",
155
+ "hashes": [
156
+ {
157
+ "alg": "SHA-256",
158
+ "content": "90228bbfae6dcdffb61b679d85aa20ffd9e338cb9ee08695e3446720dfcb70d3"
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "type": "file",
164
+ "name": "platform/templates/copilot.md",
165
+ "hashes": [
166
+ {
167
+ "alg": "SHA-256",
168
+ "content": "377ce965dd01eba253aa48caddd3702985802d5155a6f66c205cc56fdc13c15b"
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "type": "file",
174
+ "name": "platform/templates/cursor.md",
175
+ "hashes": [
176
+ {
177
+ "alg": "SHA-256",
178
+ "content": "c97f56313e929fe0d4ad8301388b2c7b2c3f346f04efc5d125c790bf9c957a22"
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "type": "file",
184
+ "name": "platform/templates/opencode.md",
185
+ "hashes": [
186
+ {
187
+ "alg": "SHA-256",
188
+ "content": "ee8586ec7f89170e5f97f50b3535446b3bbf359f95ff1ad923fb255e9ec0d3d7"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "type": "file",
194
+ "name": "trust-tiers/promotion-protocol.md",
195
+ "hashes": [
196
+ {
197
+ "alg": "SHA-256",
198
+ "content": "3c47809393a9b5f8c392125c0f1970995977fc03aee899bd359a4669aa17e7cf"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "type": "file",
204
+ "name": "trust-tiers/tier-system.md",
205
+ "hashes": [
206
+ {
207
+ "alg": "SHA-256",
208
+ "content": "e54f6e1465f324d81d948a6e9b72d2fb243f1eb6b5d433e7d7a42cd28eeb33b3"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "type": "file",
214
+ "name": "verification/audit-trail.md",
215
+ "hashes": [
216
+ {
217
+ "alg": "SHA-256",
218
+ "content": "9636cb2845db0310eda18872e8150aa5734c124df3a28ce453da86f4f73c79a0"
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "type": "file",
224
+ "name": "verification/judge-attestation.md",
225
+ "hashes": [
226
+ {
227
+ "alg": "SHA-256",
228
+ "content": "fbefd761502d8b6d08f19cf3f1a6cf357c92e0ecb7a2dad8d962d5e90ae68bb5"
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "type": "file",
234
+ "name": "verification/witness-chain.md",
235
+ "hashes": [
236
+ {
237
+ "alg": "SHA-256",
238
+ "content": "354b3d5c11757a43d484bf1b6c7e76e6ada6198c1cdabde07a8fa8197f9b0883"
239
+ }
240
+ ]
241
+ }
242
+ ]
243
+ }