@kungfu-tech/kfd 1.0.0-alpha.1 → 1.0.0-alpha.13
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 +249 -0
- package/.buildchain/kfd-2/public-release-trust.claim.json +113 -0
- package/.buildchain/kfd-3/collaboration-interface.artifact.json +574 -0
- package/.buildchain/kfd-3/collaboration-interface.json +323 -0
- package/.buildchain/kfd-3/collaboration-interface.prebuild.json +897 -0
- package/README.md +112 -29
- package/TRADEMARKS.md +60 -0
- package/buildchain.release-propagation.json +32 -0
- package/decisions/kfd-1.md +37 -23
- package/decisions/kfd-2.md +30 -11
- package/decisions/kfd-3.md +25 -6
- package/docs/MAP.md +9 -0
- package/docs/kfd-2-release-trust.md +78 -0
- package/docs/kfd-3-collaboration-interface.md +77 -0
- package/kfd.release.json +13 -0
- package/package.json +34 -2
- package/registry.json +1 -1
- package/release-impact.json +65 -0
- package/schemas/kfd-1/contract-world.schema.json +57 -0
- package/schemas/kfd-1/witness.schema.json +63 -0
- package/schemas/kfd-2/release-claims.schema.json +331 -0
- package/schemas/kfd-2/release-trust-passport.schema.json +276 -0
- package/schemas/kfd-2/trust-taxonomy.schema.json +219 -0
- package/schemas/kfd-3/collaboration-interface.schema.json +482 -0
- package/schemas/kfd-3/witness.schema.json +159 -0
- package/schemas/kfd-standards.schema.json +239 -0
- package/site/kfd-site.json +37 -8
- package/standards.json +205 -0
|
@@ -0,0 +1,574 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"contract": "kfd-3-witness",
|
|
4
|
+
"id": "kfd-repository",
|
|
5
|
+
"standard": "kfd-3",
|
|
6
|
+
"collaborationInterface": {
|
|
7
|
+
"schemaId": "https://kfd.libkungfu.dev/schemas/kfd-3/collaboration-interface.schema.json",
|
|
8
|
+
"digest": "sha256:e32f2196399d37db202ccc656386bddc346871243c3db6782d26b5a88f831595"
|
|
9
|
+
},
|
|
10
|
+
"sourceRegistry": {
|
|
11
|
+
"id": "kfd-collaboration-interface",
|
|
12
|
+
"path": ".buildchain/kfd-3/collaboration-interface.json",
|
|
13
|
+
"sha256": "e32f2196399d37db202ccc656386bddc346871243c3db6782d26b5a88f831595"
|
|
14
|
+
},
|
|
15
|
+
"artifact": {
|
|
16
|
+
"name": "@kungfu-tech/kfd",
|
|
17
|
+
"path": "npm:@kungfu-tech/kfd",
|
|
18
|
+
"digest": "sha256:e32f2196399d37db202ccc656386bddc346871243c3db6782d26b5a88f831595"
|
|
19
|
+
},
|
|
20
|
+
"surfaces": [
|
|
21
|
+
{
|
|
22
|
+
"id": "readme",
|
|
23
|
+
"name": "readme",
|
|
24
|
+
"kind": "markdown-doc",
|
|
25
|
+
"participantProfile": "human-reader,agent-reader",
|
|
26
|
+
"availability": "stable",
|
|
27
|
+
"visibility": "public",
|
|
28
|
+
"participantFacing": true,
|
|
29
|
+
"public": true,
|
|
30
|
+
"sourcePath": "README.md"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "docs-map",
|
|
34
|
+
"name": "docs-map",
|
|
35
|
+
"kind": "markdown-doc",
|
|
36
|
+
"participantProfile": "human-reader,agent-reader,maintainer",
|
|
37
|
+
"availability": "stable",
|
|
38
|
+
"visibility": "public",
|
|
39
|
+
"participantFacing": true,
|
|
40
|
+
"public": true,
|
|
41
|
+
"sourcePath": "docs/MAP.md"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "official-status-and-trademarks",
|
|
45
|
+
"name": "official-status-and-trademarks",
|
|
46
|
+
"kind": "markdown-doc",
|
|
47
|
+
"participantProfile": "human-reader,agent-reader,package-consumer",
|
|
48
|
+
"availability": "stable",
|
|
49
|
+
"visibility": "public",
|
|
50
|
+
"participantFacing": true,
|
|
51
|
+
"public": true,
|
|
52
|
+
"sourcePath": "TRADEMARKS.md"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "decision-texts",
|
|
56
|
+
"name": "decision-texts",
|
|
57
|
+
"kind": "markdown-doc",
|
|
58
|
+
"participantProfile": "human-reader,agent-reader,maintainer",
|
|
59
|
+
"availability": "stable",
|
|
60
|
+
"visibility": "public",
|
|
61
|
+
"participantFacing": true,
|
|
62
|
+
"public": true,
|
|
63
|
+
"sourcePath": "decisions/*.md"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "registry-json",
|
|
67
|
+
"name": "registry-json",
|
|
68
|
+
"kind": "json-api",
|
|
69
|
+
"participantProfile": "agent-reader,package-consumer,site-consumer",
|
|
70
|
+
"availability": "stable",
|
|
71
|
+
"visibility": "public",
|
|
72
|
+
"participantFacing": true,
|
|
73
|
+
"public": true,
|
|
74
|
+
"sourcePath": "registry.json"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "standards-json",
|
|
78
|
+
"name": "standards-json",
|
|
79
|
+
"kind": "json-api",
|
|
80
|
+
"participantProfile": "agent-reader,package-consumer,release-system",
|
|
81
|
+
"availability": "stable",
|
|
82
|
+
"visibility": "public",
|
|
83
|
+
"participantFacing": true,
|
|
84
|
+
"public": true,
|
|
85
|
+
"sourcePath": "standards.json"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "schemas",
|
|
89
|
+
"name": "schemas",
|
|
90
|
+
"kind": "json-api",
|
|
91
|
+
"participantProfile": "agent-reader,package-consumer,release-system",
|
|
92
|
+
"availability": "stable",
|
|
93
|
+
"visibility": "public",
|
|
94
|
+
"participantFacing": true,
|
|
95
|
+
"public": true,
|
|
96
|
+
"sourcePath": "schemas/**/*.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "package-exports",
|
|
100
|
+
"name": "package-exports",
|
|
101
|
+
"kind": "package",
|
|
102
|
+
"participantProfile": "package-consumer,agent-reader",
|
|
103
|
+
"availability": "stable",
|
|
104
|
+
"visibility": "public",
|
|
105
|
+
"participantFacing": true,
|
|
106
|
+
"public": true,
|
|
107
|
+
"sourcePath": "package.json#exports"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "site-bundle-json",
|
|
111
|
+
"name": "site-bundle-json",
|
|
112
|
+
"kind": "json-api",
|
|
113
|
+
"participantProfile": "site-consumer,agent-reader",
|
|
114
|
+
"availability": "stable",
|
|
115
|
+
"visibility": "public",
|
|
116
|
+
"participantFacing": true,
|
|
117
|
+
"public": true,
|
|
118
|
+
"sourcePath": "site/kfd-site.json"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "release-impact-json",
|
|
122
|
+
"name": "release-impact-json",
|
|
123
|
+
"kind": "json-api",
|
|
124
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
125
|
+
"availability": "stable",
|
|
126
|
+
"visibility": "public",
|
|
127
|
+
"participantFacing": true,
|
|
128
|
+
"public": true,
|
|
129
|
+
"sourcePath": "release-impact.json"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "release-anchor-json",
|
|
133
|
+
"name": "release-anchor-json",
|
|
134
|
+
"kind": "json-api",
|
|
135
|
+
"participantProfile": "release-system,agent-reader,maintainer",
|
|
136
|
+
"availability": "stable",
|
|
137
|
+
"visibility": "public",
|
|
138
|
+
"participantFacing": true,
|
|
139
|
+
"public": true,
|
|
140
|
+
"sourcePath": "kfd.release.json"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "release-propagation-json",
|
|
144
|
+
"name": "release-propagation-json",
|
|
145
|
+
"kind": "json-api",
|
|
146
|
+
"participantProfile": "release-system,site-consumer",
|
|
147
|
+
"availability": "stable",
|
|
148
|
+
"visibility": "public",
|
|
149
|
+
"participantFacing": true,
|
|
150
|
+
"public": true,
|
|
151
|
+
"sourcePath": "buildchain.release-propagation.json"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "kfd-1-witness",
|
|
155
|
+
"name": "kfd-1-witness",
|
|
156
|
+
"kind": "json-api",
|
|
157
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
158
|
+
"availability": "stable",
|
|
159
|
+
"visibility": "public",
|
|
160
|
+
"participantFacing": true,
|
|
161
|
+
"public": true,
|
|
162
|
+
"sourcePath": ".buildchain/kfd-1/contract-world.witness.json"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "kfd-2-public-release-trust-claim",
|
|
166
|
+
"name": "kfd-2-public-release-trust-claim",
|
|
167
|
+
"kind": "json-api",
|
|
168
|
+
"participantProfile": "release-system,maintainer,agent-reader,package-consumer",
|
|
169
|
+
"availability": "stable",
|
|
170
|
+
"visibility": "public",
|
|
171
|
+
"participantFacing": true,
|
|
172
|
+
"public": true,
|
|
173
|
+
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "kfd-3-self-witnesses",
|
|
177
|
+
"name": "kfd-3-self-witnesses",
|
|
178
|
+
"kind": "json-api",
|
|
179
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
180
|
+
"availability": "stable",
|
|
181
|
+
"visibility": "public",
|
|
182
|
+
"participantFacing": true,
|
|
183
|
+
"public": true,
|
|
184
|
+
"sourcePath": ".buildchain/kfd-3/*.json"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "release-workflows",
|
|
188
|
+
"name": "release-workflows",
|
|
189
|
+
"kind": "config",
|
|
190
|
+
"participantProfile": "release-system,maintainer",
|
|
191
|
+
"availability": "stable",
|
|
192
|
+
"visibility": "public",
|
|
193
|
+
"participantFacing": true,
|
|
194
|
+
"public": true,
|
|
195
|
+
"sourcePath": ".github/workflows/*.yml"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "registry",
|
|
199
|
+
"name": "registry",
|
|
200
|
+
"kind": "entrypoint",
|
|
201
|
+
"participantProfile": "agent-reader,package-consumer,site-consumer",
|
|
202
|
+
"availability": "shipped",
|
|
203
|
+
"visibility": "public",
|
|
204
|
+
"participantFacing": true,
|
|
205
|
+
"public": true,
|
|
206
|
+
"sourcePath": "registry.json"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "standards",
|
|
210
|
+
"name": "standards",
|
|
211
|
+
"kind": "entrypoint",
|
|
212
|
+
"participantProfile": "agent-reader,package-consumer,release-system",
|
|
213
|
+
"availability": "shipped",
|
|
214
|
+
"visibility": "public",
|
|
215
|
+
"participantFacing": true,
|
|
216
|
+
"public": true,
|
|
217
|
+
"sourcePath": "standards.json"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "release-anchor",
|
|
221
|
+
"name": "release-anchor",
|
|
222
|
+
"kind": "entrypoint",
|
|
223
|
+
"participantProfile": "release-system,agent-reader",
|
|
224
|
+
"availability": "shipped",
|
|
225
|
+
"visibility": "public",
|
|
226
|
+
"participantFacing": true,
|
|
227
|
+
"public": true,
|
|
228
|
+
"sourcePath": "kfd.release.json"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "site-bundle",
|
|
232
|
+
"name": "site-bundle",
|
|
233
|
+
"kind": "entrypoint",
|
|
234
|
+
"participantProfile": "site-consumer,agent-reader",
|
|
235
|
+
"availability": "shipped",
|
|
236
|
+
"visibility": "public",
|
|
237
|
+
"participantFacing": true,
|
|
238
|
+
"public": true,
|
|
239
|
+
"sourcePath": "site/kfd-site.json"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"docs": [
|
|
243
|
+
{
|
|
244
|
+
"id": "doc:readme",
|
|
245
|
+
"sourcePath": "README.md",
|
|
246
|
+
"sha256": "25d733aa98a62dad100df10b9a3393364442f0cd06c2daab08e4a99471dd447b"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "doc:trademarks",
|
|
250
|
+
"sourcePath": "TRADEMARKS.md",
|
|
251
|
+
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "doc:docs-map",
|
|
255
|
+
"sourcePath": "docs/MAP.md",
|
|
256
|
+
"sha256": "c53b0d7bdc83c7e7c335e4aa23f54a76c9874908ea4d9e5d7861be3b0875bd8d"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "doc:kfd-2-release-trust",
|
|
260
|
+
"sourcePath": "docs/kfd-2-release-trust.md",
|
|
261
|
+
"sha256": "9ba323334750cf285f08de21286f58c04b872189febf38a4e8fd50c0791020b3"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "doc:kfd-3-collaboration-interface",
|
|
265
|
+
"sourcePath": "docs/kfd-3-collaboration-interface.md",
|
|
266
|
+
"sha256": "d483ff6f8423a2e3f8e5dc547b62139d5c365678f9974d62063f8b523f14edb0"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "decision:kfd-1",
|
|
270
|
+
"sourcePath": "decisions/kfd-1.md",
|
|
271
|
+
"sha256": "32016c0962edcea9286db04ba24dab6c55400e9b26ce16a9d4b4ad647e17e7df"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"id": "decision:kfd-2",
|
|
275
|
+
"sourcePath": "decisions/kfd-2.md",
|
|
276
|
+
"sha256": "0c2da2113df6ef2829592f7ba67593059cb06e195ea527ee742501939efb3b9b"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": "decision:kfd-3",
|
|
280
|
+
"sourcePath": "decisions/kfd-3.md",
|
|
281
|
+
"sha256": "f37320562b6d82630358663acc239a3ee84bdc930b287c6cb0b2fb0295110672"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"schemas": [
|
|
285
|
+
{
|
|
286
|
+
"id": "schema:kfd-standards",
|
|
287
|
+
"sourcePath": "schemas/kfd-standards.schema.json",
|
|
288
|
+
"sha256": "2ecc7049d13463700f143f4e8c40488d6587484c94d26e827c239eeedc892336"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "schema:kfd-1:contract-world",
|
|
292
|
+
"sourcePath": "schemas/kfd-1/contract-world.schema.json",
|
|
293
|
+
"sha256": "6be00cca75c80bf96429eb62336989d8931ea380d86388fcb8b834dcf8d3c13b"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "schema:kfd-1:witness",
|
|
297
|
+
"sourcePath": "schemas/kfd-1/witness.schema.json",
|
|
298
|
+
"sha256": "50104a2962cb75cc1da634fa65553e993f87d8fb9b3c237f0609a2208ad4c1f3"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"id": "schema:kfd-2:trust-taxonomy",
|
|
302
|
+
"sourcePath": "schemas/kfd-2/trust-taxonomy.schema.json",
|
|
303
|
+
"sha256": "a663d301a663cadb8567e3010361f5a630b76b6518ed7603dfd58cbd4e64a658"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "schema:kfd-2:release-claims",
|
|
307
|
+
"sourcePath": "schemas/kfd-2/release-claims.schema.json",
|
|
308
|
+
"sha256": "0f52c4a9949f62163a0fbe14fefc2f2f93f548ae18b6b5c07eb87aedca4c0be0"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"id": "schema:kfd-2:release-trust-passport",
|
|
312
|
+
"sourcePath": "schemas/kfd-2/release-trust-passport.schema.json",
|
|
313
|
+
"sha256": "df7f828605f680f3ff52fe3468cbf8f5e20151fac0d5c31cd9a0de9765efecc1"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "schema:kfd-3:collaboration-interface",
|
|
317
|
+
"sourcePath": "schemas/kfd-3/collaboration-interface.schema.json",
|
|
318
|
+
"sha256": "e8d1f67914751b956c5a075eddbcc1ba482ddd21ce7298ab3a8b9df359a0ae44"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "schema:kfd-3:witness",
|
|
322
|
+
"sourcePath": "schemas/kfd-3/witness.schema.json",
|
|
323
|
+
"sha256": "95c25c7967e5d40a2aa2312e3cdfe984ce00e85db2457a370ce3d863cfa82c84"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"standardsMetadata": [
|
|
327
|
+
{
|
|
328
|
+
"id": "metadata:registry",
|
|
329
|
+
"sourcePath": "registry.json",
|
|
330
|
+
"sha256": "f58ec6929da6a5daada78265b937b9d0aebec7cbfb42325b279bb6ae77df830f"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "metadata:standards",
|
|
334
|
+
"sourcePath": "standards.json",
|
|
335
|
+
"sha256": "7ac1410e182f5e66e5723c46f914ab652b2b4fad5b8fe5411172230c9ef146fc"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"id": "metadata:release-impact",
|
|
339
|
+
"sourcePath": "release-impact.json",
|
|
340
|
+
"sha256": "ae55c7758d53f7e57593e0ddec72142babd9a8ff7c9003e98f8b468b953e0d7e"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "metadata:release-anchor",
|
|
344
|
+
"sourcePath": "kfd.release.json",
|
|
345
|
+
"sha256": "fefebbaaac172609ce0a22b505d15556739c89971e7fdac2c9ef3c4ca4776a68"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "metadata:kfd-2-public-release-trust-claim",
|
|
349
|
+
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
350
|
+
"sha256": "71986f6fd5d73a1fd74c1b6b68bcf6fe16bf67c2cea9cb3595bdbeebee10182c"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"packageExports": [
|
|
354
|
+
{
|
|
355
|
+
"id": "export:package-json",
|
|
356
|
+
"sourcePath": "package.json#exports",
|
|
357
|
+
"sha256": "c082af3754b3b382219e8fb1973a228f0f38ab8846178ade639488be2626cdb6"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "export:npm-files",
|
|
361
|
+
"sourcePath": "package.json#files",
|
|
362
|
+
"sha256": "c082af3754b3b382219e8fb1973a228f0f38ab8846178ade639488be2626cdb6"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"siteConsumptionContracts": [
|
|
366
|
+
{
|
|
367
|
+
"id": "site:kfd-site-bundle",
|
|
368
|
+
"sourcePath": "site/kfd-site.json",
|
|
369
|
+
"sha256": "cb837c81d6fe02700528c5111558597225414c0c4fd9ab7279c94c61a3b4390c"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "site:release-propagation",
|
|
373
|
+
"sourcePath": "buildchain.release-propagation.json",
|
|
374
|
+
"sha256": "71f9b54b9e76111178635804615fb0b4600f3131a7871b7c7817395b708c6fb3"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"evidence": {
|
|
378
|
+
"minimalEntrypoints": [
|
|
379
|
+
{
|
|
380
|
+
"path": "README.md",
|
|
381
|
+
"sha256": "25d733aa98a62dad100df10b9a3393364442f0cd06c2daab08e4a99471dd447b",
|
|
382
|
+
"description": "Start from the KFD worldview and current decision set."
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"path": "docs/MAP.md",
|
|
386
|
+
"sha256": "c53b0d7bdc83c7e7c335e4aa23f54a76c9874908ea4d9e5d7861be3b0875bd8d",
|
|
387
|
+
"description": "Route readers and agents to the right KFD document or machine surface."
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"path": "TRADEMARKS.md",
|
|
391
|
+
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1",
|
|
392
|
+
"description": "Understand what Apache-2.0 covers and what remains official, trademark-bound, or endorsement-bound."
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"path": "registry.json",
|
|
396
|
+
"sha256": "f58ec6929da6a5daada78265b937b9d0aebec7cbfb42325b279bb6ae77df830f",
|
|
397
|
+
"description": "Consume the authoritative decision index."
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"path": "standards.json",
|
|
401
|
+
"sha256": "7ac1410e182f5e66e5723c46f914ab652b2b4fad5b8fe5411172230c9ef146fc",
|
|
402
|
+
"description": "Discover KFD schema IDs, schema paths, concepts, and interface contracts."
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"path": "package.json#exports",
|
|
406
|
+
"sha256": "c082af3754b3b382219e8fb1973a228f0f38ab8846178ade639488be2626cdb6",
|
|
407
|
+
"description": "Consume the shipped npm package surfaces."
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"path": "kfd.release.json",
|
|
411
|
+
"sha256": "fefebbaaac172609ce0a22b505d15556739c89971e7fdac2c9ef3c4ca4776a68",
|
|
412
|
+
"description": "Inspect the explicit KFD package version anchor for the current Buildchain release line."
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
416
|
+
"sha256": "71986f6fd5d73a1fd74c1b6b68bcf6fe16bf67c2cea9cb3595bdbeebee10182c",
|
|
417
|
+
"description": "Inspect the explicit public KFD-2 claim passed into Buildchain release passport generation."
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"path": "site/kfd-site.json",
|
|
421
|
+
"sha256": "cb837c81d6fe02700528c5111558597225414c0c4fd9ab7279c94c61a3b4390c",
|
|
422
|
+
"description": "Render KFD-owned site text and decision pages without duplicating extraction logic."
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"discoverability": [
|
|
426
|
+
{
|
|
427
|
+
"path": "README.md",
|
|
428
|
+
"sha256": "25d733aa98a62dad100df10b9a3393364442f0cd06c2daab08e4a99471dd447b",
|
|
429
|
+
"description": "Human and agent entrypoint"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"path": "TRADEMARKS.md",
|
|
433
|
+
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1",
|
|
434
|
+
"description": "Official status, trademark, and authority boundary"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"path": "docs/MAP.md",
|
|
438
|
+
"sha256": "c53b0d7bdc83c7e7c335e4aa23f54a76c9874908ea4d9e5d7861be3b0875bd8d",
|
|
439
|
+
"description": "Documentation routing entrypoint"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"path": "registry.json",
|
|
443
|
+
"sha256": "f58ec6929da6a5daada78265b937b9d0aebec7cbfb42325b279bb6ae77df830f",
|
|
444
|
+
"description": "Machine-readable decision index"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"path": "standards.json",
|
|
448
|
+
"sha256": "7ac1410e182f5e66e5723c46f914ab652b2b4fad5b8fe5411172230c9ef146fc",
|
|
449
|
+
"description": "Machine-readable standards metadata"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
453
|
+
"sha256": "71986f6fd5d73a1fd74c1b6b68bcf6fe16bf67c2cea9cb3595bdbeebee10182c",
|
|
454
|
+
"description": "KFD-2 public release trust claim"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"path": "package.json",
|
|
458
|
+
"sha256": "c082af3754b3b382219e8fb1973a228f0f38ab8846178ade639488be2626cdb6",
|
|
459
|
+
"description": "Package export map"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"path": "site/kfd-site.json",
|
|
463
|
+
"sha256": "cb837c81d6fe02700528c5111558597225414c0c4fd9ab7279c94c61a3b4390c",
|
|
464
|
+
"description": "Site content projection"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"transparentConstraints": [
|
|
468
|
+
{
|
|
469
|
+
"path": "CONTRIBUTING.md",
|
|
470
|
+
"sha256": "188f752e89f3af4855e92b8c3dc379e41f1e326611ccaf8851977ee04c639606",
|
|
471
|
+
"description": "Append-only decision and contribution constraints"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"path": "TRADEMARKS.md",
|
|
475
|
+
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1",
|
|
476
|
+
"description": "Trademark and official-status constraints"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"path": "scripts/check.mjs",
|
|
480
|
+
"sha256": "c541d7fd8318c225fd99e042f2c8adee4be8723505c28b79acd017c7eff23d46",
|
|
481
|
+
"description": "Repository self-verification gate"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"path": "site/kfd-site.json",
|
|
485
|
+
"sha256": "cb837c81d6fe02700528c5111558597225414c0c4fd9ab7279c94c61a3b4390c",
|
|
486
|
+
"description": "Site rendering boundary"
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"choicePaths": [
|
|
490
|
+
{
|
|
491
|
+
"path": "README.md",
|
|
492
|
+
"sha256": "25d733aa98a62dad100df10b9a3393364442f0cd06c2daab08e4a99471dd447b",
|
|
493
|
+
"description": "Human reading path"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"path": "registry.json",
|
|
497
|
+
"sha256": "f58ec6929da6a5daada78265b937b9d0aebec7cbfb42325b279bb6ae77df830f",
|
|
498
|
+
"description": "Agent registry path"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"path": "standards.json",
|
|
502
|
+
"sha256": "7ac1410e182f5e66e5723c46f914ab652b2b4fad5b8fe5411172230c9ef146fc",
|
|
503
|
+
"description": "Agent standards metadata path"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
507
|
+
"sha256": "71986f6fd5d73a1fd74c1b6b68bcf6fe16bf67c2cea9cb3595bdbeebee10182c",
|
|
508
|
+
"description": "Agent release trust claim path"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"path": "package.json",
|
|
512
|
+
"sha256": "c082af3754b3b382219e8fb1973a228f0f38ab8846178ade639488be2626cdb6",
|
|
513
|
+
"description": "Package consumption path"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"manuals": [
|
|
517
|
+
{
|
|
518
|
+
"path": "docs/MAP.md",
|
|
519
|
+
"sha256": "c53b0d7bdc83c7e7c335e4aa23f54a76c9874908ea4d9e5d7861be3b0875bd8d"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"path": "TRADEMARKS.md",
|
|
523
|
+
"sha256": "c59e3e936c2a0f2e3598fc7f8977c734dfc1c23df506c8c8360eb39e8e2ee3e1"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"path": "docs/kfd-3-collaboration-interface.md",
|
|
527
|
+
"sha256": "d483ff6f8423a2e3f8e5dc547b62139d5c365678f9974d62063f8b523f14edb0"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
"closure": {
|
|
532
|
+
"classificationMode": "closed-world",
|
|
533
|
+
"reachableEntrypoints": [
|
|
534
|
+
"readme",
|
|
535
|
+
"docs-map",
|
|
536
|
+
"official-status-and-trademarks",
|
|
537
|
+
"registry",
|
|
538
|
+
"standards",
|
|
539
|
+
"package-exports",
|
|
540
|
+
"release-anchor",
|
|
541
|
+
"kfd-2-public-release-trust-claim",
|
|
542
|
+
"site-bundle"
|
|
543
|
+
],
|
|
544
|
+
"classifiedEntrypoints": [
|
|
545
|
+
"readme",
|
|
546
|
+
"docs-map",
|
|
547
|
+
"official-status-and-trademarks",
|
|
548
|
+
"registry",
|
|
549
|
+
"standards",
|
|
550
|
+
"package-exports",
|
|
551
|
+
"release-anchor",
|
|
552
|
+
"kfd-2-public-release-trust-claim",
|
|
553
|
+
"site-bundle"
|
|
554
|
+
],
|
|
555
|
+
"unclassifiedEntrypoints": []
|
|
556
|
+
},
|
|
557
|
+
"verifier": {
|
|
558
|
+
"name": "kfd self-verification",
|
|
559
|
+
"command": "node scripts/check.mjs"
|
|
560
|
+
},
|
|
561
|
+
"residualRisk": [
|
|
562
|
+
{
|
|
563
|
+
"id": "human-language-interpretation",
|
|
564
|
+
"definedBy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json#/$defs/residualRisk",
|
|
565
|
+
"riskType": "natural-language-semantic-risk",
|
|
566
|
+
"trustImpact": "downgrade-warning",
|
|
567
|
+
"machineProvability": "not-exhaustively-enumerable",
|
|
568
|
+
"agentAction": "semantic-review-required",
|
|
569
|
+
"reason": "Natural-language standard interpretation is inspectable and reviewable but not exhaustively enumerable from package bytes.",
|
|
570
|
+
"owner": "KFD maintainers"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"result": "pass"
|
|
574
|
+
}
|