@kungfu-tech/buildchain 3.0.6 → 3.0.7-alpha.0

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 (64) hide show
  1. package/README.md +4 -2
  2. package/actions/release-tail/README.md +17 -0
  3. package/bin/buildchain.mjs +11 -0
  4. package/bin/internal/command-registry.mjs +2 -0
  5. package/contracts/fixtures/release-tail-capabilities-v1/kungfu-alpha.json +273 -0
  6. package/contracts/publication-rehearsal-capsule-v1.schema.json +173 -0
  7. package/contracts/release-tail-capabilities-v1.schema.json +199 -0
  8. package/contracts/release-tail-provider-bindings-v1.schema.json +56 -0
  9. package/dist/site/agent-index.json +3 -0
  10. package/dist/site/artifact-schemas.json +6 -0
  11. package/dist/site/buildchain-contract.json +35 -20
  12. package/dist/site/buildchain-site.json +307 -17
  13. package/dist/site/capability-registry.json +12 -9
  14. package/dist/site/cli-registry.json +102 -0
  15. package/dist/site/controller-registry.json +14 -2
  16. package/dist/site/kfd-claims.json +247 -16
  17. package/dist/site/kfd-upstream-aggregate.json +1 -1
  18. package/dist/site/manual-registry.json +48 -3
  19. package/dist/site/node-api-registry.json +3108 -1409
  20. package/dist/site/page-registry.json +275 -9
  21. package/dist/site/public-surface-audit.json +304 -15
  22. package/dist/site/publication-authority-registry.json +26 -1
  23. package/dist/site/publication-registry.json +4 -4
  24. package/dist/site/release-provenance.json +5 -0
  25. package/dist/site/schemas/publication-rehearsal-capsule-v1.schema.json +269 -0
  26. package/dist/site/schemas/release-tail-capabilities-v1.schema.json +353 -0
  27. package/dist/site/schemas/release-tail-provider-bindings-v1.schema.json +94 -0
  28. package/dist/site/site-manifest.json +31 -7
  29. package/dist/site/workflow-registry.json +86 -9
  30. package/docs/MAP.md +5 -2
  31. package/docs/cli-reference.md +136 -0
  32. package/docs/node-api-reference.md +233 -84
  33. package/docs/publication-rehearsal.md +94 -0
  34. package/docs/release-tail-contract.md +160 -0
  35. package/docs/release-tail-provider-plane.md +120 -0
  36. package/package.json +8 -3
  37. package/packages/core/buildchain-agent-manuals.js +3 -0
  38. package/packages/core/buildchain-kfd-claims.js +1 -1
  39. package/packages/core/buildchain-publication-authority.js +1 -0
  40. package/packages/core/index.js +39 -0
  41. package/packages/core/paper-agent-entry.js +11 -5
  42. package/packages/core/paper-repository.js +1 -0
  43. package/packages/core/paper-scaffold-content.js +21 -0
  44. package/packages/core/paper.js +28 -2
  45. package/packages/core/publication-rehearsal-projection.js +173 -0
  46. package/packages/core/publication-rehearsal-runtime.js +909 -0
  47. package/packages/core/release-tail-compatibility.js +60 -0
  48. package/packages/core/release-tail-provider-adapters.js +461 -0
  49. package/packages/core/release-tail-provider-plane.js +1228 -0
  50. package/scripts/assemble-publication-artifact-admission.mjs +1 -1
  51. package/scripts/assemble-self-publication-admission.mjs +1 -1
  52. package/scripts/buildchain-cli-help.mjs +13 -0
  53. package/scripts/check-core-mechanism-inventory.mjs +347 -0
  54. package/scripts/check-inventory.mjs +8 -8
  55. package/scripts/check-maintainability.mjs +9 -2
  56. package/scripts/check-release-tail-contract.mjs +435 -0
  57. package/scripts/generate-channel-promotion-workflow.mjs +10 -8
  58. package/scripts/generate-site-bundle.mjs +24 -0
  59. package/scripts/init-repo.mjs +26 -2
  60. package/scripts/materialize-self-release-candidate-version.mjs +131 -0
  61. package/scripts/release-tail.mjs +159 -0
  62. package/scripts/site-capability-metadata.mjs +11 -0
  63. package/scripts/v4-architecture.mjs +600 -0
  64. package/scripts/workflow-call-contract.mjs +184 -5
