@kungfu-tech/buildchain 4.0.0 → 4.0.1-alpha.2

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.
Files changed (69) hide show
  1. package/AGENTS.md +13 -5
  2. package/actions/promote-buildchain-ref/README.md +11 -6
  3. package/architecture/internal-capabilities.json +11 -2
  4. package/architecture/maintainability-policy.json +149 -17
  5. package/architecture/v4-floating-consumer-policy.json +75 -0
  6. package/architecture/v4-floating-consumer-policy.md +32 -0
  7. package/architecture/v4-runtime-ref-resume-authority.json +64 -0
  8. package/architecture/v4-stage-capsule-qualification.json +2 -2
  9. package/bin/internal/trust-release-release-handlers.mjs +5 -0
  10. package/contracts/fixtures/v4-floating-consumer-policy-v1/cases.json +53 -0
  11. package/contracts/fixtures/v4-runtime-ref-resume-authority-v1/scenario.json +15 -0
  12. package/contracts/v4-floating-consumer-policy-receipt-v1.schema.json +105 -0
  13. package/contracts/v4-runtime-ref-resume-authority-v1.schema.json +235 -0
  14. package/dist/site/buildchain-contract.json +101 -31
  15. package/dist/site/buildchain-site.json +73 -27
  16. package/dist/site/capability-registry.json +3 -3
  17. package/dist/site/controller-registry.json +62 -6
  18. package/dist/site/kfd-claims.json +68 -13
  19. package/dist/site/kfd-upstream-aggregate.json +1 -1
  20. package/dist/site/manual-registry.json +6 -6
  21. package/dist/site/node-api-registry.json +799 -127
  22. package/dist/site/page-registry.json +63 -17
  23. package/dist/site/public-surface-audit.json +49 -17
  24. package/dist/site/publication-registry.json +4 -4
  25. package/dist/site/release-provenance.json +2 -0
  26. package/dist/site/site-manifest.json +10 -10
  27. package/dist/site/workflow-registry.json +46 -18
  28. package/docs/MAP.md +2 -0
  29. package/docs/dev-delivery-warrant.md +19 -1
  30. package/docs/lifecycle-protocol.md +41 -0
  31. package/docs/node-api-reference.md +207 -134
  32. package/docs/reusable-build-surface.md +41 -0
  33. package/docs/runtime-train-validation.md +10 -0
  34. package/docs/v4-runtime-ref-resume-authority.md +69 -0
  35. package/docs/versioning.md +1 -0
  36. package/package.json +6 -4
  37. package/packages/core/artifact-signing.js +61 -0
  38. package/packages/core/buildchain-config.js +66 -1
  39. package/packages/core/dev-delivery-proof.js +37 -3
  40. package/packages/core/dev-delivery-warrant.js +3 -3
  41. package/packages/core/index.js +2 -0
  42. package/packages/core/publication-authority.js +5 -5
  43. package/packages/core/release-candidate.js +79 -19
  44. package/packages/core/release-passport.js +239 -33
  45. package/packages/core/v4-floating-consumer-evidence.js +324 -0
  46. package/packages/core/v4-floating-consumer-policy.js +446 -0
  47. package/packages/core/v4-floating-consumer-release-passport.js +126 -0
  48. package/packages/core/v4-runtime-ref-resume-authority.js +625 -0
  49. package/packages/core/v4-runtime-selector-persistence.js +228 -0
  50. package/packages/core/workflow-yaml-contract.js +48 -0
  51. package/scripts/audit-publication-control-plane.mjs +31 -31
  52. package/scripts/check-inventory.mjs +1 -1
  53. package/scripts/check-v4-floating-consumer-policy-contract.mjs +198 -0
  54. package/scripts/check-v4-public-dogfood-contract.mjs +6 -11
  55. package/scripts/dev-delivery-source-proof-reuse.mjs +631 -0
  56. package/scripts/dev-pr-auto-merge.mjs +37 -48
  57. package/scripts/dev-pr-delivery-warrant.mjs +205 -2
  58. package/scripts/dev-pr-prequeue-guard.mjs +399 -0
  59. package/scripts/ensure-github-release.mjs +3 -3
  60. package/scripts/generate-channel-build-workflow.mjs +3 -0
  61. package/scripts/generate-channel-promotion-workflow.mjs +112 -12
  62. package/scripts/generate-release-candidate-passport.mjs +41 -33
  63. package/scripts/init-repo.mjs +5 -1
  64. package/scripts/inspect-artifact-signing-requests.mjs +6 -0
  65. package/scripts/npm-publish-transaction.mjs +101 -89
  66. package/scripts/resume-from-candidate-run.mjs +11 -14
  67. package/scripts/seal-artifact-signing-requests.mjs +6 -0
  68. package/scripts/site-capability-metadata.mjs +2 -0
  69. package/scripts/v4-consumer-policy.mjs +231 -0
