@kungfu-tech/kfd 1.0.0-alpha.1 → 1.0.0-alpha.12
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 +185 -0
- package/.buildchain/kfd-2/public-release-trust.claim.json +107 -0
- package/.buildchain/kfd-3/collaboration-interface.artifact.json +520 -0
- package/.buildchain/kfd-3/collaboration-interface.json +274 -0
- package/.buildchain/kfd-3/collaboration-interface.prebuild.json +803 -0
- package/README.md +42 -5
- package/buildchain.release-propagation.json +32 -0
- package/docs/MAP.md +4 -0
- package/docs/kfd-2-release-trust.md +46 -0
- package/docs/kfd-3-collaboration-interface.md +59 -0
- package/kfd.release.json +13 -0
- package/package.json +32 -2
- 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 +332 -0
- package/schemas/kfd-2/release-trust-passport.schema.json +278 -0
- package/schemas/kfd-3/collaboration-interface.schema.json +348 -0
- package/schemas/kfd-3/witness.schema.json +153 -0
- package/schemas/kfd-standards.schema.json +239 -0
- package/standards.json +189 -0
|
@@ -0,0 +1,520 @@
|
|
|
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:866fc1f20fe3a4084c31f2edf98e270dd5f7c5bf2801a67e57335daaefa3dd2e"
|
|
9
|
+
},
|
|
10
|
+
"sourceRegistry": {
|
|
11
|
+
"id": "kfd-collaboration-interface",
|
|
12
|
+
"path": ".buildchain/kfd-3/collaboration-interface.json",
|
|
13
|
+
"sha256": "866fc1f20fe3a4084c31f2edf98e270dd5f7c5bf2801a67e57335daaefa3dd2e"
|
|
14
|
+
},
|
|
15
|
+
"artifact": {
|
|
16
|
+
"name": "@kungfu-tech/kfd",
|
|
17
|
+
"path": "npm:@kungfu-tech/kfd",
|
|
18
|
+
"digest": "sha256:866fc1f20fe3a4084c31f2edf98e270dd5f7c5bf2801a67e57335daaefa3dd2e"
|
|
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": "decision-texts",
|
|
45
|
+
"name": "decision-texts",
|
|
46
|
+
"kind": "markdown-doc",
|
|
47
|
+
"participantProfile": "human-reader,agent-reader,maintainer",
|
|
48
|
+
"availability": "stable",
|
|
49
|
+
"visibility": "public",
|
|
50
|
+
"participantFacing": true,
|
|
51
|
+
"public": true,
|
|
52
|
+
"sourcePath": "decisions/*.md"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "registry-json",
|
|
56
|
+
"name": "registry-json",
|
|
57
|
+
"kind": "json-api",
|
|
58
|
+
"participantProfile": "agent-reader,package-consumer,site-consumer",
|
|
59
|
+
"availability": "stable",
|
|
60
|
+
"visibility": "public",
|
|
61
|
+
"participantFacing": true,
|
|
62
|
+
"public": true,
|
|
63
|
+
"sourcePath": "registry.json"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "standards-json",
|
|
67
|
+
"name": "standards-json",
|
|
68
|
+
"kind": "json-api",
|
|
69
|
+
"participantProfile": "agent-reader,package-consumer,release-system",
|
|
70
|
+
"availability": "stable",
|
|
71
|
+
"visibility": "public",
|
|
72
|
+
"participantFacing": true,
|
|
73
|
+
"public": true,
|
|
74
|
+
"sourcePath": "standards.json"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "schemas",
|
|
78
|
+
"name": "schemas",
|
|
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": "schemas/**/*.json"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "package-exports",
|
|
89
|
+
"name": "package-exports",
|
|
90
|
+
"kind": "package",
|
|
91
|
+
"participantProfile": "package-consumer,agent-reader",
|
|
92
|
+
"availability": "stable",
|
|
93
|
+
"visibility": "public",
|
|
94
|
+
"participantFacing": true,
|
|
95
|
+
"public": true,
|
|
96
|
+
"sourcePath": "package.json#exports"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "site-bundle-json",
|
|
100
|
+
"name": "site-bundle-json",
|
|
101
|
+
"kind": "json-api",
|
|
102
|
+
"participantProfile": "site-consumer,agent-reader",
|
|
103
|
+
"availability": "stable",
|
|
104
|
+
"visibility": "public",
|
|
105
|
+
"participantFacing": true,
|
|
106
|
+
"public": true,
|
|
107
|
+
"sourcePath": "site/kfd-site.json"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "release-impact-json",
|
|
111
|
+
"name": "release-impact-json",
|
|
112
|
+
"kind": "json-api",
|
|
113
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
114
|
+
"availability": "stable",
|
|
115
|
+
"visibility": "public",
|
|
116
|
+
"participantFacing": true,
|
|
117
|
+
"public": true,
|
|
118
|
+
"sourcePath": "release-impact.json"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"id": "release-anchor-json",
|
|
122
|
+
"name": "release-anchor-json",
|
|
123
|
+
"kind": "json-api",
|
|
124
|
+
"participantProfile": "release-system,agent-reader,maintainer",
|
|
125
|
+
"availability": "stable",
|
|
126
|
+
"visibility": "public",
|
|
127
|
+
"participantFacing": true,
|
|
128
|
+
"public": true,
|
|
129
|
+
"sourcePath": "kfd.release.json"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "release-propagation-json",
|
|
133
|
+
"name": "release-propagation-json",
|
|
134
|
+
"kind": "json-api",
|
|
135
|
+
"participantProfile": "release-system,site-consumer",
|
|
136
|
+
"availability": "stable",
|
|
137
|
+
"visibility": "public",
|
|
138
|
+
"participantFacing": true,
|
|
139
|
+
"public": true,
|
|
140
|
+
"sourcePath": "buildchain.release-propagation.json"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "kfd-1-witness",
|
|
144
|
+
"name": "kfd-1-witness",
|
|
145
|
+
"kind": "json-api",
|
|
146
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
147
|
+
"availability": "stable",
|
|
148
|
+
"visibility": "public",
|
|
149
|
+
"participantFacing": true,
|
|
150
|
+
"public": true,
|
|
151
|
+
"sourcePath": ".buildchain/kfd-1/contract-world.witness.json"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "kfd-2-public-release-trust-claim",
|
|
155
|
+
"name": "kfd-2-public-release-trust-claim",
|
|
156
|
+
"kind": "json-api",
|
|
157
|
+
"participantProfile": "release-system,maintainer,agent-reader,package-consumer",
|
|
158
|
+
"availability": "stable",
|
|
159
|
+
"visibility": "public",
|
|
160
|
+
"participantFacing": true,
|
|
161
|
+
"public": true,
|
|
162
|
+
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "kfd-3-self-witnesses",
|
|
166
|
+
"name": "kfd-3-self-witnesses",
|
|
167
|
+
"kind": "json-api",
|
|
168
|
+
"participantProfile": "release-system,maintainer,agent-reader",
|
|
169
|
+
"availability": "stable",
|
|
170
|
+
"visibility": "public",
|
|
171
|
+
"participantFacing": true,
|
|
172
|
+
"public": true,
|
|
173
|
+
"sourcePath": ".buildchain/kfd-3/*.json"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "release-workflows",
|
|
177
|
+
"name": "release-workflows",
|
|
178
|
+
"kind": "config",
|
|
179
|
+
"participantProfile": "release-system,maintainer",
|
|
180
|
+
"availability": "stable",
|
|
181
|
+
"visibility": "public",
|
|
182
|
+
"participantFacing": true,
|
|
183
|
+
"public": true,
|
|
184
|
+
"sourcePath": ".github/workflows/*.yml"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "registry",
|
|
188
|
+
"name": "registry",
|
|
189
|
+
"kind": "entrypoint",
|
|
190
|
+
"participantProfile": "agent-reader,package-consumer,site-consumer",
|
|
191
|
+
"availability": "shipped",
|
|
192
|
+
"visibility": "public",
|
|
193
|
+
"participantFacing": true,
|
|
194
|
+
"public": true,
|
|
195
|
+
"sourcePath": "registry.json"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "standards",
|
|
199
|
+
"name": "standards",
|
|
200
|
+
"kind": "entrypoint",
|
|
201
|
+
"participantProfile": "agent-reader,package-consumer,release-system",
|
|
202
|
+
"availability": "shipped",
|
|
203
|
+
"visibility": "public",
|
|
204
|
+
"participantFacing": true,
|
|
205
|
+
"public": true,
|
|
206
|
+
"sourcePath": "standards.json"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "release-anchor",
|
|
210
|
+
"name": "release-anchor",
|
|
211
|
+
"kind": "entrypoint",
|
|
212
|
+
"participantProfile": "release-system,agent-reader",
|
|
213
|
+
"availability": "shipped",
|
|
214
|
+
"visibility": "public",
|
|
215
|
+
"participantFacing": true,
|
|
216
|
+
"public": true,
|
|
217
|
+
"sourcePath": "kfd.release.json"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "site-bundle",
|
|
221
|
+
"name": "site-bundle",
|
|
222
|
+
"kind": "entrypoint",
|
|
223
|
+
"participantProfile": "site-consumer,agent-reader",
|
|
224
|
+
"availability": "shipped",
|
|
225
|
+
"visibility": "public",
|
|
226
|
+
"participantFacing": true,
|
|
227
|
+
"public": true,
|
|
228
|
+
"sourcePath": "site/kfd-site.json"
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"docs": [
|
|
232
|
+
{
|
|
233
|
+
"id": "doc:readme",
|
|
234
|
+
"sourcePath": "README.md",
|
|
235
|
+
"sha256": "f158b84881e44f32758b3ff0cc165f478bc1ab6596ad16fe941caeb51573a536"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "doc:docs-map",
|
|
239
|
+
"sourcePath": "docs/MAP.md",
|
|
240
|
+
"sha256": "8d4d498a737aa7e3cf490653bcd1d13bc32dc057b3d322ff4a84b25f31aae47b"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "doc:kfd-2-release-trust",
|
|
244
|
+
"sourcePath": "docs/kfd-2-release-trust.md",
|
|
245
|
+
"sha256": "90326ac403339d73cb4d3bf8a0d2e6ca33ff0988809bbc71c163cb459861ad5c"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"id": "doc:kfd-3-collaboration-interface",
|
|
249
|
+
"sourcePath": "docs/kfd-3-collaboration-interface.md",
|
|
250
|
+
"sha256": "63263cf25cca617ec51595b3f46ac2af541794449cfd34b3042ff657dcd7838a"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": "decision:kfd-1",
|
|
254
|
+
"sourcePath": "decisions/kfd-1.md",
|
|
255
|
+
"sha256": "2ef7438b0737009d36da248d2ecec5f788d46a93b184efadf5e2e31ca20254f0"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "decision:kfd-2",
|
|
259
|
+
"sourcePath": "decisions/kfd-2.md",
|
|
260
|
+
"sha256": "b8be7b7526dcec9ea501998056c55f546492abc4eb63484a9bb8856eb434b710"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "decision:kfd-3",
|
|
264
|
+
"sourcePath": "decisions/kfd-3.md",
|
|
265
|
+
"sha256": "e329bef41ab5cb689346333df317b39918ea1016424a872e438eea8090070b96"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"schemas": [
|
|
269
|
+
{
|
|
270
|
+
"id": "schema:kfd-standards",
|
|
271
|
+
"sourcePath": "schemas/kfd-standards.schema.json",
|
|
272
|
+
"sha256": "2ecc7049d13463700f143f4e8c40488d6587484c94d26e827c239eeedc892336"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "schema:kfd-1:contract-world",
|
|
276
|
+
"sourcePath": "schemas/kfd-1/contract-world.schema.json",
|
|
277
|
+
"sha256": "6be00cca75c80bf96429eb62336989d8931ea380d86388fcb8b834dcf8d3c13b"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"id": "schema:kfd-1:witness",
|
|
281
|
+
"sourcePath": "schemas/kfd-1/witness.schema.json",
|
|
282
|
+
"sha256": "50104a2962cb75cc1da634fa65553e993f87d8fb9b3c237f0609a2208ad4c1f3"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "schema:kfd-2:release-claims",
|
|
286
|
+
"sourcePath": "schemas/kfd-2/release-claims.schema.json",
|
|
287
|
+
"sha256": "cf90ef7d0a7c2abc33af0d97d793b7e9c3ed96335da0b79a082523139282963e"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": "schema:kfd-2:release-trust-passport",
|
|
291
|
+
"sourcePath": "schemas/kfd-2/release-trust-passport.schema.json",
|
|
292
|
+
"sha256": "92bdd34c0575d18240d1c8be12e86034209f54819048ead9617e7aa2e539aaef"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "schema:kfd-3:collaboration-interface",
|
|
296
|
+
"sourcePath": "schemas/kfd-3/collaboration-interface.schema.json",
|
|
297
|
+
"sha256": "03e8d54c08f26bf8aff570995142684b04f0c97578c5fb58d29bc9f1559206d6"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "schema:kfd-3:witness",
|
|
301
|
+
"sourcePath": "schemas/kfd-3/witness.schema.json",
|
|
302
|
+
"sha256": "cb80768ab8a4f90f86d256555b1995ddb516371ccbe291a8c28581fa371ccd10"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"standardsMetadata": [
|
|
306
|
+
{
|
|
307
|
+
"id": "metadata:registry",
|
|
308
|
+
"sourcePath": "registry.json",
|
|
309
|
+
"sha256": "b83cfadeb726e18f96ec4f7451c66091892f4964420dd81939d1120108991c38"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "metadata:standards",
|
|
313
|
+
"sourcePath": "standards.json",
|
|
314
|
+
"sha256": "394139c8915426e81eee7f7ea9f3d8209eb0e2b566ddadfccbddea2a3563585d"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"id": "metadata:release-impact",
|
|
318
|
+
"sourcePath": "release-impact.json",
|
|
319
|
+
"sha256": "2a2257f3f8ff03fa3091d74b1b7b9571231b223167bd646ff289d9848584edbc"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "metadata:release-anchor",
|
|
323
|
+
"sourcePath": "kfd.release.json",
|
|
324
|
+
"sha256": "d700e2011da213bb8ea7e2fa44c98163c52cd0843144b5744f4bf959c5b99c53"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "metadata:kfd-2-public-release-trust-claim",
|
|
328
|
+
"sourcePath": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
329
|
+
"sha256": "48c729d5c492edbea3cfdb814254b2b55923800256bab8e652ecad1178caaba4"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"packageExports": [
|
|
333
|
+
{
|
|
334
|
+
"id": "export:package-json",
|
|
335
|
+
"sourcePath": "package.json#exports",
|
|
336
|
+
"sha256": "60dad27afe2d609287718e72d3a7c4bbca2d393db3c4d615233a6ab622aaa002"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "export:npm-files",
|
|
340
|
+
"sourcePath": "package.json#files",
|
|
341
|
+
"sha256": "60dad27afe2d609287718e72d3a7c4bbca2d393db3c4d615233a6ab622aaa002"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"siteConsumptionContracts": [
|
|
345
|
+
{
|
|
346
|
+
"id": "site:kfd-site-bundle",
|
|
347
|
+
"sourcePath": "site/kfd-site.json",
|
|
348
|
+
"sha256": "16526aba11d87762fea41a19dd7bccd7e02a03b842144fda494c14fd1f6c565d"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": "site:release-propagation",
|
|
352
|
+
"sourcePath": "buildchain.release-propagation.json",
|
|
353
|
+
"sha256": "71f9b54b9e76111178635804615fb0b4600f3131a7871b7c7817395b708c6fb3"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"evidence": {
|
|
357
|
+
"minimalEntrypoints": [
|
|
358
|
+
{
|
|
359
|
+
"path": "README.md",
|
|
360
|
+
"sha256": "f158b84881e44f32758b3ff0cc165f478bc1ab6596ad16fe941caeb51573a536",
|
|
361
|
+
"description": "Start from the KFD worldview and current decision set."
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"path": "docs/MAP.md",
|
|
365
|
+
"sha256": "8d4d498a737aa7e3cf490653bcd1d13bc32dc057b3d322ff4a84b25f31aae47b",
|
|
366
|
+
"description": "Route readers and agents to the right KFD document or machine surface."
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"path": "registry.json",
|
|
370
|
+
"sha256": "b83cfadeb726e18f96ec4f7451c66091892f4964420dd81939d1120108991c38",
|
|
371
|
+
"description": "Consume the authoritative decision index."
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"path": "standards.json",
|
|
375
|
+
"sha256": "394139c8915426e81eee7f7ea9f3d8209eb0e2b566ddadfccbddea2a3563585d",
|
|
376
|
+
"description": "Discover KFD schema IDs, schema paths, concepts, and interface contracts."
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"path": "package.json#exports",
|
|
380
|
+
"sha256": "60dad27afe2d609287718e72d3a7c4bbca2d393db3c4d615233a6ab622aaa002",
|
|
381
|
+
"description": "Consume the shipped npm package surfaces."
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"path": "kfd.release.json",
|
|
385
|
+
"sha256": "d700e2011da213bb8ea7e2fa44c98163c52cd0843144b5744f4bf959c5b99c53",
|
|
386
|
+
"description": "Inspect the explicit KFD package version anchor for the current Buildchain release line."
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
390
|
+
"sha256": "48c729d5c492edbea3cfdb814254b2b55923800256bab8e652ecad1178caaba4",
|
|
391
|
+
"description": "Inspect the explicit public KFD-2 claim passed into Buildchain release passport generation."
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"path": "site/kfd-site.json",
|
|
395
|
+
"sha256": "16526aba11d87762fea41a19dd7bccd7e02a03b842144fda494c14fd1f6c565d",
|
|
396
|
+
"description": "Render KFD-owned site text and decision pages without duplicating extraction logic."
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"discoverability": [
|
|
400
|
+
{
|
|
401
|
+
"path": "README.md",
|
|
402
|
+
"sha256": "f158b84881e44f32758b3ff0cc165f478bc1ab6596ad16fe941caeb51573a536",
|
|
403
|
+
"description": "Human and agent entrypoint"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "docs/MAP.md",
|
|
407
|
+
"sha256": "8d4d498a737aa7e3cf490653bcd1d13bc32dc057b3d322ff4a84b25f31aae47b",
|
|
408
|
+
"description": "Documentation routing entrypoint"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"path": "registry.json",
|
|
412
|
+
"sha256": "b83cfadeb726e18f96ec4f7451c66091892f4964420dd81939d1120108991c38",
|
|
413
|
+
"description": "Machine-readable decision index"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"path": "standards.json",
|
|
417
|
+
"sha256": "394139c8915426e81eee7f7ea9f3d8209eb0e2b566ddadfccbddea2a3563585d",
|
|
418
|
+
"description": "Machine-readable standards metadata"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
422
|
+
"sha256": "48c729d5c492edbea3cfdb814254b2b55923800256bab8e652ecad1178caaba4",
|
|
423
|
+
"description": "KFD-2 public release trust claim"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"path": "package.json",
|
|
427
|
+
"sha256": "60dad27afe2d609287718e72d3a7c4bbca2d393db3c4d615233a6ab622aaa002",
|
|
428
|
+
"description": "Package export map"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"path": "site/kfd-site.json",
|
|
432
|
+
"sha256": "16526aba11d87762fea41a19dd7bccd7e02a03b842144fda494c14fd1f6c565d",
|
|
433
|
+
"description": "Site content projection"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"transparentConstraints": [
|
|
437
|
+
{
|
|
438
|
+
"path": "CONTRIBUTING.md",
|
|
439
|
+
"sha256": "188f752e89f3af4855e92b8c3dc379e41f1e326611ccaf8851977ee04c639606",
|
|
440
|
+
"description": "Append-only decision and contribution constraints"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"path": "scripts/check.mjs",
|
|
444
|
+
"sha256": "40bb6dfa9aef2cebe051f5183dce53aaae1ea6137b7c1abe6424baffac58db1c",
|
|
445
|
+
"description": "Repository self-verification gate"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"path": "site/kfd-site.json",
|
|
449
|
+
"sha256": "16526aba11d87762fea41a19dd7bccd7e02a03b842144fda494c14fd1f6c565d",
|
|
450
|
+
"description": "Site rendering boundary"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"choicePaths": [
|
|
454
|
+
{
|
|
455
|
+
"path": "README.md",
|
|
456
|
+
"sha256": "f158b84881e44f32758b3ff0cc165f478bc1ab6596ad16fe941caeb51573a536",
|
|
457
|
+
"description": "Human reading path"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"path": "registry.json",
|
|
461
|
+
"sha256": "b83cfadeb726e18f96ec4f7451c66091892f4964420dd81939d1120108991c38",
|
|
462
|
+
"description": "Agent registry path"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"path": "standards.json",
|
|
466
|
+
"sha256": "394139c8915426e81eee7f7ea9f3d8209eb0e2b566ddadfccbddea2a3563585d",
|
|
467
|
+
"description": "Agent standards metadata path"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
471
|
+
"sha256": "48c729d5c492edbea3cfdb814254b2b55923800256bab8e652ecad1178caaba4",
|
|
472
|
+
"description": "Agent release trust claim path"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"path": "package.json",
|
|
476
|
+
"sha256": "60dad27afe2d609287718e72d3a7c4bbca2d393db3c4d615233a6ab622aaa002",
|
|
477
|
+
"description": "Package consumption path"
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
"manuals": [
|
|
481
|
+
{
|
|
482
|
+
"path": "docs/MAP.md",
|
|
483
|
+
"sha256": "8d4d498a737aa7e3cf490653bcd1d13bc32dc057b3d322ff4a84b25f31aae47b"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"path": "docs/kfd-3-collaboration-interface.md",
|
|
487
|
+
"sha256": "63263cf25cca617ec51595b3f46ac2af541794449cfd34b3042ff657dcd7838a"
|
|
488
|
+
}
|
|
489
|
+
]
|
|
490
|
+
},
|
|
491
|
+
"closure": {
|
|
492
|
+
"classificationMode": "closed-world",
|
|
493
|
+
"reachableEntrypoints": [
|
|
494
|
+
"readme",
|
|
495
|
+
"docs-map",
|
|
496
|
+
"registry",
|
|
497
|
+
"standards",
|
|
498
|
+
"package-exports",
|
|
499
|
+
"release-anchor",
|
|
500
|
+
"kfd-2-public-release-trust-claim",
|
|
501
|
+
"site-bundle"
|
|
502
|
+
],
|
|
503
|
+
"classifiedEntrypoints": [
|
|
504
|
+
"readme",
|
|
505
|
+
"docs-map",
|
|
506
|
+
"registry",
|
|
507
|
+
"standards",
|
|
508
|
+
"package-exports",
|
|
509
|
+
"release-anchor",
|
|
510
|
+
"kfd-2-public-release-trust-claim",
|
|
511
|
+
"site-bundle"
|
|
512
|
+
],
|
|
513
|
+
"unclassifiedEntrypoints": []
|
|
514
|
+
},
|
|
515
|
+
"verifier": {
|
|
516
|
+
"name": "kfd self-verification",
|
|
517
|
+
"command": "node scripts/check.mjs"
|
|
518
|
+
},
|
|
519
|
+
"result": "pass"
|
|
520
|
+
}
|