@@ -48,19 +48,22 @@
48
48
  ],
49
49
  "maturity": "stable",
50
50
  "counts": {
51
- "manualCount": 5,
52
- "pageCount": 5,
53
- "cliCommandCount": 25,
54
- "nodeApiCount": 12,
55
- "workflowCount": 3,
56
- "actionCount": 2
51
+ "manualCount": 8,
52
+ "pageCount": 8,
53
+ "cliCommandCount": 26,
54
+ "nodeApiCount": 17,
55
+ "workflowCount": 4,
56
+ "actionCount": 3
57
57
  },
58
58
  "manuals": [
59
59
  "docs/release-passport.md",
60
60
  "docs/github-artifact-attestation.md",
61
61
  "docs/publication-authority.md",
62
62
  "docs/binary-distribution.md",
63
- "docs/publish-transaction.md"
63
+ "docs/publish-transaction.md",
64
+ "docs/release-tail-contract.md",
65
+ "docs/release-tail-provider-plane.md",
66
+ "docs/publication-rehearsal.md"
64
67
  ],
65
68
  "factSources": [
66
69
  "page-registry.json",
@@ -252,7 +255,7 @@
252
255
  "counts": {
253
256
  "manualCount": 8,
254
257
  "pageCount": 8,
255
- "cliCommandCount": 11,
258
+ "cliCommandCount": 12,
256
259
  "nodeApiCount": 6,
257
260
  "workflowCount": 16,
258
261
  "actionCount": 0
@@ -289,7 +292,7 @@
289
292
  "maturity": "stable",
290
293
  "counts": {
291
294
  "manualCount": 3,
292
- "pageCount": 10,
295
+ "pageCount": 11,
293
296
  "cliCommandCount": 0,
294
297
  "nodeApiCount": 2,
295
298
  "workflowCount": 40,
@@ -5,6 +5,52 @@
5
5
  "npmPackage": "@kungfu-tech/buildchain",
6
6
  "commandSource": "bin/internal/command-registry.mjs plus bin/buildchain.mjs help enumeration",
7
7
  "commands": [
8
+ {
9
+ "id": "architecture",
10
+ "source": "bin/buildchain.mjs",
11
+ "usage": "buildchain architecture validate [--cwd <dir>] [--json]",
12
+ "paths": [
13
+ "architecture",
14
+ "architecture list",
15
+ "architecture qualify",
16
+ "architecture show",
17
+ "architecture validate"
18
+ ],
19
+ "syntaxes": [
20
+ "buildchain architecture",
21
+ "buildchain architecture list [--cwd <dir>] [--json]",
22
+ "buildchain architecture qualify --authority-revision <git-revision> [--candidate-revision <git-revision>] [--cwd <dir>] [--json]",
23
+ "buildchain architecture show <capability-id> [--cwd <dir>] [--json]",
24
+ "buildchain architecture validate [--cwd <dir>] [--json]"
25
+ ],
26
+ "options": [
27
+ "--authority-revision",
28
+ "--candidate-revision",
29
+ "--cwd",
30
+ "--json"
31
+ ],
32
+ "aliases": [],
33
+ "helpCommands": [
34
+ "buildchain architecture --help",
35
+ "buildchain architecture list --help",
36
+ "buildchain architecture qualify --help",
37
+ "buildchain architecture show --help",
38
+ "buildchain architecture validate --help"
39
+ ],
40
+ "purpose": "Inspect and qualify the Buildchain v4 capability and state-machine architecture contract.",
41
+ "capabilityGroup": "governance-versioning",
42
+ "audience": [
43
+ "agent",
44
+ "operator"
45
+ ],
46
+ "owner": "buildchain-cli",
47
+ "maturity": "stable",
48
+ "introducedVersion": "pre-3.0.2-alpha.4",
49
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
50
+ "deprecationReplacement": "",
51
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
52
+ "nonDuplicationRationale": "Existing command identity retained for CLI compatibility and discoverability."
53
+ },
8
54
  {
9
55
  "id": "audit",
10
56
  "source": "bin/buildchain.mjs",
@@ -3388,6 +3434,62 @@
3388
3434
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
3389
3435
  "nonDuplicationRationale": "Existing command identity retained for CLI compatibility and discoverability."
3390
3436
  },
3437
+ {
3438
+ "id": "release-tail",
3439
+ "source": "bin/buildchain.mjs",
3440
+ "usage": "buildchain release-tail plan --declaration <json-or-path> [--output <path>]",
3441
+ "paths": [
3442
+ "release-tail",
3443
+ "release-tail compat",
3444
+ "release-tail init",
3445
+ "release-tail plan",
3446
+ "release-tail rehearse",
3447
+ "release-tail status",
3448
+ "release-tail verify"
3449
+ ],
3450
+ "syntaxes": [
3451
+ "buildchain release-tail",
3452
+ "buildchain release-tail <status|verify> [--state <path>] [--output <path>]",
3453
+ "buildchain release-tail compat --hooks-json <json-or-path> [--output <path>]",
3454
+ "buildchain release-tail init --declaration <json-or-path> [--state <path>]",
3455
+ "buildchain release-tail plan --declaration <json-or-path> [--output <path>]",
3456
+ "buildchain release-tail rehearse --capsule <path> --capsule-root <absolute-path> --mode <simulate|replay> --state <path> --evidence <path> [--environment-json <json-or-path>]"
3457
+ ],
3458
+ "options": [
3459
+ "--capsule",
3460
+ "--capsule-root",
3461
+ "--declaration",
3462
+ "--environment-json",
3463
+ "--evidence",
3464
+ "--hooks-json",
3465
+ "--mode",
3466
+ "--output",
3467
+ "--state"
3468
+ ],
3469
+ "aliases": [],
3470
+ "helpCommands": [
3471
+ "buildchain release-tail --help",
3472
+ "buildchain release-tail compat --help",
3473
+ "buildchain release-tail init --help",
3474
+ "buildchain release-tail plan --help",
3475
+ "buildchain release-tail rehearse --help",
3476
+ "buildchain release-tail status --help",
3477
+ "buildchain release-tail verify --help"
3478
+ ],
3479
+ "purpose": "Plan, initialize, rehearse, resume, and verify one declarative provider-owned release-tail transaction.",
3480
+ "capabilityGroup": "release-passport-trust",
3481
+ "audience": [
3482
+ "agent",
3483
+ "operator"
3484
+ ],
3485
+ "owner": "buildchain-cli",
3486
+ "maturity": "stable",
3487
+ "introducedVersion": "pre-3.0.2-alpha.4",
3488
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
3489
+ "deprecationReplacement": "",
3490
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
3491
+ "nonDuplicationRationale": "Existing command identity retained for CLI compatibility and discoverability."
3492
+ },
3391
3493
  {
3392
3494
  "id": "release-transaction",
3393
3495
  "source": "bin/buildchain.mjs",
@@ -1771,6 +1771,10 @@
1771
1771
  "classification": "included",
1772
1772
  "source": "workflow-call-input"
1773
1773
  },
1774
+ "declarative-release-tail": {
1775
+ "classification": "included",
1776
+ "source": "workflow-call-input"
1777
+ },
1774
1778
  "dry-run": {
1775
1779
  "classification": "included",
1776
1780
  "source": "workflow-call-input"
@@ -1859,6 +1863,10 @@
1859
1863
  "classification": "digest-only",
1860
1864
  "source": "workflow-call-input"
1861
1865
  },
1866
+ "publication-authority-workflow-path": {
1867
+ "classification": "digest-only",
1868
+ "source": "workflow-call-input"
1869
+ },
1862
1870
  "publication-auto-admission": {
1863
1871
  "classification": "included",
1864
1872
  "source": "workflow-call-input"
@@ -1883,6 +1891,10 @@
1883
1891
  "classification": "digest-only",
1884
1892
  "source": "workflow-call-input"
1885
1893
  },
1894
+ "publication-consumer-qualification-controller-sha": {
1895
+ "classification": "included",
1896
+ "source": "workflow-call-input"
1897
+ },
1886
1898
  "publication-control-plane-audit-json": {
1887
1899
  "classification": "digest-only",
1888
1900
  "source": "workflow-call-input"
@@ -2193,7 +2205,7 @@
2193
2205
  "controller-receipt"
2194
2206
  ]
2195
2207
  },
2196
- "digest": "sha256:bb49305be1f2176c47920532d414954e1d058156abf3411ae66cc97ba526d186"
2208
+ "digest": "sha256:83bc2f7d57ad3500e0b2983314aa5fdaa0dff1f78ef011af94cde760b86a010f"
2197
2209
  },
2198
2210
  {
2199
2211
  "schemaVersion": 1,
@@ -2386,5 +2398,5 @@
2386
2398
  "digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555"
2387
2399
  }
2388
2400
  ],
2389
- "digest": "sha256:6c9eab44f162f2c142827c63bcd7c14cb92ba92e6021ffdc0bdf7baee7ffad8c"
2401
+ "digest": "sha256:4610d5ecdd42984fef782af010ed6978f4a40438134b3d962698854978fd0095"
2390
2402
  }