@@ -15,7 +15,7 @@
15
15
  "maturity": "stable",
16
16
  "counts": {
17
17
  "manualCount": 4,
18
- "pageCount": 13,
18
+ "pageCount": 14,
19
19
  "cliCommandCount": 9,
20
20
  "nodeApiCount": 0,
21
21
  "workflowCount": 0,
@@ -51,7 +51,7 @@
51
51
  "manualCount": 7,
52
52
  "pageCount": 8,
53
53
  "cliCommandCount": 26,
54
- "nodeApiCount": 15,
54
+ "nodeApiCount": 16,
55
55
  "workflowCount": 4,
56
56
  "actionCount": 3
57
57
  },
@@ -255,7 +255,7 @@
255
255
  "manualCount": 9,
256
256
  "pageCount": 15,
257
257
  "cliCommandCount": 12,
258
- "nodeApiCount": 9,
258
+ "nodeApiCount": 10,
259
259
  "workflowCount": 20,
260
260
  "actionCount": 0
261
261
  },
@@ -32,6 +32,26 @@
32
32
  "classification": "included",
33
33
  "source": "workflow-call-input"
34
34
  },
35
+ "source-proof-closure-paths-json": {
36
+ "classification": "digest-only",
37
+ "source": "workflow-call-input"
38
+ },
39
+ "source-proof-dependency-paths-json": {
40
+ "classification": "digest-only",
41
+ "source": "workflow-call-input"
42
+ },
43
+ "source-proof-policy-paths-json": {
44
+ "classification": "digest-only",
45
+ "source": "workflow-call-input"
46
+ },
47
+ "source-proof-required-contexts-json": {
48
+ "classification": "digest-only",
49
+ "source": "workflow-call-input"
50
+ },
51
+ "source-proof-reuse": {
52
+ "classification": "included",
53
+ "source": "workflow-call-input"
54
+ },
35
55
  "upload-artifacts": {
36
56
  "classification": "included",
37
57
  "source": "workflow-call-input"
@@ -74,7 +94,7 @@
74
94
  "controller-receipt"
75
95
  ]
76
96
  },
77
- "digest": "sha256:373723a73d188194d389dee04c394d3b79cb0c016a370f2f5d0f60979a02ed48"
97
+ "digest": "sha256:91aeff9ffcc598918626c24850a00063a79ddf26aa48702fa22e7dce8c761968"
78
98
  },
79
99
  {
80
100
  "schemaVersion": 1,
@@ -230,6 +250,10 @@
230
250
  "classification": "included",
231
251
  "source": "workflow-call-input"
232
252
  },
253
+ "buildchain-visible-workflow": {
254
+ "classification": "included",
255
+ "source": "workflow-call-input"
256
+ },
233
257
  "cache-dependency-lock-root": {
234
258
  "classification": "included",
235
259
  "source": "workflow-call-input"
@@ -532,7 +556,7 @@
532
556
  "controller-receipt"
533
557
  ]
534
558
  },
535
- "digest": "sha256:18bd484d8425b54ad533adde64f874c151a0a90de878c5498cfb99709cb53ea3"
559
+ "digest": "sha256:03677ba50080b3813a20004c41802e340368e4d225782fae194e3722c763bd01"
536
560
  },
