@kungfu-tech/buildchain 4.0.2-alpha.16 → 4.0.2-alpha.18
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/architecture/ci-lane-change-budget.json +17 -0
- package/architecture/maintainability-debt.json +6 -6
- package/architecture/v4-release-topology.json +3 -6
- package/architecture/v4-universal-workflow-bootstrap.json +2 -13
- package/architecture/v4-universal-workflow-train-admission.json +2 -2
- package/contracts/buildchain-v2-residuals-v1.json +0 -54
- package/dist/site/buildchain-contract.json +6 -6
- package/dist/site/buildchain-site.json +7 -7
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/kfd-claims.json +5 -132
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +1 -1
- package/dist/site/node-api-registry.json +4 -4
- package/dist/site/page-registry.json +2 -2
- package/dist/site/public-surface-audit.json +3 -134
- package/dist/site/publication-authority-registry.json +1 -57
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +5 -5
- package/dist/site/workflow-registry.json +4 -195
- package/docs/node-api-reference.md +6 -6
- package/package.json +1 -1
- package/packages/core/buildchain-publication-authority.js +0 -2
- package/packages/core/v4-universal-workflow-bootstrap.js +2 -2
- package/scripts/check-inventory.mjs +13 -22
|
@@ -252,6 +252,23 @@
|
|
|
252
252
|
"rationale": "The recovery surface is a one-way adapter into the same canonical publisher."
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"laneId": ".github/workflows/buildchain-ref-promotion.yml#classify-workflow-run",
|
|
257
|
+
"authorityClass": "evidence",
|
|
258
|
+
"triggerClass": "mixed",
|
|
259
|
+
"concurrencyPolicy": {
|
|
260
|
+
"mode": "none",
|
|
261
|
+
"cancelInProgress": false
|
|
262
|
+
},
|
|
263
|
+
"expectedRunnerMinutes": 2,
|
|
264
|
+
"cancellationBehavior": "finish-started",
|
|
265
|
+
"sloImpact": {
|
|
266
|
+
"mergeCritical": false,
|
|
267
|
+
"metric": "Alpha finalization classification latency",
|
|
268
|
+
"expectedContributionSeconds": 0,
|
|
269
|
+
"rationale": "The read-only classifier binds the verified head to exact product state before suppressing a duplicate publication transaction."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
255
272
|
{
|
|
256
273
|
"laneId": ".github/workflows/buildchain-ref-promotion.yml#promote",
|
|
257
274
|
"authorityClass": "release",
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64431,
|
|
11
|
+
"current": 56370
|
|
12
12
|
},
|
|
13
13
|
"defaults": {
|
|
14
14
|
"owner": "Buildchain architecture maintainers",
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
"lines": 1515
|
|
1271
1271
|
},
|
|
1272
1272
|
"current": {
|
|
1273
|
-
"lines":
|
|
1273
|
+
"lines": 1474
|
|
1274
1274
|
},
|
|
1275
1275
|
"target": {
|
|
1276
1276
|
"lines": 600
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
2218
|
"current": {
|
|
2219
|
-
"lines":
|
|
2219
|
+
"lines": 2738,
|
|
2220
2220
|
"functions": {
|
|
2221
2221
|
"<anonymous@1559>@1559": {
|
|
2222
2222
|
"lines": 206
|
|
@@ -2948,7 +2948,7 @@
|
|
|
2948
2948
|
"lines": 2736
|
|
2949
2949
|
},
|
|
2950
2950
|
"current": {
|
|
2951
|
-
"lines":
|
|
2951
|
+
"lines": 1215
|
|
2952
2952
|
},
|
|
2953
2953
|
"target": {
|
|
2954
2954
|
"lines": 600
|
|
@@ -3155,7 +3155,7 @@
|
|
|
3155
3155
|
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
3156
3156
|
"metric": "lines",
|
|
3157
3157
|
"baseline": 2736,
|
|
3158
|
-
"current":
|
|
3158
|
+
"current": 1215
|
|
3159
3159
|
},
|
|
3160
3160
|
{
|
|
3161
3161
|
"domain": "sources",
|
|
@@ -14,11 +14,7 @@
|
|
|
14
14
|
".github/workflows/.declarative-auditable-demo.yml",
|
|
15
15
|
".github/workflows/.publication-authority.yml",
|
|
16
16
|
".github/workflows/.release-candidate-promote.yml",
|
|
17
|
-
".github/workflows/.release-elastic-beanstalk.yml",
|
|
18
|
-
".github/workflows/.release-new-version.yml",
|
|
19
|
-
".github/workflows/.sam-release.yml",
|
|
20
17
|
".github/workflows/.web-surface.yml",
|
|
21
|
-
".github/workflows/.wheel-release.yml",
|
|
22
18
|
".github/workflows/auditable-demo.yml",
|
|
23
19
|
".github/workflows/binary-release-assets.yml",
|
|
24
20
|
".github/workflows/build-surface-fixture.yml",
|
|
@@ -267,6 +263,7 @@
|
|
|
267
263
|
"path": ".github/workflows/buildchain-ref-promotion.yml",
|
|
268
264
|
"triggers": ["workflow_dispatch", "workflow_run:completed"],
|
|
269
265
|
"jobs": [
|
|
266
|
+
"classify-workflow-run|runner|-|read|-|-|-",
|
|
270
267
|
"promote|reusable-call|kungfu-systems/buildchain/.github/workflows/.release-candidate-promote.yml@v4-alpha|write|write|-|contents-write,oidc-write",
|
|
271
268
|
"reject-invalid-candidate-recovery|runner|-|read|-|-|-",
|
|
272
269
|
"reject-invalid-durable-recovery|runner|-|read|-|-|-",
|
|
@@ -300,8 +297,8 @@
|
|
|
300
297
|
}
|
|
301
298
|
],
|
|
302
299
|
"metrics": {
|
|
303
|
-
"workflowCount":
|
|
304
|
-
"jobCount":
|
|
300
|
+
"workflowCount": 33,
|
|
301
|
+
"jobCount": 89,
|
|
305
302
|
"reusableEdgeCount": 23,
|
|
306
303
|
"mutationRelevantNodeCount": 74,
|
|
307
304
|
"contentsWriteJobCount": 14,
|
|
@@ -76,16 +76,11 @@
|
|
|
76
76
|
".github/workflows/.gate-profile.yml",
|
|
77
77
|
".github/workflows/.publication-authority.yml",
|
|
78
78
|
".github/workflows/.release-candidate-promote.yml",
|
|
79
|
-
".github/workflows/.release-docker.yml",
|
|
80
|
-
".github/workflows/.release-elastic-beanstalk.yml",
|
|
81
|
-
".github/workflows/.release-new-version.yml",
|
|
82
79
|
".github/workflows/.release-verify.yml",
|
|
83
|
-
".github/workflows/.sam-release.yml",
|
|
84
80
|
".github/workflows/.sam-verify.yml",
|
|
85
81
|
".github/workflows/.sync-release-page.yml",
|
|
86
82
|
".github/workflows/.sync-remote-git.yml",
|
|
87
83
|
".github/workflows/.web-surface.yml",
|
|
88
|
-
".github/workflows/.wheel-release.yml",
|
|
89
84
|
".github/workflows/.wheel-verify.yml",
|
|
90
85
|
".github/workflows/bootstrap.yml",
|
|
91
86
|
".github/workflows/build.yml",
|
|
@@ -115,13 +110,7 @@
|
|
|
115
110
|
".github/workflows/v4-stage-capsule-canary.yml",
|
|
116
111
|
".github/workflows/v4-tail-reseal.yml"
|
|
117
112
|
],
|
|
118
|
-
"retiredWorkflowSurfaces": [
|
|
119
|
-
".github/workflows/.release-docker.yml",
|
|
120
|
-
".github/workflows/.release-elastic-beanstalk.yml",
|
|
121
|
-
".github/workflows/.release-new-version.yml",
|
|
122
|
-
".github/workflows/.sam-release.yml",
|
|
123
|
-
".github/workflows/.wheel-release.yml"
|
|
124
|
-
],
|
|
113
|
+
"retiredWorkflowSurfaces": [],
|
|
125
114
|
"bootstrapGovernedWorkflows": [
|
|
126
115
|
".github/workflows/.auditable-demo.yml",
|
|
127
116
|
".github/workflows/.binary-release-assets.yml",
|
|
@@ -166,7 +155,7 @@
|
|
|
166
155
|
],
|
|
167
156
|
"migration": {
|
|
168
157
|
"compatibilityFacadeGenerator": "scripts/generate-v4-universal-workflow-facades.mjs",
|
|
169
|
-
"facadeSourceRevision": "
|
|
158
|
+
"facadeSourceRevision": "7f9ce215cf05bfd6b190624bfc1de8545065767d",
|
|
170
159
|
"channelGeneratedFacades": [
|
|
171
160
|
".github/workflows/build.yml",
|
|
172
161
|
".github/workflows/release-candidate-promote.yml"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"statuses": "write"
|
|
24
24
|
},
|
|
25
25
|
"contractRoots": [
|
|
26
|
-
"sha256:
|
|
27
|
-
"sha256:
|
|
26
|
+
"sha256:00609cb90d5abb76801ff66235606da025c6be5b071a6e69c1f87dda69cc45e6",
|
|
27
|
+
"sha256:0b3e13541e5e1b11b1f6f719ee45fa5828f17de41cd832895ff9b15add03a98b",
|
|
28
28
|
"sha256:65a0c2fc3faecaddf5076fff086b5d6e12eb9ba27796efc10aed19f2d93b9457",
|
|
29
29
|
"sha256:7ca5dffff9eaff8b9265d35c7d8573b8cedd56a69dc26c12e4a5c26e723412b0",
|
|
30
30
|
"sha256:83d6b141d3c60ac5b861029a7c6241ee0ca8e6674dd346d27d476151dd16ea6c",
|
|
@@ -16,33 +16,6 @@
|
|
|
16
16
|
"owner": "buildchain-maintainers",
|
|
17
17
|
"sunsetCondition": "Remove after every known caller migrates to the lifecycle version command."
|
|
18
18
|
},
|
|
19
|
-
{
|
|
20
|
-
"path": ".github/workflows/.release-docker.yml",
|
|
21
|
-
"token": "workflows v2 Docker release path is retired",
|
|
22
|
-
"expectedOccurrences": 1,
|
|
23
|
-
"classification": "retired-path-tombstone",
|
|
24
|
-
"callerStatus": "fail-closed",
|
|
25
|
-
"owner": "buildchain-maintainers",
|
|
26
|
-
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"path": ".github/workflows/.release-elastic-beanstalk.yml",
|
|
30
|
-
"token": "workflows v2 Elastic Beanstalk release path is retired",
|
|
31
|
-
"expectedOccurrences": 1,
|
|
32
|
-
"classification": "retired-path-tombstone",
|
|
33
|
-
"callerStatus": "fail-closed",
|
|
34
|
-
"owner": "buildchain-maintainers",
|
|
35
|
-
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"path": ".github/workflows/.release-new-version.yml",
|
|
39
|
-
"token": "default: \"v2\"",
|
|
40
|
-
"expectedOccurrences": 1,
|
|
41
|
-
"classification": "retired-input-tombstone",
|
|
42
|
-
"callerStatus": "fail-closed-unused-input",
|
|
43
|
-
"owner": "buildchain-maintainers",
|
|
44
|
-
"sunsetCondition": "Remove with the retired workflow input compatibility surface."
|
|
45
|
-
},
|
|
46
19
|
{
|
|
47
20
|
"path": ".github/workflows/.release-verify.yml",
|
|
48
21
|
"token": "workflows v2",
|
|
@@ -52,15 +25,6 @@
|
|
|
52
25
|
"owner": "buildchain-maintainers",
|
|
53
26
|
"sunsetCondition": "Remove each message with its corresponding retired input or path."
|
|
54
27
|
},
|
|
55
|
-
{
|
|
56
|
-
"path": ".github/workflows/.sam-release.yml",
|
|
57
|
-
"token": "workflows v2 SAM release path is retired",
|
|
58
|
-
"expectedOccurrences": 1,
|
|
59
|
-
"classification": "retired-path-tombstone",
|
|
60
|
-
"callerStatus": "fail-closed",
|
|
61
|
-
"owner": "buildchain-maintainers",
|
|
62
|
-
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
63
|
-
},
|
|
64
28
|
{
|
|
65
29
|
"path": ".github/workflows/.sam-verify.yml",
|
|
66
30
|
"token": "kungfu-systems/buildchain/actions/bump-version@v2",
|
|
@@ -88,15 +52,6 @@
|
|
|
88
52
|
"owner": "buildchain-maintainers",
|
|
89
53
|
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
90
54
|
},
|
|
91
|
-
{
|
|
92
|
-
"path": ".github/workflows/.wheel-release.yml",
|
|
93
|
-
"token": "workflows v2 wheel release path is retired",
|
|
94
|
-
"expectedOccurrences": 1,
|
|
95
|
-
"classification": "retired-path-tombstone",
|
|
96
|
-
"callerStatus": "fail-closed",
|
|
97
|
-
"owner": "buildchain-maintainers",
|
|
98
|
-
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
99
|
-
},
|
|
100
55
|
{
|
|
101
56
|
"path": ".github/workflows/.wheel-verify.yml",
|
|
102
57
|
"token": "kungfu-systems/buildchain/actions/publish-prebuilt@v2",
|
|
@@ -123,15 +78,6 @@
|
|
|
123
78
|
"callerStatus": "manual-no-publish-report-only",
|
|
124
79
|
"owner": "buildchain-maintainers",
|
|
125
80
|
"sunsetCondition": "Remove after the legacy workflows comparison lane is formally retired."
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"path": ".github/workflows/schedule-purge-artifacts.yml",
|
|
129
|
-
"token": "not shipped in buildchain v2",
|
|
130
|
-
"expectedOccurrences": 1,
|
|
131
|
-
"classification": "retired-path-tombstone",
|
|
132
|
-
"callerStatus": "fail-closed",
|
|
133
|
-
"owner": "buildchain-maintainers",
|
|
134
|
-
"sunsetCondition": "Remove only after the compatibility workflow entry itself is removed."
|
|
135
81
|
}
|
|
136
82
|
]
|
|
137
83
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.0.2-alpha.
|
|
7
|
+
"version": "4.0.2-alpha.18",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
"resume-from-candidate-run is fail-closed and uses a fresh caller event instead of rerunning a frozen startup graph"
|
|
1647
1647
|
],
|
|
1648
1648
|
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5",
|
|
1649
|
-
"auditDigest": "sha256:
|
|
1649
|
+
"auditDigest": "sha256:210ea08ce25f27bb56bca50291c7280d6c65f3405c56a2b7d3b21cbb0f620f38",
|
|
1650
1650
|
"compatibleBreakingDigests": [
|
|
1651
1651
|
"sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
1652
1652
|
],
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
2258
2258
|
],
|
|
2259
2259
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
2260
|
-
"auditDigest": "sha256:
|
|
2260
|
+
"auditDigest": "sha256:c1ec30c307c41fc2764833c33d9cbb2534be72549ae35bf3cb6970aa9d111ee4"
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
2263
|
"contractVersion": 1,
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
2280
2280
|
],
|
|
2281
2281
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
2282
|
-
"auditDigest": "sha256:
|
|
2282
|
+
"auditDigest": "sha256:d6da8a9f3530ddfd168b6a2e344ef6fd6fef9dff3b5789494ebd648619e56023"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"contractVersion": 1,
|
|
@@ -5213,7 +5213,7 @@
|
|
|
5213
5213
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
5214
5214
|
],
|
|
5215
5215
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
5216
|
-
"auditDigest": "sha256:
|
|
5216
|
+
"auditDigest": "sha256:210ea08ce25f27bb56bca50291c7280d6c65f3405c56a2b7d3b21cbb0f620f38"
|
|
5217
5217
|
},
|
|
5218
5218
|
{
|
|
5219
5219
|
"contractVersion": 1,
|
|
@@ -5444,5 +5444,5 @@
|
|
|
5444
5444
|
"compatibilityFactCutRoot": "sha256:f61b975d4a96c921cc4bd37fb3ed9a0596b47004fe34dc7219979d697e3707f9",
|
|
5445
5445
|
"compatibilityProofRegistryRoot": "sha256:b7194b811e4d3af2df4390bc4d1731e16a86215bd64ee18cb630dd5492f4fb63",
|
|
5446
5446
|
"compatibilityDigest": "sha256:20411029d83211dff426fb6535a608902129844a5ccb4788db77d3f81becb839",
|
|
5447
|
-
"contractDigest": "sha256:
|
|
5447
|
+
"contractDigest": "sha256:c4229b90af47dcb0c9185125eccf3f7efce2864193a9965c33bc3265e5e7443d"
|
|
5448
5448
|
}
|