@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
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
"standard": "kfd-3",
|
|
6
6
|
"collaborationInterface": {
|
|
7
7
|
"schemaId": "https://kfd.libkungfu.dev/schemas/kfd-3/collaboration-interface.schema.json",
|
|
8
|
-
"digest": "sha256:
|
|
8
|
+
"digest": "sha256:fa41128be4ee57a4a40b76d4d7a063c01d7c2e5c53aec2b9c6db819c7a27b22b"
|
|
9
9
|
},
|
|
10
10
|
"sourceRegistry": {
|
|
11
11
|
"id": "kfd-collaboration-interface",
|
|
12
12
|
"path": ".buildchain/kfd-3/collaboration-interface.json",
|
|
13
|
-
"sha256": "
|
|
13
|
+
"sha256": "fa41128be4ee57a4a40b76d4d7a063c01d7c2e5c53aec2b9c6db819c7a27b22b"
|
|
14
14
|
},
|
|
15
15
|
"artifact": {
|
|
16
16
|
"name": "@kungfu-tech/kfd",
|
|
17
17
|
"path": "npm:@kungfu-tech/kfd",
|
|
18
|
-
"digest": "sha256:
|
|
18
|
+
"digest": "sha256:fa41128be4ee57a4a40b76d4d7a063c01d7c2e5c53aec2b9c6db819c7a27b22b"
|
|
19
19
|
},
|
|
20
20
|
"surfaces": [
|
|
21
21
|
{
|
|
@@ -172,6 +172,28 @@
|
|
|
172
172
|
"public": true,
|
|
173
173
|
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json"
|
|
174
174
|
},
|
|
175
|
+
{
|
|
176
|
+
"id": "kfd-2-foundation-trust-claims",
|
|
177
|
+
"name": "kfd-2-foundation-trust-claims",
|
|
178
|
+
"kind": "json-api",
|
|
179
|
+
"participantProfile": "release-system,maintainer,agent-reader,package-consumer",
|
|
180
|
+
"availability": "stable",
|
|
181
|
+
"visibility": "public",
|
|
182
|
+
"participantFacing": true,
|
|
183
|
+
"public": true,
|
|
184
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-claims.json"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "kfd-2-foundation-trust-assessment",
|
|
188
|
+
"name": "kfd-2-foundation-trust-assessment",
|
|
189
|
+
"kind": "json-api",
|
|
190
|
+
"participantProfile": "release-system,maintainer,agent-reader,package-consumer",
|
|
191
|
+
"availability": "stable",
|
|
192
|
+
"visibility": "public",
|
|
193
|
+
"participantFacing": true,
|
|
194
|
+
"public": true,
|
|
195
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json"
|
|
196
|
+
},
|
|
175
197
|
{
|
|
176
198
|
"id": "kfd-3-self-witnesses",
|
|
177
199
|
"name": "kfd-3-self-witnesses",
|
|
@@ -243,7 +265,7 @@
|
|
|
243
265
|
{
|
|
244
266
|
"id": "doc:readme",
|
|
245
267
|
"sourcePath": "README.md",
|
|
246
|
-
"sha256": "
|
|
268
|
+
"sha256": "5843355e9758ffd06488486f77fbdbaa9afe78bee8cdde2d82c75a132ff982f5"
|
|
247
269
|
},
|
|
248
270
|
{
|
|
249
271
|
"id": "doc:trademarks",
|
|
@@ -253,36 +275,46 @@
|
|
|
253
275
|
{
|
|
254
276
|
"id": "doc:docs-map",
|
|
255
277
|
"sourcePath": "docs/MAP.md",
|
|
256
|
-
"sha256": "
|
|
278
|
+
"sha256": "249e0d188993906aca3e0538c236e3b74fe90474dac34234d6ae83659f0627cf"
|
|
257
279
|
},
|
|
258
280
|
{
|
|
259
|
-
"id": "doc:kfd-
|
|
260
|
-
"sourcePath": "docs/
|
|
261
|
-
"sha256": "
|
|
281
|
+
"id": "doc:kfd-1-usage",
|
|
282
|
+
"sourcePath": "docs/KFD-1-usage.md",
|
|
283
|
+
"sha256": "3b9691cdd9c0a28c1e428e1cb421939cb17deab37d99c39caff13c058c63846a"
|
|
262
284
|
},
|
|
263
285
|
{
|
|
264
|
-
"id": "doc:kfd-
|
|
265
|
-
"sourcePath": "docs/
|
|
266
|
-
"sha256": "
|
|
286
|
+
"id": "doc:kfd-2-usage",
|
|
287
|
+
"sourcePath": "docs/KFD-2-usage.md",
|
|
288
|
+
"sha256": "ff800c6b46d1909c2f0414d9e0c8ae2219edc83a59a066cafda5c970cac3471d"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "doc:kfd-3-usage",
|
|
292
|
+
"sourcePath": "docs/KFD-3-usage.md",
|
|
293
|
+
"sha256": "21ffa3193fa9c74a53ac890c48591ab768fa0871cb4e9cb265e5eae199ec63f7"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "doc:kfd-4-usage",
|
|
297
|
+
"sourcePath": "docs/KFD-4-usage.md",
|
|
298
|
+
"sha256": "4c223ab68fce18cf881efd268508f57438da8dcf22834f7c032ef3b63a905347"
|
|
267
299
|
},
|
|
268
300
|
{
|
|
269
301
|
"id": "decision:kfd-1",
|
|
270
|
-
"sourcePath": "decisions/
|
|
271
|
-
"sha256": "
|
|
302
|
+
"sourcePath": "decisions/KFD-1.md",
|
|
303
|
+
"sha256": "0b7b1ec54d661b271f91f02cefa97b11e1d1ef9c637efd2d1878d5f9c9185d80"
|
|
272
304
|
},
|
|
273
305
|
{
|
|
274
306
|
"id": "decision:kfd-2",
|
|
275
|
-
"sourcePath": "decisions/
|
|
276
|
-
"sha256": "
|
|
307
|
+
"sourcePath": "decisions/KFD-2.md",
|
|
308
|
+
"sha256": "6bc01776e478afc802c57c4e21a40bcfebf170f90ae039345d883c292053b622"
|
|
277
309
|
},
|
|
278
310
|
{
|
|
279
311
|
"id": "decision:kfd-3",
|
|
280
|
-
"sourcePath": "decisions/
|
|
281
|
-
"sha256": "
|
|
312
|
+
"sourcePath": "decisions/KFD-3.md",
|
|
313
|
+
"sha256": "049a7694f50e48774f3f1f74edccb46f0397a61211c027ab0eaa77e12d4e3f14"
|
|
282
314
|
},
|
|
283
315
|
{
|
|
284
316
|
"id": "decision:kfd-4",
|
|
285
|
-
"sourcePath": "decisions/
|
|
317
|
+
"sourcePath": "decisions/KFD-4.md",
|
|
286
318
|
"sha256": "7077a6446c8baa60d85426780cb7b2bee488133196b6f53d74f0eb151f6e26e4"
|
|
287
319
|
}
|
|
288
320
|
],
|
|
@@ -290,23 +322,33 @@
|
|
|
290
322
|
{
|
|
291
323
|
"id": "schema:kfd-standards",
|
|
292
324
|
"sourcePath": "schemas/kfd-standards.schema.json",
|
|
293
|
-
"sha256": "
|
|
325
|
+
"sha256": "1ad05c1e3dd76571e359841f12ffc3620db8ede626eda8ff6393407ffad710c1"
|
|
294
326
|
},
|
|
295
327
|
{
|
|
296
328
|
"id": "schema:kfd-1:contract-world",
|
|
297
329
|
"sourcePath": "schemas/kfd-1/contract-world.schema.json",
|
|
298
|
-
"sha256": "
|
|
330
|
+
"sha256": "412d22385cd81a72798cc649c5ddfa961b6ae91ec2727d4300261a55fa5036f3"
|
|
299
331
|
},
|
|
300
332
|
{
|
|
301
333
|
"id": "schema:kfd-1:witness",
|
|
302
334
|
"sourcePath": "schemas/kfd-1/witness.schema.json",
|
|
303
|
-
"sha256": "
|
|
335
|
+
"sha256": "354e6d0691be8a4c6dfd296fa9a175bb2a3998fdefa70842f2fa2fa441f52cb1"
|
|
304
336
|
},
|
|
305
337
|
{
|
|
306
338
|
"id": "schema:kfd-2:trust-taxonomy",
|
|
307
339
|
"sourcePath": "schemas/kfd-2/trust-taxonomy.schema.json",
|
|
308
340
|
"sha256": "a663d301a663cadb8567e3010361f5a630b76b6518ed7603dfd58cbd4e64a658"
|
|
309
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"id": "schema:kfd-2:trust-claims",
|
|
344
|
+
"sourcePath": "schemas/kfd-2/trust-claims.schema.json",
|
|
345
|
+
"sha256": "5f452a5973502273f0249116b3a4171549a84515d8ba5286a09f173db4f0e03a"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "schema:kfd-2:trust-assessment",
|
|
349
|
+
"sourcePath": "schemas/kfd-2/trust-assessment.schema.json",
|
|
350
|
+
"sha256": "cdb56fb16d0d2e91e4a9ebaff9cefc212a70fd22701e1185ca75d66af6172a51"
|
|
351
|
+
},
|
|
310
352
|
{
|
|
311
353
|
"id": "schema:kfd-2:release-claims",
|
|
312
354
|
"sourcePath": "schemas/kfd-2/release-claims.schema.json",
|
|
@@ -320,12 +362,12 @@
|
|
|
320
362
|
{
|
|
321
363
|
"id": "schema:kfd-3:collaboration-interface",
|
|
322
364
|
"sourcePath": "schemas/kfd-3/collaboration-interface.schema.json",
|
|
323
|
-
"sha256": "
|
|
365
|
+
"sha256": "6526be8e59d2f0f645e7f67a8f63a93f017a2dac62701147d49c5f391c5483a3"
|
|
324
366
|
},
|
|
325
367
|
{
|
|
326
368
|
"id": "schema:kfd-3:witness",
|
|
327
369
|
"sourcePath": "schemas/kfd-3/witness.schema.json",
|
|
328
|
-
"sha256": "
|
|
370
|
+
"sha256": "86567c1d5d32ac2ce621a596c08d2702c0facea0d0cfcb836ac31a170dc19779"
|
|
329
371
|
},
|
|
330
372
|
{
|
|
331
373
|
"id": "schema:kfd-4:observer-perspective",
|
|
@@ -337,51 +379,61 @@
|
|
|
337
379
|
{
|
|
338
380
|
"id": "metadata:registry",
|
|
339
381
|
"sourcePath": "registry.json",
|
|
340
|
-
"sha256": "
|
|
382
|
+
"sha256": "003842480fb9b3b8847735db729bc94bace4f60a25e730df839f4cb74c9f1ab5"
|
|
341
383
|
},
|
|
342
384
|
{
|
|
343
385
|
"id": "metadata:standards",
|
|
344
386
|
"sourcePath": "standards.json",
|
|
345
|
-
"sha256": "
|
|
387
|
+
"sha256": "68aae8bbfcce0776e5f5317e133ae1b494a41ecdea1f992bb51f71d1e75f2ca4"
|
|
346
388
|
},
|
|
347
389
|
{
|
|
348
390
|
"id": "metadata:release-impact",
|
|
349
391
|
"sourcePath": "release-impact.json",
|
|
350
|
-
"sha256": "
|
|
392
|
+
"sha256": "685f65d10491593d28321431eee315bb5fbbedd2d1ccec0747f4a37547b3124a"
|
|
351
393
|
},
|
|
352
394
|
{
|
|
353
395
|
"id": "metadata:release-anchor",
|
|
354
396
|
"sourcePath": "kfd.release.json",
|
|
355
|
-
"sha256": "
|
|
397
|
+
"sha256": "128788929dadbf25aa60283c5c5a7f79afd971627c378edd7d85546ee2038f22"
|
|
356
398
|
},
|
|
357
399
|
{
|
|
358
400
|
"id": "metadata:buildchain-contract-lock",
|
|
359
401
|
"sourcePath": "buildchain.contract-lock.json",
|
|
360
|
-
"sha256": "
|
|
402
|
+
"sha256": "b01c166a59bec6d73e882a69d9d91fbb98f1132558a417f4654c19889af6f0b9"
|
|
361
403
|
},
|
|
362
404
|
{
|
|
363
405
|
"id": "metadata:kfd-2-public-release-trust-claim",
|
|
364
406
|
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
365
|
-
"sha256": "
|
|
407
|
+
"sha256": "22c5b4fcbb0f57d8b61c109e3ff9ea782847e090b577bec546d5aa129b12996a"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "metadata:kfd-2-foundation-trust-claims",
|
|
411
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
412
|
+
"sha256": "516fe8d96ddecbf4ebb32315fc1b5658e3e56c4180aca97eac2a9ab2c9208679"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"id": "metadata:kfd-2-foundation-trust-assessment",
|
|
416
|
+
"sourcePath": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
417
|
+
"sha256": "287d684a91830455580cee8dba44522a794826ce2255f4bde12f93025dc3b112"
|
|
366
418
|
}
|
|
367
419
|
],
|
|
368
420
|
"packageExports": [
|
|
369
421
|
{
|
|
370
422
|
"id": "export:package-json",
|
|
371
423
|
"sourcePath": "package.json#exports",
|
|
372
|
-
"sha256": "
|
|
424
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854"
|
|
373
425
|
},
|
|
374
426
|
{
|
|
375
427
|
"id": "export:npm-files",
|
|
376
428
|
"sourcePath": "package.json#files",
|
|
377
|
-
"sha256": "
|
|
429
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854"
|
|
378
430
|
}
|
|
379
431
|
],
|
|
380
432
|
"siteConsumptionContracts": [
|
|
381
433
|
{
|
|
382
434
|
"id": "site:kfd-site-bundle",
|
|
383
435
|
"sourcePath": "site/kfd-site.json",
|
|
384
|
-
"sha256": "
|
|
436
|
+
"sha256": "f416265ea3c2aed6b8cc63f3aef35b4c2c2f8f967a0cf45433f1efcf60b3c825"
|
|
385
437
|
},
|
|
386
438
|
{
|
|
387
439
|
"id": "site:release-propagation",
|
|
@@ -393,12 +445,12 @@
|
|
|
393
445
|
"minimalEntrypoints": [
|
|
394
446
|
{
|
|
395
447
|
"path": "README.md",
|
|
396
|
-
"sha256": "
|
|
448
|
+
"sha256": "5843355e9758ffd06488486f77fbdbaa9afe78bee8cdde2d82c75a132ff982f5",
|
|
397
449
|
"description": "Start from the KFD worldview and current decision set."
|
|
398
450
|
},
|
|
399
451
|
{
|
|
400
452
|
"path": "docs/MAP.md",
|
|
401
|
-
"sha256": "
|
|
453
|
+
"sha256": "249e0d188993906aca3e0538c236e3b74fe90474dac34234d6ae83659f0627cf",
|
|
402
454
|
"description": "Route readers and agents to the right KFD document or machine surface."
|
|
403
455
|
},
|
|
404
456
|
{
|
|
@@ -408,39 +460,49 @@
|
|
|
408
460
|
},
|
|
409
461
|
{
|
|
410
462
|
"path": "registry.json",
|
|
411
|
-
"sha256": "
|
|
463
|
+
"sha256": "003842480fb9b3b8847735db729bc94bace4f60a25e730df839f4cb74c9f1ab5",
|
|
412
464
|
"description": "Consume the authoritative decision index."
|
|
413
465
|
},
|
|
414
466
|
{
|
|
415
467
|
"path": "standards.json",
|
|
416
|
-
"sha256": "
|
|
468
|
+
"sha256": "68aae8bbfcce0776e5f5317e133ae1b494a41ecdea1f992bb51f71d1e75f2ca4",
|
|
417
469
|
"description": "Discover KFD schema IDs, schema paths, concepts, and interface contracts."
|
|
418
470
|
},
|
|
419
471
|
{
|
|
420
472
|
"path": "package.json#exports",
|
|
421
|
-
"sha256": "
|
|
473
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854",
|
|
422
474
|
"description": "Consume the shipped npm package surfaces."
|
|
423
475
|
},
|
|
424
476
|
{
|
|
425
477
|
"path": "kfd.release.json",
|
|
426
|
-
"sha256": "
|
|
478
|
+
"sha256": "128788929dadbf25aa60283c5c5a7f79afd971627c378edd7d85546ee2038f22",
|
|
427
479
|
"description": "Inspect the explicit KFD package version anchor for the current Buildchain release line."
|
|
428
480
|
},
|
|
429
481
|
{
|
|
430
482
|
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
431
|
-
"sha256": "
|
|
483
|
+
"sha256": "22c5b4fcbb0f57d8b61c109e3ff9ea782847e090b577bec546d5aa129b12996a",
|
|
432
484
|
"description": "Inspect the explicit public KFD-2 claim passed into Buildchain release passport generation."
|
|
433
485
|
},
|
|
486
|
+
{
|
|
487
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
488
|
+
"sha256": "516fe8d96ddecbf4ebb32315fc1b5658e3e56c4180aca97eac2a9ab2c9208679",
|
|
489
|
+
"description": "Inspect generic KFD-2 claims for the KFD package self-dogfood assessment."
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
493
|
+
"sha256": "287d684a91830455580cee8dba44522a794826ce2255f4bde12f93025dc3b112",
|
|
494
|
+
"description": "Inspect KFD-2's generic assessment of KFD-1, KFD-3, and KFD-4 claims."
|
|
495
|
+
},
|
|
434
496
|
{
|
|
435
497
|
"path": "site/kfd-site.json",
|
|
436
|
-
"sha256": "
|
|
498
|
+
"sha256": "f416265ea3c2aed6b8cc63f3aef35b4c2c2f8f967a0cf45433f1efcf60b3c825",
|
|
437
499
|
"description": "Render KFD-owned site text and decision pages without duplicating extraction logic."
|
|
438
500
|
}
|
|
439
501
|
],
|
|
440
502
|
"discoverability": [
|
|
441
503
|
{
|
|
442
504
|
"path": "README.md",
|
|
443
|
-
"sha256": "
|
|
505
|
+
"sha256": "5843355e9758ffd06488486f77fbdbaa9afe78bee8cdde2d82c75a132ff982f5",
|
|
444
506
|
"description": "Human and agent entrypoint"
|
|
445
507
|
},
|
|
446
508
|
{
|
|
@@ -450,35 +512,132 @@
|
|
|
450
512
|
},
|
|
451
513
|
{
|
|
452
514
|
"path": "docs/MAP.md",
|
|
453
|
-
"sha256": "
|
|
515
|
+
"sha256": "249e0d188993906aca3e0538c236e3b74fe90474dac34234d6ae83659f0627cf",
|
|
454
516
|
"description": "Documentation routing entrypoint"
|
|
455
517
|
},
|
|
456
518
|
{
|
|
457
519
|
"path": "registry.json",
|
|
458
|
-
"sha256": "
|
|
520
|
+
"sha256": "003842480fb9b3b8847735db729bc94bace4f60a25e730df839f4cb74c9f1ab5",
|
|
459
521
|
"description": "Machine-readable decision index"
|
|
460
522
|
},
|
|
461
523
|
{
|
|
462
524
|
"path": "standards.json",
|
|
463
|
-
"sha256": "
|
|
525
|
+
"sha256": "68aae8bbfcce0776e5f5317e133ae1b494a41ecdea1f992bb51f71d1e75f2ca4",
|
|
464
526
|
"description": "Machine-readable standards metadata"
|
|
465
527
|
},
|
|
466
528
|
{
|
|
467
529
|
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
468
|
-
"sha256": "
|
|
530
|
+
"sha256": "22c5b4fcbb0f57d8b61c109e3ff9ea782847e090b577bec546d5aa129b12996a",
|
|
469
531
|
"description": "KFD-2 public release trust claim"
|
|
470
532
|
},
|
|
533
|
+
{
|
|
534
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
535
|
+
"sha256": "516fe8d96ddecbf4ebb32315fc1b5658e3e56c4180aca97eac2a9ab2c9208679",
|
|
536
|
+
"description": "KFD-2 generic trust claims for KFD self-dogfood"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
540
|
+
"sha256": "287d684a91830455580cee8dba44522a794826ce2255f4bde12f93025dc3b112",
|
|
541
|
+
"description": "KFD-2 generic trust assessment for KFD self-dogfood"
|
|
542
|
+
},
|
|
471
543
|
{
|
|
472
544
|
"path": "package.json",
|
|
473
|
-
"sha256": "
|
|
545
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854",
|
|
474
546
|
"description": "Package export map"
|
|
475
547
|
},
|
|
476
548
|
{
|
|
477
549
|
"path": "site/kfd-site.json",
|
|
478
|
-
"sha256": "
|
|
550
|
+
"sha256": "f416265ea3c2aed6b8cc63f3aef35b4c2c2f8f967a0cf45433f1efcf60b3c825",
|
|
479
551
|
"description": "Site content projection"
|
|
480
552
|
}
|
|
481
553
|
],
|
|
554
|
+
"valueEvidence": [
|
|
555
|
+
{
|
|
556
|
+
"path": "README.md",
|
|
557
|
+
"sha256": "5843355e9758ffd06488486f77fbdbaa9afe78bee8cdde2d82c75a132ff982f5",
|
|
558
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"path": "decisions/KFD-1.md",
|
|
562
|
+
"sha256": "0b7b1ec54d661b271f91f02cefa97b11e1d1ef9c637efd2d1878d5f9c9185d80",
|
|
563
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"path": "decisions/KFD-2.md",
|
|
567
|
+
"sha256": "6bc01776e478afc802c57c4e21a40bcfebf170f90ae039345d883c292053b622",
|
|
568
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"path": "decisions/KFD-3.md",
|
|
572
|
+
"sha256": "049a7694f50e48774f3f1f74edccb46f0397a61211c027ab0eaa77e12d4e3f14",
|
|
573
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"path": "registry.json",
|
|
577
|
+
"sha256": "003842480fb9b3b8847735db729bc94bace4f60a25e730df839f4cb74c9f1ab5",
|
|
578
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"path": "standards.json",
|
|
582
|
+
"sha256": "68aae8bbfcce0776e5f5317e133ae1b494a41ecdea1f992bb51f71d1e75f2ca4",
|
|
583
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"path": "site/kfd-site.json",
|
|
587
|
+
"sha256": "f416265ea3c2aed6b8cc63f3aef35b4c2c2f8f967a0cf45433f1efcf60b3c825",
|
|
588
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"path": "scripts/check.mjs",
|
|
592
|
+
"sha256": "43cd81dcff761004098722f4b69a7e9939fe9559d4785344dd3344933e241f82",
|
|
593
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
597
|
+
"sha256": "287d684a91830455580cee8dba44522a794826ce2255f4bde12f93025dc3b112",
|
|
598
|
+
"description": "KFD-3 value evidence for kfd-foundation-model: KFD helps humans and agents understand the foundation model before adopting or extending kungfu-systems decisions."
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"path": "schemas/kfd-3/collaboration-interface.schema.json",
|
|
602
|
+
"sha256": "6526be8e59d2f0f645e7f67a8f63a93f017a2dac62701147d49c5f391c5483a3",
|
|
603
|
+
"description": "KFD-3 value evidence for kfd-machine-consumption: KFD gives agents and release systems machine-readable standards, schemas, package exports, and witnesses so they can consume KFD without relying on private context."
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"path": "schemas/kfd-3/witness.schema.json",
|
|
607
|
+
"sha256": "86567c1d5d32ac2ce621a596c08d2702c0facea0d0cfcb836ac31a170dc19779",
|
|
608
|
+
"description": "KFD-3 value evidence for kfd-machine-consumption: KFD gives agents and release systems machine-readable standards, schemas, package exports, and witnesses so they can consume KFD without relying on private context."
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"path": "package.json#exports",
|
|
612
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854",
|
|
613
|
+
"description": "KFD-3 value evidence for kfd-machine-consumption: KFD gives agents and release systems machine-readable standards, schemas, package exports, and witnesses so they can consume KFD without relying on private context."
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
617
|
+
"sha256": "516fe8d96ddecbf4ebb32315fc1b5658e3e56c4180aca97eac2a9ab2c9208679",
|
|
618
|
+
"description": "KFD-3 value evidence for kfd-machine-consumption: KFD gives agents and release systems machine-readable standards, schemas, package exports, and witnesses so they can consume KFD without relying on private context."
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"path": "docs/KFD-3-usage.md",
|
|
622
|
+
"sha256": "21ffa3193fa9c74a53ac890c48591ab768fa0871cb4e9cb265e5eae199ec63f7",
|
|
623
|
+
"description": "KFD-3 value evidence for kfd-extension-path: KFD gives humans and agents a visible extension path when the declared interface or taxonomy is insufficient."
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"path": ".buildchain/kfd-3/collaboration-interface.json",
|
|
627
|
+
"sha256": "fa41128be4ee57a4a40b76d4d7a063c01d7c2e5c53aec2b9c6db819c7a27b22b",
|
|
628
|
+
"description": "KFD-3 value evidence for kfd-extension-path: KFD gives humans and agents a visible extension path when the declared interface or taxonomy is insufficient."
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"path": "schemas/kfd-2/trust-taxonomy.schema.json",
|
|
632
|
+
"sha256": "a663d301a663cadb8567e3010361f5a630b76b6518ed7603dfd58cbd4e64a658",
|
|
633
|
+
"description": "KFD-3 value evidence for kfd-extension-path: KFD gives humans and agents a visible extension path when the declared interface or taxonomy is insufficient."
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"path": "docs/KFD-2-usage.md",
|
|
637
|
+
"sha256": "ff800c6b46d1909c2f0414d9e0c8ae2219edc83a59a066cafda5c970cac3471d",
|
|
638
|
+
"description": "KFD-3 value evidence for kfd-extension-path: KFD gives humans and agents a visible extension path when the declared interface or taxonomy is insufficient."
|
|
639
|
+
}
|
|
640
|
+
],
|
|
482
641
|
"transparentConstraints": [
|
|
483
642
|
{
|
|
484
643
|
"path": "CONTRIBUTING.md",
|
|
@@ -492,54 +651,76 @@
|
|
|
492
651
|
},
|
|
493
652
|
{
|
|
494
653
|
"path": "scripts/check.mjs",
|
|
495
|
-
"sha256": "
|
|
654
|
+
"sha256": "43cd81dcff761004098722f4b69a7e9939fe9559d4785344dd3344933e241f82",
|
|
496
655
|
"description": "Repository self-verification gate"
|
|
497
656
|
},
|
|
498
657
|
{
|
|
499
658
|
"path": "site/kfd-site.json",
|
|
500
|
-
"sha256": "
|
|
659
|
+
"sha256": "f416265ea3c2aed6b8cc63f3aef35b4c2c2f8f967a0cf45433f1efcf60b3c825",
|
|
501
660
|
"description": "Site rendering boundary"
|
|
502
661
|
}
|
|
503
662
|
],
|
|
504
663
|
"choicePaths": [
|
|
505
664
|
{
|
|
506
665
|
"path": "README.md",
|
|
507
|
-
"sha256": "
|
|
666
|
+
"sha256": "5843355e9758ffd06488486f77fbdbaa9afe78bee8cdde2d82c75a132ff982f5",
|
|
508
667
|
"description": "Human reading path"
|
|
509
668
|
},
|
|
510
669
|
{
|
|
511
670
|
"path": "registry.json",
|
|
512
|
-
"sha256": "
|
|
671
|
+
"sha256": "003842480fb9b3b8847735db729bc94bace4f60a25e730df839f4cb74c9f1ab5",
|
|
513
672
|
"description": "Agent registry path"
|
|
514
673
|
},
|
|
515
674
|
{
|
|
516
675
|
"path": "standards.json",
|
|
517
|
-
"sha256": "
|
|
676
|
+
"sha256": "68aae8bbfcce0776e5f5317e133ae1b494a41ecdea1f992bb51f71d1e75f2ca4",
|
|
518
677
|
"description": "Agent standards metadata path"
|
|
519
678
|
},
|
|
520
679
|
{
|
|
521
680
|
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
522
|
-
"sha256": "
|
|
681
|
+
"sha256": "22c5b4fcbb0f57d8b61c109e3ff9ea782847e090b577bec546d5aa129b12996a",
|
|
523
682
|
"description": "Agent release trust claim path"
|
|
524
683
|
},
|
|
684
|
+
{
|
|
685
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
686
|
+
"sha256": "516fe8d96ddecbf4ebb32315fc1b5658e3e56c4180aca97eac2a9ab2c9208679",
|
|
687
|
+
"description": "Agent generic trust claims path"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"path": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
691
|
+
"sha256": "287d684a91830455580cee8dba44522a794826ce2255f4bde12f93025dc3b112",
|
|
692
|
+
"description": "Agent generic trust assessment path"
|
|
693
|
+
},
|
|
525
694
|
{
|
|
526
695
|
"path": "package.json",
|
|
527
|
-
"sha256": "
|
|
696
|
+
"sha256": "25ae49f5ab1c34d07d066b7e8fbe49284808bbf10b3c3b2ebe06373be1020854",
|
|
528
697
|
"description": "Package consumption path"
|
|
529
698
|
}
|
|
530
699
|
],
|
|
531
700
|
"manuals": [
|
|
532
701
|
{
|
|
533
702
|
"path": "docs/MAP.md",
|
|
534
|
-
"sha256": "
|
|
703
|
+
"sha256": "249e0d188993906aca3e0538c236e3b74fe90474dac34234d6ae83659f0627cf"
|
|
535
704
|
},
|
|
536
705
|
{
|
|
537
706
|
"path": "TRADEMARKS.md",
|
|
538
707
|
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1"
|
|
539
708
|
},
|
|
540
709
|
{
|
|
541
|
-
"path": "docs/
|
|
542
|
-
"sha256": "
|
|
710
|
+
"path": "docs/KFD-1-usage.md",
|
|
711
|
+
"sha256": "3b9691cdd9c0a28c1e428e1cb421939cb17deab37d99c39caff13c058c63846a"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"path": "docs/KFD-2-usage.md",
|
|
715
|
+
"sha256": "ff800c6b46d1909c2f0414d9e0c8ae2219edc83a59a066cafda5c970cac3471d"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"path": "docs/KFD-3-usage.md",
|
|
719
|
+
"sha256": "21ffa3193fa9c74a53ac890c48591ab768fa0871cb4e9cb265e5eae199ec63f7"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"path": "docs/KFD-4-usage.md",
|
|
723
|
+
"sha256": "4c223ab68fce18cf881efd268508f57438da8dcf22834f7c032ef3b63a905347"
|
|
543
724
|
}
|
|
544
725
|
]
|
|
545
726
|
},
|
|
@@ -554,6 +735,8 @@
|
|
|
554
735
|
"package-exports",
|
|
555
736
|
"release-anchor",
|
|
556
737
|
"kfd-2-public-release-trust-claim",
|
|
738
|
+
"kfd-2-foundation-trust-claims",
|
|
739
|
+
"kfd-2-foundation-trust-assessment",
|
|
557
740
|
"site-bundle"
|
|
558
741
|
],
|
|
559
742
|
"classifiedEntrypoints": [
|
|
@@ -565,6 +748,8 @@
|
|
|
565
748
|
"package-exports",
|
|
566
749
|
"release-anchor",
|
|
567
750
|
"kfd-2-public-release-trust-claim",
|
|
751
|
+
"kfd-2-foundation-trust-claims",
|
|
752
|
+
"kfd-2-foundation-trust-assessment",
|
|
568
753
|
"site-bundle"
|
|
569
754
|
],
|
|
570
755
|
"unclassifiedEntrypoints": []
|