537
561
  {
538
562
  "schemaVersion": 1,
@@ -700,6 +724,10 @@
700
724
  "classification": "digest-only",
701
725
  "source": "workflow-call-input"
702
726
  },
727
+ "buildchain-visible-workflow": {
728
+ "classification": "included",
729
+ "source": "workflow-call-input"
730
+ },
703
731
  "cache-dependency-lock-root": {
704
732
  "classification": "included",
705
733
  "source": "workflow-call-input"
@@ -986,7 +1014,7 @@
986
1014
  "controller-receipt"
987
1015
  ]
988
1016
  },
989
- "digest": "sha256:47b73fb19d61c06911278ce99f8433596a8539097fdc18fe11f05b0d3c2109c0"
1017
+ "digest": "sha256:45978a572cf3ce57b48e5c3190761ad4fbeedc8e75ea0dae2e66ea5a980282df"
990
1018
  },
991
1019
  {
992
1020
  "schemaVersion": 1,
@@ -1395,6 +1423,10 @@
1395
1423
  "classification": "digest-only",
1396
1424
  "source": "workflow-call-input"
1397
1425
  },
1426
+ "buildchain-alpha-contract-lock-path": {
1427
+ "classification": "digest-only",
1428
+ "source": "workflow-call-input"
1429
+ },
1398
1430
  "buildchain-contract-compatibility-policy": {
1399
1431
  "classification": "included",
1400
1432
  "source": "workflow-call-input"
@@ -1415,6 +1447,10 @@
1415
1447
  "classification": "included",
1416
1448
  "source": "workflow-call-input"
1417
1449
  },
1450
+ "buildchain-stable-contract-lock-path": {
1451
+ "classification": "digest-only",
1452
+ "source": "workflow-call-input"
1453
+ },
1418
1454
  "node-version": {
1419
1455
  "classification": "included",
1420
1456
  "source": "workflow-call-input"
@@ -1498,7 +1534,7 @@
1498
1534
  "controller-receipt"
1499
1535
  ]
1500
1536
  },
1501
- "digest": "sha256:6b132790b9798e8a5dfbe095701d8e024c160a08bc7c4bd477ee79feef7a9cfd"
1537
+ "digest": "sha256:e48bb7719886d3949d63ec69d638264b20c7de8a70ee2db3cca78d4369f5a41e"
1502
1538
  },
1503
1539
  {
1504
1540
  "schemaVersion": 1,
@@ -1775,6 +1811,10 @@
1775
1811
  "classification": "included",
1776
1812
  "source": "workflow-call-input"
1777
1813
  },
1814
+ "buildchain-alpha-contract-lock-path": {
1815
+ "classification": "digest-only",
1816
+ "source": "workflow-call-input"
1817
+ },
1778
1818
  "buildchain-contract-compatibility-policy": {
1779
1819
  "classification": "included",
1780
1820
  "source": "workflow-call-input"
@@ -1815,6 +1855,10 @@
1815
1855
  "classification": "included",
1816
1856
  "source": "workflow-call-input"
1817
1857
  },
1858
+ "buildchain-stable-contract-lock-path": {
1859
+ "classification": "digest-only",
1860
+ "source": "workflow-call-input"
1861
+ },
1818
1862
  "channel": {
1819
1863
  "classification": "included",
1820
1864
  "source": "workflow-call-input"
@@ -1887,6 +1931,14 @@
1887
1931
  "classification": "included",
1888
1932
  "source": "workflow-call-input"
1889
1933
  },
1934
+ "promotion-runtime-authorization-json": {
1935
+ "classification": "digest-only",
1936
+ "source": "workflow-call-input"
1937
+ },
1938
+ "promotion-runtime-authorization-root": {
1939
+ "classification": "included",
1940
+ "source": "workflow-call-input"
1941
+ },
1890
1942
  "promotion-runtime-ref": {
1891
1943
  "classification": "included",
1892
1944
  "source": "workflow-call-input"
@@ -2147,6 +2199,10 @@
2147
2199
  "classification": "included",
2148
2200
  "source": "workflow-call-input"
2149
2201
  },