@@ -21,13 +21,13 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "e37f94305762bde4ecad076297dedd212f015f12ffc5c0a524f1350969ad00d1",
24
+ "sha256": "5f7c953b2c903e24f69de55e50f33e431654c2e693acb30079be63880e6ebee2",
25
25
  "summary": {
26
- "cliCommandCount": 112,
27
- "workflowCount": 64,
28
- "actionCount": 6,
29
- "sitePageCount": 65,
30
- "docCommandRefCount": 881,
26
+ "cliCommandCount": 114,
27
+ "workflowCount": 65,
28
+ "actionCount": 7,
29
+ "sitePageCount": 69,
30
+ "docCommandRefCount": 922,
31
31
  "failureCount": 0
32
32
  },
33
33
  "auditBoundary": {
@@ -246,13 +246,13 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "e37f94305762bde4ecad076297dedd212f015f12ffc5c0a524f1350969ad00d1",
249
+ "sha256": "5f7c953b2c903e24f69de55e50f33e431654c2e693acb30079be63880e6ebee2",
250
250
  "summary": {
251
- "cliCommandCount": 112,
252
- "workflowCount": 64,
253
- "actionCount": 6,
254
- "sitePageCount": 65,
255
- "docCommandRefCount": 881,
251
+ "cliCommandCount": 114,
252
+ "workflowCount": 65,
253
+ "actionCount": 7,
254
+ "sitePageCount": 69,
255
+ "docCommandRefCount": 922,
256
256
  "failureCount": 0
257
257
  },
258
258
  "auditBoundary": {
@@ -332,6 +332,18 @@
332
332
  "public": true,
333
333
  "plane": "action"
334
334
  },
335
+ {
336
+ "id": "doc:actions/release-tail/README.md",
337
+ "name": "actions/release-tail/README.md",
338
+ "kind": "documentation",
339
+ "sourcePath": "actions/release-tail/README.md",
340
+ "evidencePath": "actions/release-tail/README.md",
341
+ "availability": "shipped",
342
+ "visibility": "public",
343
+ "participantFacing": true,
344
+ "public": true,
345
+ "plane": "action"
346
+ },
335
347
  {
336
348
  "id": "doc:actions/report-buildchain-issue/README.md",
337
349
  "name": "actions/report-buildchain-issue/README.md",
@@ -632,6 +644,18 @@
632
644
  "public": true,
633
645
  "plane": "verify"
634
646
  },
647
+ {
648
+ "id": "doc:docs/publication-rehearsal.md",
649
+ "name": "Publication rehearsal",
650
+ "kind": "documentation",
651
+ "sourcePath": "docs/publication-rehearsal.md",
652
+ "evidencePath": "docs/publication-rehearsal.md",
653
+ "availability": "shipped",
654
+ "visibility": "public",
655
+ "participantFacing": true,
656
+ "public": true,
657
+ "plane": "use"
658
+ },
635
659
  {
636
660
  "id": "doc:docs/publish-transaction.md",
637
661
  "name": "Publish transaction",
@@ -716,6 +740,30 @@
716
740
  "public": true,
717
741
  "plane": "use"
718
742
  },
743
+ {
744
+ "id": "doc:docs/release-tail-contract.md",
745
+ "name": "Declarative release-tail contract",
746
+ "kind": "documentation",
747
+ "sourcePath": "docs/release-tail-contract.md",
748
+ "evidencePath": "docs/release-tail-contract.md",
749
+ "availability": "shipped",
750
+ "visibility": "public",
751
+ "participantFacing": true,
752
+ "public": true,
753
+ "plane": "verify"
754
+ },
755
+ {
756
+ "id": "doc:docs/release-tail-provider-plane.md",
757
+ "name": "Declarative release-tail provider plane",
758
+ "kind": "documentation",
759
+ "sourcePath": "docs/release-tail-provider-plane.md",
760
+ "evidencePath": "docs/release-tail-provider-plane.md",
761
+ "availability": "shipped",
762
+ "visibility": "public",
763
+ "participantFacing": true,
764
+ "public": true,
765
+ "plane": "use"
766
+ },
719
767
  {
720
768
  "id": "doc:docs/reusable-build-surface.md",
721
769
  "name": "Reusable build surface",
@@ -1700,6 +1748,66 @@
1700
1748
  "public": true,
1701
1749
  "packageExport": "./release-activation-transaction"
1702
1750
  },
1751
+ {
1752
+ "id": "export:./release-tail-provider-plane",
1753
+ "name": "@kungfu-tech/buildchain/release-tail-provider-plane",
1754
+ "kind": "package-export",
1755
+ "sourcePath": "packages/core/release-tail-provider-plane.js",
1756
+ "evidencePath": "packages/core/release-tail-provider-plane.js",
1757
+ "availability": "shipped",
1758
+ "visibility": "public",
1759
+ "participantFacing": true,
1760
+ "public": true,
1761
+ "packageExport": "./release-tail-provider-plane"
1762
+ },
1763
+ {
1764
+ "id": "export:./release-tail-provider-adapters",
1765
+ "name": "@kungfu-tech/buildchain/release-tail-provider-adapters",
1766
+ "kind": "package-export",
1767
+ "sourcePath": "packages/core/release-tail-provider-adapters.js",
1768
+ "evidencePath": "packages/core/release-tail-provider-adapters.js",
1769
+ "availability": "shipped",
1770
+ "visibility": "public",
1771
+ "participantFacing": true,
1772
+ "public": true,
1773
+ "packageExport": "./release-tail-provider-adapters"
1774
+ },
1775
+ {
1776
+ "id": "export:./release-tail-compatibility",
1777
+ "name": "@kungfu-tech/buildchain/release-tail-compatibility",
1778
+ "kind": "package-export",
1779
+ "sourcePath": "packages/core/release-tail-compatibility.js",
1780
+ "evidencePath": "packages/core/release-tail-compatibility.js",
1781
+ "availability": "shipped",
1782
+ "visibility": "public",
1783
+ "participantFacing": true,
1784
+ "public": true,
1785
+ "packageExport": "./release-tail-compatibility"
1786
+ },
1787
+ {
1788
+ "id": "export:./publication-rehearsal-runtime",
1789
+ "name": "@kungfu-tech/buildchain/publication-rehearsal-runtime",
1790
+ "kind": "package-export",
1791
+ "sourcePath": "packages/core/publication-rehearsal-runtime.js",
1792
+ "evidencePath": "packages/core/publication-rehearsal-runtime.js",
1793
+ "availability": "shipped",
1794
+ "visibility": "public",
1795
+ "participantFacing": true,
1796
+ "public": true,
1797
+ "packageExport": "./publication-rehearsal-runtime"
1798
+ },
1799
+ {
1800
+ "id": "export:./publication-rehearsal-projection",
1801
+ "name": "@kungfu-tech/buildchain/publication-rehearsal-projection",
1802
+ "kind": "package-export",
1803
+ "sourcePath": "packages/core/publication-rehearsal-projection.js",
1804
+ "evidencePath": "packages/core/publication-rehearsal-projection.js",
1805
+ "availability": "shipped",
1806
+ "visibility": "public",
1807
+ "participantFacing": true,
1808
+ "public": true,
1809
+ "packageExport": "./publication-rehearsal-projection"
1810
+ },
1703
1811
  {
1704
1812
  "id": "export:./surface-manifest",
1705
1813
  "name": "@kungfu-tech/buildchain/surface-manifest",
@@ -1948,6 +2056,18 @@
1948
2056
  }
1949
2057
  ],
