@kungfu-tech/kfd 1.0.0-alpha.4 → 1.0.0-alpha.7
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 +8 -8
- package/.buildchain/kfd-3/collaboration-interface.artifact.json +443 -0
- package/.buildchain/kfd-3/collaboration-interface.json +260 -0
- package/.buildchain/kfd-3/collaboration-interface.prebuild.json +717 -0
- package/buildchain.release-propagation.json +9 -2
- package/kfd.release.json +13 -0
- package/package.json +11 -2
- package/release-impact.json +59 -0
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"id": "site-libkungfu-dev",
|
|
12
12
|
"repository": "kungfu-systems/site-libkungfu-dev",
|
|
13
13
|
"lockPath": "buildchain.upstreams/kfd.release.json",
|
|
14
|
-
"baseRef": "
|
|
14
|
+
"baseRef": "main"
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"edges": [
|
|
@@ -19,7 +19,14 @@
|
|
|
19
19
|
"id": "kfd-to-site-libkungfu-dev",
|
|
20
20
|
"from": "kfd",
|
|
21
21
|
"to": "site-libkungfu-dev",
|
|
22
|
-
"channelPolicy": "preserve"
|
|
22
|
+
"channelPolicy": "preserve",
|
|
23
|
+
"consumes": [
|
|
24
|
+
"@kungfu-tech/kfd",
|
|
25
|
+
"site/kfd-site.json",
|
|
26
|
+
"registry.json",
|
|
27
|
+
"standards.json",
|
|
28
|
+
"decisions/*.md"
|
|
29
|
+
]
|
|
23
30
|
}
|
|
24
31
|
]
|
|
25
32
|
}
|
package/kfd.release.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"contract": "kfd-release-anchor",
|
|
4
|
+
"line": "v1.0",
|
|
5
|
+
"channel": "alpha",
|
|
6
|
+
"npmPackage": "@kungfu-tech/kfd",
|
|
7
|
+
"npmVersion": "1.0.0-alpha.7",
|
|
8
|
+
"source": {
|
|
9
|
+
"repository": "kungfu-systems/kfd",
|
|
10
|
+
"branch": "alpha/v1/v1.0"
|
|
11
|
+
},
|
|
12
|
+
"rationale": "KFD uses an anchored/manual Buildchain mode: the public package version is an explicit release fact, while the outer KFD line remains v1.0."
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungfu-tech/kfd",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.7",
|
|
4
4
|
"description": "Kung Fu Decisions (KFD): the kungfu-systems organization-wide decision registry, as a consumable artifact",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"files": [
|
|
@@ -8,10 +8,13 @@
|
|
|
8
8
|
"decisions",
|
|
9
9
|
"registry.json",
|
|
10
10
|
"standards.json",
|
|
11
|
+
"kfd.release.json",
|
|
11
12
|
"schemas",
|
|
12
13
|
"site",
|
|
13
14
|
"buildchain.release-propagation.json",
|
|
15
|
+
"release-impact.json",
|
|
14
16
|
".buildchain/kfd-1/contract-world.witness.json",
|
|
17
|
+
".buildchain/kfd-3",
|
|
15
18
|
"docs"
|
|
16
19
|
],
|
|
17
20
|
"exports": {
|
|
@@ -19,16 +22,22 @@
|
|
|
19
22
|
"./README.md": "./README.md",
|
|
20
23
|
"./registry.json": "./registry.json",
|
|
21
24
|
"./standards.json": "./standards.json",
|
|
25
|
+
"./kfd.release.json": "./kfd.release.json",
|
|
22
26
|
"./site/kfd-site.json": "./site/kfd-site.json",
|
|
23
27
|
"./buildchain.release-propagation.json": "./buildchain.release-propagation.json",
|
|
28
|
+
"./release-impact.json": "./release-impact.json",
|
|
24
29
|
"./buildchain/kfd-1/contract-world.witness.json": "./.buildchain/kfd-1/contract-world.witness.json",
|
|
30
|
+
"./buildchain/kfd-3/collaboration-interface.json": "./.buildchain/kfd-3/collaboration-interface.json",
|
|
31
|
+
"./buildchain/kfd-3/collaboration-interface.prebuild.json": "./.buildchain/kfd-3/collaboration-interface.prebuild.json",
|
|
32
|
+
"./buildchain/kfd-3/collaboration-interface.artifact.json": "./.buildchain/kfd-3/collaboration-interface.artifact.json",
|
|
25
33
|
"./schemas/*.json": "./schemas/*.json",
|
|
26
34
|
"./schemas/*/*.json": "./schemas/*/*.json",
|
|
27
35
|
"./decisions/*.md": "./decisions/*.md",
|
|
28
36
|
"./docs/*": "./docs/*"
|
|
29
37
|
},
|
|
30
38
|
"scripts": {
|
|
31
|
-
"check": "node scripts/check.mjs"
|
|
39
|
+
"check": "node scripts/check.mjs",
|
|
40
|
+
"update:kfd-3-witness": "node scripts/update-kfd-3-witness.mjs"
|
|
32
41
|
},
|
|
33
42
|
"publishConfig": {
|
|
34
43
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"contract": "kungfu-buildchain-impact",
|
|
4
|
+
"release": {
|
|
5
|
+
"line": "v1.0",
|
|
6
|
+
"channel": "release",
|
|
7
|
+
"targetRef": "release/v1/v1.0"
|
|
8
|
+
},
|
|
9
|
+
"versionImpact": {
|
|
10
|
+
"final": "minor",
|
|
11
|
+
"source": "kfd-surface-register",
|
|
12
|
+
"rationale": "This change additively registers KFD-owned standards metadata, KFD-2 release trust schemas, KFD-3 collaboration-interface schemas, KFD-3 self-verification witnesses, and KFD-1 document/interface integrity bindings while keeping existing registry and decision surfaces compatible."
|
|
13
|
+
},
|
|
14
|
+
"surfaceImpacts": [
|
|
15
|
+
{
|
|
16
|
+
"id": "kfd-content",
|
|
17
|
+
"impact": "patch",
|
|
18
|
+
"class": "content",
|
|
19
|
+
"rationale": "KFD documents are append-only content coordinates; current decision text changes do not alter a machine-consumed surface."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "kfd-registry-schema",
|
|
23
|
+
"impact": "patch",
|
|
24
|
+
"class": "compatible",
|
|
25
|
+
"rationale": "registry.json keeps schemaVersion 1 and the existing entry shape, including number, id, slug, title, kind, status, path, and url; slug and path values are stable number coordinates."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "kfd-standards-metadata",
|
|
29
|
+
"impact": "minor",
|
|
30
|
+
"class": "additive",
|
|
31
|
+
"rationale": "standards.json and schemas/ add KFD-2 release-claims and release-trust-passport schema IDs, explicit KFD-1/2/3 interface versions, KFD document SHA-256 bindings, and KFD-owned concept names for downstream consumers."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "kfd-package-structure",
|
|
35
|
+
"impact": "minor",
|
|
36
|
+
"class": "additive",
|
|
37
|
+
"rationale": "The npm package now also publishes KFD-2 schemas, KFD-2 documentation, and KFD-3 self collaboration-interface witnesses through existing schemas/, docs/, standards.json, .buildchain/, and subpath exports while preserving existing README.md, decisions/, registry.json, and site/ paths."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "kfd-3-self-collaboration",
|
|
41
|
+
"impact": "minor",
|
|
42
|
+
"class": "release-passport",
|
|
43
|
+
"rationale": "KFD now declares its own participant-facing collaboration interface and ships pre-build plus artifact-side KFD-3 witnesses so Buildchain can audit interface closure in the release passport."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "kfd-release-anchor",
|
|
47
|
+
"impact": "minor",
|
|
48
|
+
"class": "release-governance",
|
|
49
|
+
"rationale": "KFD now declares its package version through an anchored/manual release manifest so package version state is an explicit release fact rather than an auto-derived Buildchain side effect."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "kfd-release-propagation",
|
|
53
|
+
"impact": "patch",
|
|
54
|
+
"class": "compatible",
|
|
55
|
+
"rationale": "The KFD to site-libkungfu-dev propagation graph now targets the downstream site's actual main branch and documents the exact KFD package surfaces consumed by kfd.libkungfu.dev, without changing the release propagation graph contract."
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"summary": "KFD v1.0 production promotion is minor-impact because it additively exposes KFD-2 release trust metadata, KFD-1/2/3 interface version metadata, KFD-3 self-verification witnesses, document integrity bindings, and a corrected site release-propagation target for Buildchain and other consumers; existing registry, decision text, site bundle, and propagation graph contracts remain compatible."
|
|
59
|
+
}
|