2202
+ "release-passport-v4-runtime-resume-evidence-json": {
2203
+ "classification": "digest-only",
2204
+ "source": "workflow-call-input"
2205
+ },
2150
2206
  "release-propagation-config-path": {
2151
2207
  "classification": "digest-only",
2152
2208
  "source": "workflow-call-input"
@@ -2257,7 +2313,7 @@
2257
2313
  "controller-receipt"
2258
2314
  ]
2259
2315
  },
2260
- "digest": "sha256:1e812ddf411c9f4106e5ff88054e1fe6f0eb6bad76c3985d8adbc9ce5dfe345d"
2316
+ "digest": "sha256:3c83524f650a4d04004400d3821dbbd081b8802035dc6004464cdcfd0b5cdfc3"
2261
2317
  },
2262
2318
  {
2263
2319
  "schemaVersion": 1,
@@ -2450,5 +2506,5 @@
2450
2506
  "digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555"
2451
2507
  }
2452
2508
  ],
2453
- "digest": "sha256:34776744f57db27b04eec061ea5ff01043b72119475a2bf623c87834cb30bb3d"
2509
+ "digest": "sha256:eb9eb918b763f303baf313e153076e9d3158ca28a2e6cc558834a06e49d9d9cf"
2454
2510
  }
@@ -21,12 +21,12 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "1e2afd95d21ec08299279168c077afc5f87b857a29f5d332397e0d062b6db09a",
24
+ "sha256": "7fd7a202bd4b653265adb3ac4ac149816a74eb3b7aa1c637ca94f08965340418",
25
25
  "summary": {
26
26
  "cliCommandCount": 114,
27
27
  "workflowCount": 71,
28
28
  "actionCount": 7,
29
- "sitePageCount": 75,
29
+ "sitePageCount": 76,
30
30
  "docCommandRefCount": 919,
31
31
  "failureCount": 0
32
32
  },
@@ -246,12 +246,12 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "1e2afd95d21ec08299279168c077afc5f87b857a29f5d332397e0d062b6db09a",
249
+ "sha256": "7fd7a202bd4b653265adb3ac4ac149816a74eb3b7aa1c637ca94f08965340418",
250
250
  "summary": {
251
251
  "cliCommandCount": 114,
252
252
  "workflowCount": 71,
253
253
  "actionCount": 7,
254
- "sitePageCount": 75,
254
+ "sitePageCount": 76,
255
255
  "docCommandRefCount": 919,
256
256
  "failureCount": 0
257
257
  },
@@ -1544,6 +1544,30 @@
1544
1544
  "public": true,
1545
1545
  "packageExport": "./public-surface-audit"
1546
1546
  },