1950
2058
  "reverseEnumeratedSurfaces": [
2059
+ {
2060
+ "id": "cli:architecture",
2061
+ "name": "buildchain architecture validate [--cwd <dir>] [--json]",
2062
+ "kind": "cli-command",
2063
+ "sourcePath": "bin/buildchain.mjs",
2064
+ "evidencePath": "bin/buildchain.mjs",
2065
+ "availability": "shipped",
2066
+ "visibility": "public",
2067
+ "participantFacing": true,
2068
+ "public": true,
2069
+ "reverseAuditSource": "bin/buildchain.mjs"
2070
+ },
1951
2071
  {
1952
2072
  "id": "cli:audit",
1953
2073
  "name": "buildchain audit publication-control-plane --repository <owner/repo> --branch <protected-branch>",
@@ -3100,6 +3220,18 @@
3100
3220
  "public": true,
3101
3221
  "reverseAuditSource": "bin/buildchain.mjs"
3102
3222
  },
3223
+ {
3224
+ "id": "cli:release-tail",
3225
+ "name": "buildchain release-tail plan --declaration <json-or-path> [--output <path>]",
3226
+ "kind": "cli-command",
3227
+ "sourcePath": "bin/buildchain.mjs",
3228
+ "evidencePath": "bin/buildchain.mjs",
3229
+ "availability": "shipped",
3230
+ "visibility": "public",
3231
+ "participantFacing": true,
3232
+ "public": true,
3233
+ "reverseAuditSource": "bin/buildchain.mjs"
3234
+ },
3103
3235
  {
3104
3236
  "id": "cli:release-transaction",
3105
3237
  "name": "buildchain release <inspect|recover|finalize|abort> ...",
@@ -3597,7 +3729,7 @@
3597
3729
  "visibility": "public",
3598
3730
  "participantFacing": true,
3599
3731
  "public": true,
3600
- "inputCount": 107,
3732
+ "inputCount": 110,
3601
3733
  "inputs": [
3602
3734
  "allow-repository",
3603
3735
  "artifact-name",
@@ -3611,6 +3743,7 @@
3611
3743
  "buildchain-ref",
3612
3744
  "buildchain-repository",
3613
3745
  "channel",
3746
+ "declarative-release-tail",
3614
3747
  "dry-run",
3615
3748
  "github-artifact-attestation-environment",
3616
3749
  "github-artifact-attestation-policy-json",
@@ -3633,12 +3766,14 @@
3633
3766
  "promotion-shell-sha",
3634
3767
  "promotion-target-ref",
3635
3768
  "publication-admission-json",
3769
+ "publication-authority-workflow-path",
3636
3770
  "publication-auto-admission",
3637
3771
  "publication-auto-no-gate",
3638
3772
  "publication-commit-command",
3639
3773
  "publication-commit-evidence-path",
3640
3774
  "publication-consumer-predicate-id",
3641
3775
  "publication-consumer-qualification-command",
3776
+ "publication-consumer-qualification-controller-sha",
3642
3777
  "publication-control-plane-audit-json",
3643
3778
  "publication-expected-json",
3644
3779
  "publication-gate-aggregate-json",
@@ -4861,7 +4996,7 @@
4861
4996
  "visibility": "public",
4862
4997
  "participantFacing": true,
4863
4998
  "public": true,
4864
- "inputCount": 99,
4999
+ "inputCount": 101,
4865
5000
  "inputs": [
4866
5001
  "allow-repository",
4867
5002
  "artifact-name",
@@ -4878,6 +5013,7 @@
4878
5013
  "buildchain-repository",
4879
5014
  "buildchain-stable-contract-lock-path",
4880
5015
  "channel",
5016
+ "declarative-release-tail",
4881
5017
  "dry-run",
4882
5018
  "github-artifact-attestation-environment",
4883
5019
  "github-artifact-attestation-policy-json",
@@ -4895,6 +5031,7 @@
4895
5031
  "publication-commit-evidence-path",
4896
5032
  "publication-consumer-predicate-id",
4897
5033
  "publication-consumer-qualification-command",
5034
+ "publication-consumer-qualification-controller-sha",
4898
5035
  "publication-control-plane-audit-json",
4899
5036
  "publication-expected-json",
4900
5037
  "publication-gate-aggregate-json",
@@ -5046,6 +5183,27 @@
5046
5183
  ],
5047
5184
  "reverseAuditSource": ".github/workflows"
5048
5185
  },
5186
+ {
5187
+ "id": "workflow:release-tail",
5188
+ "name": "workflow:release-tail",
5189
+ "kind": "workflow",
5190
+ "sourcePath": ".github/workflows/release-tail.yml",
5191
+ "evidencePath": ".github/workflows/release-tail.yml",
5192
+ "availability": "shipped",
5193
+ "visibility": "public",
5194
+ "participantFacing": true,
5195
+ "public": true,
5196
+ "inputCount": 6,
5197
+ "inputs": [
5198
+ "buildchain-ref",
5199
+ "capsule-contract",
5200
+ "capsule-path",
5201
+ "capsule-root",
5202
+ "evidence-path",
5203
+ "state-path"
5204
+ ],
5205
+ "reverseAuditSource": ".github/workflows"
5206
+ },
5049
5207
  {
5050
5208
  "id": "workflow:release-verify",
5051
5209
  "name": "workflow:release-verify",
@@ -5207,12 +5365,13 @@
5207
5365
  "visibility": "public",
5208
5366
  "participantFacing": true,
5209
5367
  "public": true,
5210
- "inputCount": 76,
5368
+ "inputCount": 79,
5211
5369
  "inputs": [
5212
5370
  "allow-repository",
5213
5371
  "branch-protection-bypass-apps",
5214
5372
  "branch-protection-bypass-teams",
5215
5373
  "branch-protection-bypass-users",
5374
+ "declarative-release-tail",
5216
5375
  "dry-run",
5217
5376
  "expected-publication-version",
5218
5377
  "generated-pull-request-token",
@@ -5222,6 +5381,7 @@
5222
5381
  "github-release-artifact-paths",
5223
5382
  "github-release-notes",
5224
5383
  "github-release-title",
5384
+ "plan-before-target-advance",
5225
5385
  "promote-only-release-candidate",
5226
5386
  "publication-capability-json",
5227
5387
  "publication-gate-aggregate-json",
@@ -5274,6 +5434,7 @@
5274
5434
  "release-passport-platform-manifest-paths",
5275
5435
  "release-passport-product-name",
5276
5436
  "release-passport-promotion-routing-json",
5437
+ "release-tail-state-path",
5277
5438
  "require-governance",
5278
5439
  "require-publication-qualification",
5279
5440
  "require-publish-source-lock",
@@ -5288,6 +5449,28 @@
5288
5449
  ],
5289
5450
  "reverseAuditSource": "actions/*/action.yml"
5290
5451
  },
5452
+ {
5453
+ "id": "action:release-tail",
5454
+ "name": "action:release-tail",
5455
+ "kind": "action",
5456
+ "sourcePath": "actions/release-tail/action.yml",
5457
+ "evidencePath": "actions/release-tail/action.yml",
5458
+ "availability": "shipped",
5459
+ "visibility": "public",
5460
+ "participantFacing": true,
5461
+ "public": true,
5462
+ "inputCount": 7,
5463
+ "inputs": [
5464
+ "capsule",
5465
+ "capsule-contract",
5466
+ "capsule-root",
5467
+ "evidence-path",
5468
+ "github-token",
5469
+ "http-token",
5470
+ "state-path"
5471
+ ],
5472
+ "reverseAuditSource": "actions/*/action.yml"
5473
+ },
5291
5474
  {
5292
5475
  "id": "action:report-buildchain-issue",
5293
5476
  "name": "action:report-buildchain-issue",
@@ -5437,6 +5620,18 @@
5437
5620
  "public": true,
5438
5621
  "reverseAuditSource": "dist/site/page-registry.json"
5439
5622
  },
5623
+ {
5624
+ "id": "site-page:action:release-tail",
5625
+ "name": "site-page:action:release-tail",
5626
+ "kind": "site-page",
5627
+ "sourcePath": "dist/site/page-registry.json",
5628
+ "evidencePath": "dist/site/page-registry.json",
5629
+ "availability": "shipped",
5630
+ "visibility": "public",
5631
+ "participantFacing": true,
5632
+ "public": true,
5633
+ "reverseAuditSource": "dist/site/page-registry.json"
5634
+ },
5440
5635
  {
5441
5636
  "id": "site-page:action:report-buildchain-issue",
5442
5637
  "name": "site-page:action:report-buildchain-issue",
@@ -5977,6 +6172,18 @@
5977
6172
  "public": true,
5978
6173
  "reverseAuditSource": "dist/site/page-registry.json"
5979
6174
  },
6175
+ {
6176
+ "id": "site-page:manual:publication-rehearsal",
6177
+ "name": "site-page:manual:publication-rehearsal",
6178
+ "kind": "site-page",
6179
+ "sourcePath": "dist/site/page-registry.json",
6180
+ "evidencePath": "dist/site/page-registry.json",
6181
+ "availability": "shipped",
6182
+ "visibility": "public",
6183
+ "participantFacing": true,
6184
+ "public": true,
6185
+ "reverseAuditSource": "dist/site/page-registry.json"
6186
+ },
5980
6187
  {
5981
6188
  "id": "site-page:manual:publish-transaction",
5982
6189
  "name": "site-page:manual:publish-transaction",
@@ -6073,6 +6280,30 @@
6073
6280
  "public": true,
6074
6281
  "reverseAuditSource": "dist/site/page-registry.json"
6075
6282
  },
6283
+ {
6284
+ "id": "site-page:manual:release-tail-contract",
6285
+ "name": "site-page:manual:release-tail-contract",
6286
+ "kind": "site-page",
6287
+ "sourcePath": "dist/site/page-registry.json",
6288
+ "evidencePath": "dist/site/page-registry.json",
6289
+ "availability": "shipped",
6290
+ "visibility": "public",
6291
+ "participantFacing": true,
6292
+ "public": true,
6293
+ "reverseAuditSource": "dist/site/page-registry.json"
6294
+ },
6295
+ {
6296
+ "id": "site-page:manual:release-tail-provider-plane",
6297
+ "name": "site-page:manual:release-tail-provider-plane",
6298
+ "kind": "site-page",
6299
+ "sourcePath": "dist/site/page-registry.json",
6300
+ "evidencePath": "dist/site/page-registry.json",
6301
+ "availability": "shipped",
6302
+ "visibility": "public",
6303
+ "participantFacing": true,
6304
+ "public": true,
6305
+ "reverseAuditSource": "dist/site/page-registry.json"
6306
+ },
6076
6307
  {
6077
6308
  "id": "site-page:manual:reusable-build-surface",
6078
6309
  "name": "site-page:manual:reusable-build-surface",
@@ -6352,6 +6583,6 @@
6352
6583
  }
6353
6584
  }
6354
6585
  ],
6355
- "publicSurfaceCount": 401
6586
+ "publicSurfaceCount": 418
6356
6587
  }
6357
6588
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "3.0.6",
7
+ "version": "3.0.7-alpha.0",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {