@kungfu-tech/kfd 1.0.0-alpha.19 → 1.0.0-alpha.20
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/.buildchain/kfd-1/contract-world.witness.json +579 -91
- package/.buildchain/kfd-2/kfd-foundation.trust-assessment.json +238 -0
- package/.buildchain/kfd-2/kfd-foundation.trust-claims.json +225 -0
- package/.buildchain/kfd-2/public-release-trust.claim.json +30 -18
- package/.buildchain/kfd-3/collaboration-interface.artifact.json +242 -57
- package/.buildchain/kfd-3/collaboration-interface.json +99 -1
- package/.buildchain/kfd-3/collaboration-interface.prebuild.json +261 -32
- package/README.md +18 -13
- package/buildchain.contract-lock.json +5 -5
- package/decisions/{kfd-1.md → KFD-1.md} +40 -12
- package/decisions/{kfd-2.md → KFD-2.md} +37 -4
- package/decisions/{kfd-3.md → KFD-3.md} +17 -1
- package/docs/KFD-1-usage.md +37 -0
- package/docs/KFD-2-usage.md +123 -0
- package/docs/{kfd-3-collaboration-interface.md → KFD-3-usage.md} +21 -0
- package/docs/KFD-4-usage.md +31 -0
- package/docs/MAP.md +13 -7
- package/kfd.release.json +1 -1
- package/package.json +3 -1
- package/registry.json +4 -4
- package/release-impact.json +41 -5
- package/schemas/kfd-1/contract-world.schema.json +67 -4
- package/schemas/kfd-1/witness.schema.json +113 -0
- package/schemas/kfd-2/trust-assessment.schema.json +313 -0
- package/schemas/kfd-2/trust-claims.schema.json +334 -0
- package/schemas/kfd-3/collaboration-interface.schema.json +60 -0
- package/schemas/kfd-3/witness.schema.json +8 -0
- package/schemas/kfd-standards.schema.json +124 -0
- package/scripts/check.mjs +256 -12
- package/scripts/update-kfd-1-witness.mjs +17 -6
- package/scripts/update-kfd-2-claim.mjs +226 -5
- package/scripts/update-kfd-3-witness.mjs +35 -3
- package/scripts/update-site-bundle.mjs +32 -2
- package/site/kfd-site.json +67 -4
- package/standards.json +634 -11
- package/docs/kfd-2-release-trust.md +0 -78
- /package/decisions/{kfd-4.md → KFD-4.md} +0 -0
package/standards.json
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"revision": 1,
|
|
24
24
|
"metadataSchemaVersion": "1",
|
|
25
25
|
"document": {
|
|
26
|
-
"path": "decisions/
|
|
26
|
+
"path": "decisions/KFD-1.md",
|
|
27
27
|
"url": "https://kfd.libkungfu.dev/1",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "0b7b1ec54d661b271f91f02cefa97b11e1d1ef9c637efd2d1878d5f9c9185d80"
|
|
29
29
|
},
|
|
30
30
|
"compatibility": {
|
|
31
31
|
"packageLine": "v1.0",
|
|
@@ -63,7 +63,603 @@
|
|
|
63
63
|
"factSource": "fact source",
|
|
64
64
|
"contractWorld": "contract world",
|
|
65
65
|
"weldedSurfaceRegister": "welded-surface register",
|
|
66
|
-
"witness": "contract witness"
|
|
66
|
+
"witness": "contract witness",
|
|
67
|
+
"surfaceClass": "surface class",
|
|
68
|
+
"compatibilityImpact": "compatibility impact",
|
|
69
|
+
"impactProjection": "domain-specific impact projection"
|
|
70
|
+
},
|
|
71
|
+
"surfaceRegister": {
|
|
72
|
+
"factSource": "standards.json#/standards/kfd-1/surfaceRegister",
|
|
73
|
+
"surfaceClasses": [
|
|
74
|
+
"integration-time",
|
|
75
|
+
"cross-time"
|
|
76
|
+
],
|
|
77
|
+
"compatibilityImpactClasses": [
|
|
78
|
+
"breaking",
|
|
79
|
+
"additive",
|
|
80
|
+
"none",
|
|
81
|
+
"unclassifiable"
|
|
82
|
+
],
|
|
83
|
+
"surfaces": [
|
|
84
|
+
{
|
|
85
|
+
"id": "readme",
|
|
86
|
+
"class": "cross-time",
|
|
87
|
+
"classes": [
|
|
88
|
+
"cross-time"
|
|
89
|
+
],
|
|
90
|
+
"description": "Published KFD package surface at README.md.",
|
|
91
|
+
"sourcePath": "README.md",
|
|
92
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
93
|
+
"impactProjection": {
|
|
94
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
95
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
96
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
97
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "kfd-1-document",
|
|
102
|
+
"class": "cross-time",
|
|
103
|
+
"classes": [
|
|
104
|
+
"cross-time"
|
|
105
|
+
],
|
|
106
|
+
"description": "Published KFD decision text at decisions/KFD-1.md.",
|
|
107
|
+
"sourcePath": "decisions/KFD-1.md",
|
|
108
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
109
|
+
"impactProjection": {
|
|
110
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
111
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
112
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
113
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "kfd-2-document",
|
|
118
|
+
"class": "cross-time",
|
|
119
|
+
"classes": [
|
|
120
|
+
"cross-time"
|
|
121
|
+
],
|
|
122
|
+
"description": "Published KFD decision text at decisions/KFD-2.md.",
|
|
123
|
+
"sourcePath": "decisions/KFD-2.md",
|
|
124
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
125
|
+
"impactProjection": {
|
|
126
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
127
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
128
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
129
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "kfd-3-document",
|
|
134
|
+
"class": "cross-time",
|
|
135
|
+
"classes": [
|
|
136
|
+
"cross-time"
|
|
137
|
+
],
|
|
138
|
+
"description": "Published KFD decision text at decisions/KFD-3.md.",
|
|
139
|
+
"sourcePath": "decisions/KFD-3.md",
|
|
140
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
141
|
+
"impactProjection": {
|
|
142
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
143
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
144
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
145
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "kfd-4-document",
|
|
150
|
+
"class": "cross-time",
|
|
151
|
+
"classes": [
|
|
152
|
+
"cross-time"
|
|
153
|
+
],
|
|
154
|
+
"description": "Published KFD decision text at decisions/KFD-4.md.",
|
|
155
|
+
"sourcePath": "decisions/KFD-4.md",
|
|
156
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
157
|
+
"impactProjection": {
|
|
158
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
159
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
160
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
161
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "kfd-registry",
|
|
166
|
+
"class": "integration-time",
|
|
167
|
+
"classes": [
|
|
168
|
+
"integration-time"
|
|
169
|
+
],
|
|
170
|
+
"description": "Published KFD package surface at registry.json.",
|
|
171
|
+
"sourcePath": "registry.json",
|
|
172
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
173
|
+
"impactProjection": {
|
|
174
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
175
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
176
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
177
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "kfd-standards",
|
|
182
|
+
"class": "integration-time",
|
|
183
|
+
"classes": [
|
|
184
|
+
"integration-time"
|
|
185
|
+
],
|
|
186
|
+
"description": "Published KFD package surface at standards.json.",
|
|
187
|
+
"sourcePath": "standards.json",
|
|
188
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
189
|
+
"impactProjection": {
|
|
190
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
191
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
192
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
193
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "kfd-standards-schema",
|
|
198
|
+
"class": "integration-time",
|
|
199
|
+
"classes": [
|
|
200
|
+
"integration-time"
|
|
201
|
+
],
|
|
202
|
+
"description": "Published JSON schema surface at schemas/kfd-standards.schema.json.",
|
|
203
|
+
"sourcePath": "schemas/kfd-standards.schema.json",
|
|
204
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
205
|
+
"impactProjection": {
|
|
206
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
207
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
208
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
209
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "kfd-1-contract-world-schema",
|
|
214
|
+
"class": "integration-time",
|
|
215
|
+
"classes": [
|
|
216
|
+
"integration-time"
|
|
217
|
+
],
|
|
218
|
+
"description": "Published JSON schema surface at schemas/kfd-1/contract-world.schema.json.",
|
|
219
|
+
"sourcePath": "schemas/kfd-1/contract-world.schema.json",
|
|
220
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
221
|
+
"impactProjection": {
|
|
222
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
223
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
224
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
225
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "kfd-1-witness-schema",
|
|
230
|
+
"class": "integration-time",
|
|
231
|
+
"classes": [
|
|
232
|
+
"integration-time"
|
|
233
|
+
],
|
|
234
|
+
"description": "Published JSON schema surface at schemas/kfd-1/witness.schema.json.",
|
|
235
|
+
"sourcePath": "schemas/kfd-1/witness.schema.json",
|
|
236
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
237
|
+
"impactProjection": {
|
|
238
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
239
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
240
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
241
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "kfd-2-trust-taxonomy-schema",
|
|
246
|
+
"class": "integration-time",
|
|
247
|
+
"classes": [
|
|
248
|
+
"integration-time"
|
|
249
|
+
],
|
|
250
|
+
"description": "Published JSON schema surface at schemas/kfd-2/trust-taxonomy.schema.json.",
|
|
251
|
+
"sourcePath": "schemas/kfd-2/trust-taxonomy.schema.json",
|
|
252
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
253
|
+
"impactProjection": {
|
|
254
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
255
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
256
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
257
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "kfd-2-release-claims-schema",
|
|
262
|
+
"class": "integration-time",
|
|
263
|
+
"classes": [
|
|
264
|
+
"integration-time"
|
|
265
|
+
],
|
|
266
|
+
"description": "Published JSON schema surface at schemas/kfd-2/release-claims.schema.json.",
|
|
267
|
+
"sourcePath": "schemas/kfd-2/release-claims.schema.json",
|
|
268
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
269
|
+
"impactProjection": {
|
|
270
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
271
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
272
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
273
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "kfd-2-release-trust-passport-schema",
|
|
278
|
+
"class": "integration-time",
|
|
279
|
+
"classes": [
|
|
280
|
+
"integration-time"
|
|
281
|
+
],
|
|
282
|
+
"description": "Published JSON schema surface at schemas/kfd-2/release-trust-passport.schema.json.",
|
|
283
|
+
"sourcePath": "schemas/kfd-2/release-trust-passport.schema.json",
|
|
284
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
285
|
+
"impactProjection": {
|
|
286
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
287
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
288
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
289
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "kfd-3-collaboration-interface-schema",
|
|
294
|
+
"class": "integration-time",
|
|
295
|
+
"classes": [
|
|
296
|
+
"integration-time"
|
|
297
|
+
],
|
|
298
|
+
"description": "Published JSON schema surface at schemas/kfd-3/collaboration-interface.schema.json.",
|
|
299
|
+
"sourcePath": "schemas/kfd-3/collaboration-interface.schema.json",
|
|
300
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
301
|
+
"impactProjection": {
|
|
302
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
303
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
304
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
305
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "kfd-3-witness-schema",
|
|
310
|
+
"class": "integration-time",
|
|
311
|
+
"classes": [
|
|
312
|
+
"integration-time"
|
|
313
|
+
],
|
|
314
|
+
"description": "Published JSON schema surface at schemas/kfd-3/witness.schema.json.",
|
|
315
|
+
"sourcePath": "schemas/kfd-3/witness.schema.json",
|
|
316
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
317
|
+
"impactProjection": {
|
|
318
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
319
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
320
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
321
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "kfd-4-observer-perspective-schema",
|
|
326
|
+
"class": "integration-time",
|
|
327
|
+
"classes": [
|
|
328
|
+
"integration-time"
|
|
329
|
+
],
|
|
330
|
+
"description": "Published JSON schema surface at schemas/kfd-4/observer-perspective.schema.json.",
|
|
331
|
+
"sourcePath": "schemas/kfd-4/observer-perspective.schema.json",
|
|
332
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
333
|
+
"impactProjection": {
|
|
334
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
335
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
336
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
337
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "kfd-site-bundle",
|
|
342
|
+
"class": "cross-time",
|
|
343
|
+
"classes": [
|
|
344
|
+
"cross-time"
|
|
345
|
+
],
|
|
346
|
+
"description": "Published KFD package surface at site/kfd-site.json.",
|
|
347
|
+
"sourcePath": "site/kfd-site.json",
|
|
348
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
349
|
+
"impactProjection": {
|
|
350
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
351
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
352
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
353
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"id": "kfd-doc-map",
|
|
358
|
+
"class": "cross-time",
|
|
359
|
+
"classes": [
|
|
360
|
+
"cross-time"
|
|
361
|
+
],
|
|
362
|
+
"description": "Published documentation surface at docs/MAP.md.",
|
|
363
|
+
"sourcePath": "docs/MAP.md",
|
|
364
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
365
|
+
"impactProjection": {
|
|
366
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
367
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
368
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
369
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": "release-impact-ledger",
|
|
374
|
+
"class": "cross-time",
|
|
375
|
+
"classes": [
|
|
376
|
+
"cross-time"
|
|
377
|
+
],
|
|
378
|
+
"description": "Published KFD package surface at release-impact.json.",
|
|
379
|
+
"sourcePath": "release-impact.json",
|
|
380
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
381
|
+
"impactProjection": {
|
|
382
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
383
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
384
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
385
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": "kfd-check-gate",
|
|
390
|
+
"class": "integration-time",
|
|
391
|
+
"classes": [
|
|
392
|
+
"integration-time"
|
|
393
|
+
],
|
|
394
|
+
"description": "Repository verification or projection script at scripts/check.mjs.",
|
|
395
|
+
"sourcePath": "scripts/check.mjs",
|
|
396
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
397
|
+
"impactProjection": {
|
|
398
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
399
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
400
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
401
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "release-propagation-graph",
|
|
406
|
+
"class": "integration-time",
|
|
407
|
+
"classes": [
|
|
408
|
+
"integration-time",
|
|
409
|
+
"cross-time"
|
|
410
|
+
],
|
|
411
|
+
"description": "Published KFD package surface at buildchain.release-propagation.json.",
|
|
412
|
+
"sourcePath": "buildchain.release-propagation.json",
|
|
413
|
+
"weldRationale": "Consumers can integrate with this surface and later audit or replay it as a released fact.",
|
|
414
|
+
"impactProjection": {
|
|
415
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
416
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
417
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
418
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "buildchain-build-workflow",
|
|
423
|
+
"class": "integration-time",
|
|
424
|
+
"classes": [
|
|
425
|
+
"integration-time"
|
|
426
|
+
],
|
|
427
|
+
"description": "Release governance workflow surface at .github/workflows/build.yml.",
|
|
428
|
+
"sourcePath": ".github/workflows/build.yml",
|
|
429
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
430
|
+
"impactProjection": {
|
|
431
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
432
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
433
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
434
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": "buildchain-ref-promotion-workflow",
|
|
439
|
+
"class": "integration-time",
|
|
440
|
+
"classes": [
|
|
441
|
+
"integration-time"
|
|
442
|
+
],
|
|
443
|
+
"description": "Release governance workflow surface at .github/workflows/buildchain-ref-promotion.yml.",
|
|
444
|
+
"sourcePath": ".github/workflows/buildchain-ref-promotion.yml",
|
|
445
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
446
|
+
"impactProjection": {
|
|
447
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
448
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
449
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
450
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "release-propagation-workflow",
|
|
455
|
+
"class": "integration-time",
|
|
456
|
+
"classes": [
|
|
457
|
+
"integration-time"
|
|
458
|
+
],
|
|
459
|
+
"description": "Release governance workflow surface at .github/workflows/release-propagation.yml.",
|
|
460
|
+
"sourcePath": ".github/workflows/release-propagation.yml",
|
|
461
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
462
|
+
"impactProjection": {
|
|
463
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
464
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
465
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
466
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "verify-workflow",
|
|
471
|
+
"class": "integration-time",
|
|
472
|
+
"classes": [
|
|
473
|
+
"integration-time"
|
|
474
|
+
],
|
|
475
|
+
"description": "Release governance workflow surface at .github/workflows/verify.yml.",
|
|
476
|
+
"sourcePath": ".github/workflows/verify.yml",
|
|
477
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
478
|
+
"impactProjection": {
|
|
479
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
480
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
481
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
482
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"id": "kfd-package-manifest",
|
|
487
|
+
"class": "integration-time",
|
|
488
|
+
"classes": [
|
|
489
|
+
"integration-time"
|
|
490
|
+
],
|
|
491
|
+
"description": "Published KFD package surface at package.json.",
|
|
492
|
+
"sourcePath": "package.json",
|
|
493
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
494
|
+
"impactProjection": {
|
|
495
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
496
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
497
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
498
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"id": "kfd-release-anchor",
|
|
503
|
+
"class": "integration-time",
|
|
504
|
+
"classes": [
|
|
505
|
+
"integration-time",
|
|
506
|
+
"cross-time"
|
|
507
|
+
],
|
|
508
|
+
"description": "Published KFD package surface at kfd.release.json.",
|
|
509
|
+
"sourcePath": "kfd.release.json",
|
|
510
|
+
"weldRationale": "Consumers can integrate with this surface and later audit or replay it as a released fact.",
|
|
511
|
+
"impactProjection": {
|
|
512
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
513
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
514
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
515
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "kfd-2-public-release-trust-claim",
|
|
520
|
+
"class": "integration-time",
|
|
521
|
+
"classes": [
|
|
522
|
+
"integration-time"
|
|
523
|
+
],
|
|
524
|
+
"description": "Buildchain release-passport evidence surface at .buildchain/kfd-2/public-release-trust.claim.json.",
|
|
525
|
+
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
526
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
527
|
+
"impactProjection": {
|
|
528
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
529
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
530
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
531
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "kfd-2-trust-claims-schema",
|
|
536
|
+
"class": "integration-time",
|
|
537
|
+
"classes": [
|
|
538
|
+
"integration-time"
|
|
539
|
+
],
|
|
540
|
+
"description": "Published JSON schema surface at schemas/kfd-2/trust-claims.schema.json.",
|
|
541
|
+
"sourcePath": "schemas/kfd-2/trust-claims.schema.json",
|
|
542
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
543
|
+
"impactProjection": {
|
|
544
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
545
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
546
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
547
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "kfd-2-trust-assessment-schema",
|
|
552
|
+
"class": "integration-time",
|
|
553
|
+
"classes": [
|
|
554
|
+
"integration-time"
|
|
555
|
+
],
|
|
556
|
+
"description": "Published JSON schema surface at schemas/kfd-2/trust-assessment.schema.json.",
|
|
557
|
+
"sourcePath": "schemas/kfd-2/trust-assessment.schema.json",
|
|
558
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
559
|
+
"impactProjection": {
|
|
560
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
561
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
562
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
563
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "kfd-2-foundation-trust-claims",
|
|
568
|
+
"class": "integration-time",
|
|
569
|
+
"classes": [
|
|
570
|
+
"integration-time"
|
|
571
|
+
],
|
|
572
|
+
"description": "Buildchain evidence surface at .buildchain/kfd-2/kfd-foundation.trust-claims.json.",
|
|
573
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
574
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
575
|
+
"impactProjection": {
|
|
576
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
577
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
578
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
579
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"id": "kfd-2-foundation-trust-assessment",
|
|
584
|
+
"class": "integration-time",
|
|
585
|
+
"classes": [
|
|
586
|
+
"integration-time"
|
|
587
|
+
],
|
|
588
|
+
"description": "Buildchain evidence surface at .buildchain/kfd-2/kfd-foundation.trust-assessment.json.",
|
|
589
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
590
|
+
"weldRationale": "Consumers can bind to this surface as an integration contract.",
|
|
591
|
+
"impactProjection": {
|
|
592
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
593
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
594
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
595
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"id": "kfd-1-usage-doc",
|
|
600
|
+
"class": "cross-time",
|
|
601
|
+
"classes": [
|
|
602
|
+
"cross-time"
|
|
603
|
+
],
|
|
604
|
+
"description": "Published KFD usage documentation surface at docs/KFD-1-usage.md.",
|
|
605
|
+
"sourcePath": "docs/KFD-1-usage.md",
|
|
606
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
607
|
+
"impactProjection": {
|
|
608
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
609
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
610
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
611
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"id": "kfd-2-usage-doc",
|
|
616
|
+
"class": "cross-time",
|
|
617
|
+
"classes": [
|
|
618
|
+
"cross-time"
|
|
619
|
+
],
|
|
620
|
+
"description": "Published KFD usage documentation surface at docs/KFD-2-usage.md.",
|
|
621
|
+
"sourcePath": "docs/KFD-2-usage.md",
|
|
622
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
623
|
+
"impactProjection": {
|
|
624
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
625
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
626
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
627
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"id": "kfd-3-usage-doc",
|
|
632
|
+
"class": "cross-time",
|
|
633
|
+
"classes": [
|
|
634
|
+
"cross-time"
|
|
635
|
+
],
|
|
636
|
+
"description": "Published KFD usage documentation surface at docs/KFD-3-usage.md.",
|
|
637
|
+
"sourcePath": "docs/KFD-3-usage.md",
|
|
638
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
639
|
+
"impactProjection": {
|
|
640
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
641
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
642
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
643
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "kfd-4-usage-doc",
|
|
648
|
+
"class": "cross-time",
|
|
649
|
+
"classes": [
|
|
650
|
+
"cross-time"
|
|
651
|
+
],
|
|
652
|
+
"description": "Published KFD usage documentation surface at docs/KFD-4-usage.md.",
|
|
653
|
+
"sourcePath": "docs/KFD-4-usage.md",
|
|
654
|
+
"weldRationale": "Consumers can audit, replay, or cite this surface after release.",
|
|
655
|
+
"impactProjection": {
|
|
656
|
+
"breaking": "Incompatible changes to this registered surface require an explicit compatibility action before the dependent gate may pass.",
|
|
657
|
+
"additive": "Backward-compatible additions to this registered surface must be declared and may proceed through the domain projection as additive impact.",
|
|
658
|
+
"none": "Changes that do not touch this registered surface do not create KFD-1 compatibility impact for this surface.",
|
|
659
|
+
"unclassifiable": "If impact cannot be classified, the surface register is deficient and must be fixed before the dependent gate may pass."
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
]
|
|
67
663
|
}
|
|
68
664
|
},
|
|
69
665
|
"kfd-2": {
|
|
@@ -77,9 +673,9 @@
|
|
|
77
673
|
"revision": 1,
|
|
78
674
|
"metadataSchemaVersion": "1",
|
|
79
675
|
"document": {
|
|
80
|
-
"path": "decisions/
|
|
676
|
+
"path": "decisions/KFD-2.md",
|
|
81
677
|
"url": "https://kfd.libkungfu.dev/2",
|
|
82
|
-
"sha256": "
|
|
678
|
+
"sha256": "6bc01776e478afc802c57c4e21a40bcfebf170f90ae039345d883c292053b622"
|
|
83
679
|
},
|
|
84
680
|
"compatibility": {
|
|
85
681
|
"packageLine": "v1.0",
|
|
@@ -91,13 +687,17 @@
|
|
|
91
687
|
"metadata": "https://kfd.libkungfu.dev/schemas/kfd-standards.schema.json",
|
|
92
688
|
"trustTaxonomy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json",
|
|
93
689
|
"releaseClaims": "https://kfd.libkungfu.dev/schemas/kfd-2/release-claims.schema.json",
|
|
94
|
-
"releaseTrustPassport": "https://kfd.libkungfu.dev/schemas/kfd-2/release-trust-passport.schema.json"
|
|
690
|
+
"releaseTrustPassport": "https://kfd.libkungfu.dev/schemas/kfd-2/release-trust-passport.schema.json",
|
|
691
|
+
"trustClaims": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-claims.schema.json",
|
|
692
|
+
"trustAssessment": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-assessment.schema.json"
|
|
95
693
|
},
|
|
96
694
|
"schemaPaths": {
|
|
97
695
|
"metadata": "schemas/kfd-standards.schema.json",
|
|
98
696
|
"trustTaxonomy": "schemas/kfd-2/trust-taxonomy.schema.json",
|
|
99
697
|
"releaseClaims": "schemas/kfd-2/release-claims.schema.json",
|
|
100
|
-
"releaseTrustPassport": "schemas/kfd-2/release-trust-passport.schema.json"
|
|
698
|
+
"releaseTrustPassport": "schemas/kfd-2/release-trust-passport.schema.json",
|
|
699
|
+
"trustClaims": "schemas/kfd-2/trust-claims.schema.json",
|
|
700
|
+
"trustAssessment": "schemas/kfd-2/trust-assessment.schema.json"
|
|
101
701
|
},
|
|
102
702
|
"interfaces": {
|
|
103
703
|
"trustTaxonomy": {
|
|
@@ -120,6 +720,20 @@
|
|
|
120
720
|
"schemaId": "https://kfd.libkungfu.dev/schemas/kfd-2/release-trust-passport.schema.json",
|
|
121
721
|
"schemaPath": "schemas/kfd-2/release-trust-passport.schema.json",
|
|
122
722
|
"compatibilityRule": "Compatible additions may keep schemaVersion 1; semantic or required-field changes require a new interface version or contract."
|
|
723
|
+
},
|
|
724
|
+
"trustClaims": {
|
|
725
|
+
"contract": "kfd-2-trust-claims",
|
|
726
|
+
"schemaVersion": 1,
|
|
727
|
+
"schemaId": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-claims.schema.json",
|
|
728
|
+
"schemaPath": "schemas/kfd-2/trust-claims.schema.json",
|
|
729
|
+
"compatibilityRule": "Compatible additions may keep schemaVersion 1; semantic, required-field, verification-meaning, or responsibility-boundary changes require a new interface version or contract."
|
|
730
|
+
},
|
|
731
|
+
"trustAssessment": {
|
|
732
|
+
"contract": "kfd-2-trust-assessment",
|
|
733
|
+
"schemaVersion": 1,
|
|
734
|
+
"schemaId": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-assessment.schema.json",
|
|
735
|
+
"schemaPath": "schemas/kfd-2/trust-assessment.schema.json",
|
|
736
|
+
"compatibilityRule": "Compatible additions may keep schemaVersion 1; semantic, required-field, verification-meaning, or responsibility-boundary changes require a new interface version or contract."
|
|
123
737
|
}
|
|
124
738
|
},
|
|
125
739
|
"concepts": {
|
|
@@ -136,7 +750,13 @@
|
|
|
136
750
|
"extensionRequest": "extension request",
|
|
137
751
|
"releaseTrustPassport": "release trust passport",
|
|
138
752
|
"responsibilityState": "responsibility state",
|
|
139
|
-
"trust": "trust from facts"
|
|
753
|
+
"trust": "trust from facts",
|
|
754
|
+
"trustClaim": "generic trust claim",
|
|
755
|
+
"trustClaims": "generic trust claims",
|
|
756
|
+
"trustAssessment": "generic trust assessment",
|
|
757
|
+
"claimSubject": "claim subject",
|
|
758
|
+
"claimSubjectKind": "claim subject kind",
|
|
759
|
+
"projection": "domain-specific trust projection"
|
|
140
760
|
}
|
|
141
761
|
},
|
|
142
762
|
"kfd-3": {
|
|
@@ -150,9 +770,9 @@
|
|
|
150
770
|
"revision": 1,
|
|
151
771
|
"metadataSchemaVersion": "1",
|
|
152
772
|
"document": {
|
|
153
|
-
"path": "decisions/
|
|
773
|
+
"path": "decisions/KFD-3.md",
|
|
154
774
|
"url": "https://kfd.libkungfu.dev/3",
|
|
155
|
-
"sha256": "
|
|
775
|
+
"sha256": "049a7694f50e48774f3f1f74edccb46f0397a61211c027ab0eaa77e12d4e3f14"
|
|
156
776
|
},
|
|
157
777
|
"compatibility": {
|
|
158
778
|
"packageLine": "v1.0",
|
|
@@ -187,6 +807,9 @@
|
|
|
187
807
|
}
|
|
188
808
|
},
|
|
189
809
|
"concepts": {
|
|
810
|
+
"trustedValueClaim": "trusted value claim",
|
|
811
|
+
"valueEvidence": "value evidence",
|
|
812
|
+
"trustAssessmentLink": "trust assessment link",
|
|
190
813
|
"trustedValue": "trusted value",
|
|
191
814
|
"transparentValue": "transparent value",
|
|
192
815
|
"stableChoice": "stable choice",
|
|
@@ -213,7 +836,7 @@
|
|
|
213
836
|
"revision": 1,
|
|
214
837
|
"metadataSchemaVersion": "1",
|
|
215
838
|
"document": {
|
|
216
|
-
"path": "decisions/
|
|
839
|
+
"path": "decisions/KFD-4.md",
|
|
217
840
|
"url": "https://kfd.libkungfu.dev/4",
|
|
218
841
|
"sha256": "7077a6446c8baa60d85426780cb7b2bee488133196b6f53d74f0eb151f6e26e4"
|
|
219
842
|
},
|