1547
+ {
1548
+ "id": "export:./v4-floating-consumer-policy",
1549
+ "name": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
1550
+ "kind": "package-export",
1551
+ "sourcePath": "packages/core/v4-floating-consumer-policy.js",
1552
+ "evidencePath": "packages/core/v4-floating-consumer-policy.js",
1553
+ "availability": "shipped",
1554
+ "visibility": "public",
1555
+ "participantFacing": true,
1556
+ "public": true,
1557
+ "packageExport": "./v4-floating-consumer-policy"
1558
+ },
1559
+ {
1560
+ "id": "export:./v4-runtime-ref-resume-authority",
1561
+ "name": "@kungfu-tech/buildchain/v4-runtime-ref-resume-authority",
1562
+ "kind": "package-export",
1563
+ "sourcePath": "packages/core/v4-runtime-ref-resume-authority.js",
1564
+ "evidencePath": "packages/core/v4-runtime-ref-resume-authority.js",
1565
+ "availability": "shipped",
1566
+ "visibility": "public",
1567
+ "participantFacing": true,
1568
+ "public": true,
1569
+ "packageExport": "./v4-runtime-ref-resume-authority"
1570
+ },
1547
1571
  {
1548
1572
  "id": "export:./logging",
1549
1573
  "name": "@kungfu-tech/buildchain/logging",
@@ -3526,7 +3550,7 @@
3526
3550
  "visibility": "public",
3527
3551
  "participantFacing": true,
3528
3552
  "public": true,
3529
- "inputCount": 90,
3553
+ "inputCount": 91,
3530
3554
  "inputs": [
3531
3555
  "artifact-compression-level",
3532
3556
  "artifact-finalization-command",
@@ -3555,6 +3579,7 @@
3555
3579
  "buildchain-expected-major",
3556
3580
  "buildchain-ref",
3557
3581
  "buildchain-repository",
3582
+ "buildchain-visible-workflow",
3558
3583
  "cache-dependency-lock-root",
3559
3584
  "cache-policy-root",
3560
3585
  "cache-toolchain-root",
@@ -3769,7 +3794,7 @@
3769
3794
  "visibility": "public",
3770
3795
  "participantFacing": true,
3771
3796
  "public": true,
3772
- "inputCount": 113,
3797
+ "inputCount": 118,
3773
3798
  "inputs": [
3774
3799
  "allow-repository",
3775
3800
  "artifact-name",
@@ -3777,6 +3802,7 @@
3777
3802
  "branch-protection-bypass-apps",
3778
3803
  "branch-protection-bypass-teams",
3779
3804
  "branch-protection-bypass-users",
3805
+ "buildchain-alpha-contract-lock-path",
3780
3806
  "buildchain-contract-compatibility-policy",
3781
3807
  "buildchain-contract-drift-issue-mode",
3782
3808
  "buildchain-contract-lock-path",
@@ -3784,6 +3810,7 @@
3784
3810
  "buildchain-expected-major",
3785
3811
  "buildchain-ref",
3786
3812
  "buildchain-repository",
3813
+ "buildchain-stable-contract-lock-path",
3787
3814
  "channel",
3788
3815
  "declarative-release-tail",
3789
3816
  "dry-run",
@@ -3802,6 +3829,8 @@
3802
3829
  "promotion-publication-channel",
3803
3830
  "promotion-router-ref",
3804
3831
  "promotion-router-sha",
3832
+ "promotion-runtime-authorization-json",
3833
+ "promotion-runtime-authorization-root",
3805
3834
  "promotion-runtime-ref",
3806
3835
  "promotion-runtime-sha",
3807
3836
  "promotion-shell-ref",
@@ -3867,6 +3896,7 @@
3867
3896
  "release-passport-output-dir",
3868
3897
  "release-passport-platform-manifest-paths",
3869
3898
  "release-passport-product-name",
3899
+ "release-passport-v4-runtime-resume-evidence-json",
3870
3900
  "release-propagation-config-path",
3871
3901
  "required-artifact-count",
3872
3902
  "required-status-check",
@@ -4292,7 +4322,7 @@
4292
4322
  "visibility": "public",
4293
4323
  "participantFacing": true,
4294
4324
  "public": true,
4295
- "inputCount": 93,
4325
+ "inputCount": 94,
4296
4326
  "inputs": [
4297
4327
  "artifact-compression-level",
4298
4328
  "artifact-finalization-command",
@@ -4324,6 +4354,7 @@
4324
4354
  "buildchain-ref",
4325
4355
  "buildchain-repository",
4326
4356
  "buildchain-stable-contract-lock-path",
4357
+ "buildchain-visible-workflow",
4327
4358
  "cache-dependency-lock-root",
4328
4359
  "cache-policy-root",
4329
4360
  "cache-toolchain-root",
@@ -4571,13 +4602,18 @@
4571
4602
  "visibility": "public",
4572
4603
  "participantFacing": true,
4573
4604
  "public": true,
4574
- "inputCount": 7,
4605
+ "inputCount": 12,
4575
4606
  "inputs": [
4576
4607
  "buildchain-ref",
4577
4608
  "buildchain-repository",
4578
4609
  "mode",
4579
4610
  "node-version",
4580
4611
  "require-version-state",
4612
+ "source-proof-closure-paths-json",
4613
+ "source-proof-dependency-paths-json",
4614
+ "source-proof-policy-paths-json",
4615
+ "source-proof-required-contexts-json",
4616
+ "source-proof-reuse",
4581
4617
  "upload-artifacts",
4582
4618
  "working-directory"
4583
4619
  ],
@@ -4692,8 +4728,9 @@
4692
4728
  "visibility": "public",
4693
4729
  "participantFacing": true,
4694
4730
  "public": true,
4695
- "inputCount": 32,
4731
+ "inputCount": 33,
4696
4732
  "inputs": [
4733
+ "active-lease-context",
4697
4734
  "affected-paths-json",
4698
4735
  "allowed-head-prefixes",
4699
4736
  "assignment-root",
@@ -5078,17 +5115,19 @@
5078
5115
  "visibility": "public",
5079
5116
  "participantFacing": true,
5080
5117
  "public": true,
5081
- "inputCount": 21,
5118
+ "inputCount": 23,
5082
5119
  "inputs": [
5083
5120
  "artifact-name",
5084
5121
  "artifact-paths",
5085
5122
  "artifact-retention-days",
5086
5123
  "build-command",
5124
+ "buildchain-alpha-contract-lock-path",
5087
5125
  "buildchain-contract-compatibility-policy",
5088
5126
  "buildchain-contract-drift-issue-mode",
5089
5127
  "buildchain-contract-lock-path",
5090
5128
  "buildchain-ref",
5091
5129
  "buildchain-repository",
5130
+ "buildchain-stable-contract-lock-path",
5092
5131
  "node-version",
5093
5132
  "package-name",
5094
5133
  "prepare-paper-package",
@@ -5114,7 +5153,7 @@
5114
5153
  "visibility": "public",
5115
5154
  "participantFacing": true,
5116
5155
  "public": true,
5117
- "inputCount": 102,
5156
+ "inputCount": 103,
5118
5157
  "inputs": [
5119
5158
  "allow-repository",
5120
5159
  "artifact-name",
@@ -5201,6 +5240,7 @@
5201
5240
  "release-passport-output-dir",
5202
5241
  "release-passport-platform-manifest-paths",
5203
5242
  "release-passport-product-name",
5243
+ "release-passport-v4-runtime-resume-evidence-json",
5204
5244
  "release-propagation-config-path",
5205
5245
  "required-artifact-count",
5206
5246
  "required-status-check",
@@ -5518,7 +5558,7 @@
5518
5558
  "visibility": "public",
5519
5559
  "participantFacing": true,
5520
5560
  "public": true,
5521
- "inputCount": 80,
5561
+ "inputCount": 83,
5522
5562
  "inputs": [
5523
5563
  "allow-repository",
5524
5564
  "branch-protection-bypass-apps",
@@ -5588,6 +5628,9 @@
5588
5628
  "release-passport-platform-manifest-paths",
5589
5629
  "release-passport-product-name",
5590
5630
  "release-passport-promotion-routing-json",
5631
+ "release-passport-v4-consumer-policy-certification-json",
5632
+ "release-passport-v4-consumer-policy-certification-root",
5633
+ "release-passport-v4-runtime-resume-evidence-json",
5591
5634
  "release-tail-state-path",
5592
5635
  "require-governance",
5593
5636
  "require-publication-qualification",
@@ -6589,6 +6632,18 @@
6589
6632
  "public": true,
6590
6633
  "reverseAuditSource": "dist/site/page-registry.json"
6591
6634
  },
6635
+ {
6636
+ "id": "site-page:manual:v4-runtime-ref-resume-authority",
6637
+ "name": "site-page:manual:v4-runtime-ref-resume-authority",
6638
+ "kind": "site-page",
6639
+ "sourcePath": "dist/site/page-registry.json",
6640
+ "evidencePath": "dist/site/page-registry.json",
6641
+ "availability": "shipped",
6642
+ "visibility": "public",
6643
+ "participantFacing": true,
6644
+ "public": true,
6645
+ "reverseAuditSource": "dist/site/page-registry.json"
6646
+ },
6592
6647
  {
6593
6648
  "id": "site-page:manual:v4-stage-capsule",
6594
6649
  "name": "site-page:manual:v4-stage-capsule",
@@ -6808,6 +6863,6 @@
6808
6863
  }
6809
6864
  }
6810
6865
  ],
6811
- "publicSurfaceCount": 433
6866
+ "publicSurfaceCount": 436
6812
6867
  }
6813
6868
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "4.0.0",
7
+ "version": "4.0.1-alpha.2",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -9,7 +9,7 @@
9
9
  "title": "Buildchain documentation map",
10
10
  "path": "docs/MAP.md",
11
11
  "plane": "use",
12
- "digest": "sha256:94a4866f5a44f97ab10ad460c4d9ff39c58aa28e231311425af2fcb857aa8c72",
12
+ "digest": "sha256:c6be6076530f21d1a81f4f3d64f7aa2a9e5e8fb35a02f79a895814a85cad4838",
13
13
  "capabilityGroup": "getting-started",
14
14
  "audience": [
15
15
  "agent",
@@ -347,7 +347,7 @@
347
347
  "title": "Generated Node API reference",
348
348
  "path": "docs/node-api-reference.md",
349
349
  "plane": "use",
350
- "digest": "sha256:f8200ba1fbe5779408b4a1e82a0e28a5e8f696b05f97efd2d286d3008755fdbb",
350
+ "digest": "sha256:1771331eea141e17dc27d19ccd6ccdf2d3a7d2ecdb98fb9e0d0d563b1e61b438",
351
351
  "capabilityGroup": "api-cli-reference",
352
352
  "audience": [
353
353
  "agent",
@@ -404,7 +404,7 @@
404
404
  "title": "Lifecycle protocol",
405
405
  "path": "docs/lifecycle-protocol.md",
406
406
  "plane": "use",
407
- "digest": "sha256:4b7a8efe1d22751ded069f46a23490db70cda9e9e14641acab600ab781245b19",
407
+ "digest": "sha256:edff8787985801d060efe9c924d80ac1689f5f2305d853f645fe877bab34c207",
408
408
  "capabilityGroup": "reusable-build",
409
409
  "audience": [
410
410
  "consumer",
@@ -418,7 +418,7 @@
418
418
  "title": "Reusable build surface",
419
419
  "path": "docs/reusable-build-surface.md",
420
420
  "plane": "use",
421
- "digest": "sha256:54cadd6e2f168ca40d9ed66d2f9848d5d56c9d05759bf0454f5027b1df274796",
421
+ "digest": "sha256:fc2649d0ae4dc6a08275bc1f2509efd3e9730227eaa8157ef64daf4b9c850264",
422
422
  "capabilityGroup": "reusable-build",
423
423
  "audience": [
424
424
  "consumer",
@@ -503,7 +503,7 @@
503
503
  "title": "Runtime train validation",
504
504
  "path": "docs/runtime-train-validation.md",
505
505
  "plane": "verify",
506
- "digest": "sha256:f0a1cdb7fe5f72fc2ed921f1aeadbd16184dda16be3727e4193fa2af250325db",
506
+ "digest": "sha256:7df1e85785a1bd8d87c22359d63bcd1caf3fc6c4924d04b6802584b189f75a08",
507
507
  "capabilityGroup": "governance-versioning",
508
508
  "audience": [
509
509
  "maintainer",
@@ -517,7 +517,7 @@
517
517
  "title": "Versioning",
518
518
  "path": "docs/versioning.md",
519
519
  "plane": "why",
520
- "digest": "sha256:7f6e377abf976e9eb9c5f0fd2baec96922ca44d9ab7dd08178608657fa858978",
520
+ "digest": "sha256:fa094ca11fe51b2f23b2154523414676d6f8c8fa50493c5027a469da9115a414",
521
521
  "capabilityGroup": "governance-versioning",
522
522
  "audience": [
523
523
  "maintainer"