@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.
- package/README.md +4 -2
- package/actions/release-tail/README.md +17 -0
- package/bin/buildchain.mjs +11 -0
- package/bin/internal/command-registry.mjs +2 -0
- package/contracts/fixtures/release-tail-capabilities-v1/kungfu-alpha.json +273 -0
- package/contracts/publication-rehearsal-capsule-v1.schema.json +173 -0
- package/contracts/release-tail-capabilities-v1.schema.json +199 -0
- package/contracts/release-tail-provider-bindings-v1.schema.json +56 -0
- package/dist/site/agent-index.json +3 -0
- package/dist/site/artifact-schemas.json +6 -0
- package/dist/site/buildchain-contract.json +35 -20
- package/dist/site/buildchain-site.json +307 -17
- package/dist/site/capability-registry.json +12 -9
- package/dist/site/cli-registry.json +102 -0
- package/dist/site/controller-registry.json +14 -2
- package/dist/site/kfd-claims.json +247 -16
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +48 -3
- package/dist/site/node-api-registry.json +3108 -1409
- package/dist/site/page-registry.json +275 -9
- package/dist/site/public-surface-audit.json +304 -15
- package/dist/site/publication-authority-registry.json +26 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +5 -0
- package/dist/site/schemas/publication-rehearsal-capsule-v1.schema.json +269 -0
- package/dist/site/schemas/release-tail-capabilities-v1.schema.json +353 -0
- package/dist/site/schemas/release-tail-provider-bindings-v1.schema.json +94 -0
- package/dist/site/site-manifest.json +31 -7
- package/dist/site/workflow-registry.json +86 -9
- package/docs/MAP.md +5 -2
- package/docs/cli-reference.md +136 -0
- package/docs/node-api-reference.md +233 -84
- package/docs/publication-rehearsal.md +94 -0
- package/docs/release-tail-contract.md +160 -0
- package/docs/release-tail-provider-plane.md +120 -0
- package/package.json +8 -3
- package/packages/core/buildchain-agent-manuals.js +3 -0
- package/packages/core/buildchain-kfd-claims.js +1 -1
- package/packages/core/buildchain-publication-authority.js +1 -0
- package/packages/core/index.js +39 -0
- package/packages/core/paper-agent-entry.js +11 -5
- package/packages/core/paper-repository.js +1 -0
- package/packages/core/paper-scaffold-content.js +21 -0
- package/packages/core/paper.js +28 -2
- package/packages/core/publication-rehearsal-projection.js +173 -0
- package/packages/core/publication-rehearsal-runtime.js +909 -0
- package/packages/core/release-tail-compatibility.js +60 -0
- package/packages/core/release-tail-provider-adapters.js +461 -0
- package/packages/core/release-tail-provider-plane.js +1228 -0
- package/scripts/assemble-publication-artifact-admission.mjs +1 -1
- package/scripts/assemble-self-publication-admission.mjs +1 -1
- package/scripts/buildchain-cli-help.mjs +13 -0
- package/scripts/check-core-mechanism-inventory.mjs +347 -0
- package/scripts/check-inventory.mjs +8 -8
- package/scripts/check-maintainability.mjs +9 -2
- package/scripts/check-release-tail-contract.mjs +435 -0
- package/scripts/generate-channel-promotion-workflow.mjs +10 -8
- package/scripts/generate-site-bundle.mjs +24 -0
- package/scripts/init-repo.mjs +26 -2
- package/scripts/materialize-self-release-candidate-version.mjs +131 -0
- package/scripts/release-tail.mjs +159 -0
- package/scripts/site-capability-metadata.mjs +11 -0
- package/scripts/v4-architecture.mjs +600 -0
- package/scripts/workflow-call-contract.mjs +184 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-site-manifest",
|
|
4
|
-
"generatedAt": "2026-08-
|
|
5
|
-
"publishedAt": "2026-08-
|
|
4
|
+
"generatedAt": "2026-08-07T20:20:23.000Z",
|
|
5
|
+
"publishedAt": "2026-08-07T20:20:23.000Z",
|
|
6
6
|
"reproducible": true,
|
|
7
7
|
"timestampPolicy": "ci-injected",
|
|
8
8
|
"deterministicInputs": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"declared Buildchain surface manifest contract"
|
|
20
20
|
],
|
|
21
21
|
"sourceDateEpoch": "0",
|
|
22
|
-
"sourceRevision": "
|
|
22
|
+
"sourceRevision": "f1f1ef71bc3aa1488876dbb98533fa98cecc4d9a",
|
|
23
23
|
"timestampPolicyDetails": {
|
|
24
24
|
"contract": "kungfu-buildchain-surface-timestamp-policy",
|
|
25
25
|
"timestampFields": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"package": {
|
|
39
39
|
"name": "@kungfu-tech/buildchain",
|
|
40
|
-
"version": "3.0.
|
|
40
|
+
"version": "3.0.7-alpha.0",
|
|
41
41
|
"versionSource": "package.json#version"
|
|
42
42
|
},
|
|
43
43
|
"entrypoint": "buildchain-site.json",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"path": "docs/MAP.md",
|
|
54
54
|
"plane": "use",
|
|
55
55
|
"exists": true,
|
|
56
|
-
"digest": "sha256:
|
|
56
|
+
"digest": "sha256:768042c2b38dd261803f49a141898fe80ce3e19b2a948abda2867e47c56c0b5c"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"id": "getting-started",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"path": "docs/cli-reference.md",
|
|
230
230
|
"plane": "use",
|
|
231
231
|
"exists": true,
|
|
232
|
-
"digest": "sha256:
|
|
232
|
+
"digest": "sha256:3b203848db87e68762417e768eb8a09a7e653eb30fb7cc21354e72678706b714"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"id": "node-api-reference",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"path": "docs/node-api-reference.md",
|
|
238
238
|
"plane": "use",
|
|
239
239
|
"exists": true,
|
|
240
|
-
"digest": "sha256:
|
|
240
|
+
"digest": "sha256:6dd79b998f63cf996e5c76b4fe0c654d12ca603cd5db1277ef3347f489b96ef0"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"id": "build-facts",
|
|
@@ -287,6 +287,30 @@
|
|
|
287
287
|
"exists": true,
|
|
288
288
|
"digest": "sha256:72466943bb459f6857f23ac6f92bcf4714dcd2f535c38a9f0e34864b36404e06"
|
|
289
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"id": "release-tail-contract",
|
|
292
|
+
"title": "Declarative release-tail contract",
|
|
293
|
+
"path": "docs/release-tail-contract.md",
|
|
294
|
+
"plane": "verify",
|
|
295
|
+
"exists": true,
|
|
296
|
+
"digest": "sha256:1cfd927f30d71a359397a7177048b298269a8e665e67237187eb817e5d196b41"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "release-tail-provider-plane",
|
|
300
|
+
"title": "Declarative release-tail provider plane",
|
|
301
|
+
"path": "docs/release-tail-provider-plane.md",
|
|
302
|
+
"plane": "use",
|
|
303
|
+
"exists": true,
|
|
304
|
+
"digest": "sha256:72f4267de80bb9c57859c78e5624a6d963d452d60412543347d98d6753218d61"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "publication-rehearsal",
|
|
308
|
+
"title": "Publication rehearsal",
|
|
309
|
+
"path": "docs/publication-rehearsal.md",
|
|
310
|
+
"plane": "use",
|
|
311
|
+
"exists": true,
|
|
312
|
+
"digest": "sha256:b71c8be4a73078adae6efa838eeded0bfafef90f1e3873aad65d116f2481ae09"
|
|
313
|
+
},
|
|
290
314
|
{
|
|
291
315
|
"id": "release-governance",
|
|
292
316
|
"title": "Release governance",
|
|
@@ -467,6 +467,7 @@
|
|
|
467
467
|
"buildchain-ref",
|
|
468
468
|
"buildchain-repository",
|
|
469
469
|
"channel",
|
|
470
|
+
"declarative-release-tail",
|
|
470
471
|
"dry-run",
|
|
471
472
|
"github-artifact-attestation-environment",
|
|
472
473
|
"github-artifact-attestation-policy-json",
|
|
@@ -489,12 +490,14 @@
|
|
|
489
490
|
"promotion-shell-sha",
|
|
490
491
|
"promotion-target-ref",
|
|
491
492
|
"publication-admission-json",
|
|
493
|
+
"publication-authority-workflow-path",
|
|
492
494
|
"publication-auto-admission",
|
|
493
495
|
"publication-auto-no-gate",
|
|
494
496
|
"publication-commit-command",
|
|
495
497
|
"publication-commit-evidence-path",
|
|
496
498
|
"publication-consumer-predicate-id",
|
|
497
499
|
"publication-consumer-qualification-command",
|
|
500
|
+
"publication-consumer-qualification-controller-sha",
|
|
498
501
|
"publication-control-plane-audit-json",
|
|
499
502
|
"publication-expected-json",
|
|
500
503
|
"publication-gate-aggregate-json",
|
|
@@ -563,7 +566,7 @@
|
|
|
563
566
|
"target-sha",
|
|
564
567
|
"trusted-publishing"
|
|
565
568
|
],
|
|
566
|
-
"inputCount":
|
|
569
|
+
"inputCount": 110,
|
|
567
570
|
"secrets": [
|
|
568
571
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
569
572
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -600,9 +603,14 @@
|
|
|
600
603
|
"release-candidate-artifact",
|
|
601
604
|
"release-candidate-recovery-receipt-artifact",
|
|
602
605
|
"release-candidate-recovery-root",
|
|
603
|
-
"release-propagation-work-artifact"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
+
"release-propagation-work-artifact",
|
|
607
|
+
"release-tail-declaration-root",
|
|
608
|
+
"release-tail-receipt-roots-json",
|
|
609
|
+
"release-tail-state-root",
|
|
610
|
+
"release-tail-transaction-root",
|
|
611
|
+
"release-tail-transaction-state"
|
|
612
|
+
],
|
|
613
|
+
"outputCount": 28,
|
|
606
614
|
"surface": "reusable-workflow",
|
|
607
615
|
"capabilityGroup": "api-cli-reference",
|
|
608
616
|
"status": "active",
|
|
@@ -2371,6 +2379,7 @@
|
|
|
2371
2379
|
"buildchain-repository",
|
|
2372
2380
|
"buildchain-stable-contract-lock-path",
|
|
2373
2381
|
"channel",
|
|
2382
|
+
"declarative-release-tail",
|
|
2374
2383
|
"dry-run",
|
|
2375
2384
|
"github-artifact-attestation-environment",
|
|
2376
2385
|
"github-artifact-attestation-policy-json",
|
|
@@ -2388,6 +2397,7 @@
|
|
|
2388
2397
|
"publication-commit-evidence-path",
|
|
2389
2398
|
"publication-consumer-predicate-id",
|
|
2390
2399
|
"publication-consumer-qualification-command",
|
|
2400
|
+
"publication-consumer-qualification-controller-sha",
|
|
2391
2401
|
"publication-control-plane-audit-json",
|
|
2392
2402
|
"publication-expected-json",
|
|
2393
2403
|
"publication-gate-aggregate-json",
|
|
@@ -2456,7 +2466,7 @@
|
|
|
2456
2466
|
"target-sha",
|
|
2457
2467
|
"trusted-publishing"
|
|
2458
2468
|
],
|
|
2459
|
-
"inputCount":
|
|
2469
|
+
"inputCount": 101,
|
|
2460
2470
|
"secrets": [
|
|
2461
2471
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
2462
2472
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -2505,9 +2515,14 @@
|
|
|
2505
2515
|
"release-candidate-artifact",
|
|
2506
2516
|
"release-candidate-recovery-receipt-artifact",
|
|
2507
2517
|
"release-candidate-recovery-root",
|
|
2508
|
-
"release-propagation-work-artifact"
|
|
2509
|
-
|
|
2510
|
-
|
|
2518
|
+
"release-propagation-work-artifact",
|
|
2519
|
+
"release-tail-declaration-root",
|
|
2520
|
+
"release-tail-receipt-roots-json",
|
|
2521
|
+
"release-tail-state-root",
|
|
2522
|
+
"release-tail-transaction-root",
|
|
2523
|
+
"release-tail-transaction-state"
|
|
2524
|
+
],
|
|
2525
|
+
"outputCount": 40,
|
|
2511
2526
|
"surface": "release-governance",
|
|
2512
2527
|
"capabilityGroup": "reusable-build",
|
|
2513
2528
|
"status": "active",
|
|
@@ -2647,6 +2662,42 @@
|
|
|
2647
2662
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2648
2663
|
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
2649
2664
|
},
|
|
2665
|
+
{
|
|
2666
|
+
"id": "release-tail",
|
|
2667
|
+
"path": ".github/workflows/release-tail.yml",
|
|
2668
|
+
"reusable": true,
|
|
2669
|
+
"inputs": [
|
|
2670
|
+
"buildchain-ref",
|
|
2671
|
+
"capsule-contract",
|
|
2672
|
+
"capsule-path",
|
|
2673
|
+
"capsule-root",
|
|
2674
|
+
"evidence-path",
|
|
2675
|
+
"state-path"
|
|
2676
|
+
],
|
|
2677
|
+
"inputCount": 6,
|
|
2678
|
+
"secrets": [
|
|
2679
|
+
"http-token"
|
|
2680
|
+
],
|
|
2681
|
+
"secretCount": 1,
|
|
2682
|
+
"outputs": [
|
|
2683
|
+
"binding-root",
|
|
2684
|
+
"evidence-root",
|
|
2685
|
+
"state-root",
|
|
2686
|
+
"transaction-root",
|
|
2687
|
+
"transaction-state"
|
|
2688
|
+
],
|
|
2689
|
+
"outputCount": 5,
|
|
2690
|
+
"surface": "release-tail-provider-plane",
|
|
2691
|
+
"capabilityGroup": "release-passport-trust",
|
|
2692
|
+
"status": "active",
|
|
2693
|
+
"owner": "buildchain-workflows",
|
|
2694
|
+
"maturity": "active",
|
|
2695
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2696
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2697
|
+
"deprecationReplacement": "",
|
|
2698
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2699
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
2700
|
+
},
|
|
2650
2701
|
{
|
|
2651
2702
|
"id": "release-verify",
|
|
2652
2703
|
"path": ".github/workflows/release-verify.yml",
|
|
@@ -2856,6 +2907,7 @@
|
|
|
2856
2907
|
"branch-protection-bypass-apps",
|
|
2857
2908
|
"branch-protection-bypass-teams",
|
|
2858
2909
|
"branch-protection-bypass-users",
|
|
2910
|
+
"declarative-release-tail",
|
|
2859
2911
|
"dry-run",
|
|
2860
2912
|
"expected-publication-version",
|
|
2861
2913
|
"generated-pull-request-token",
|
|
@@ -2865,6 +2917,7 @@
|
|
|
2865
2917
|
"github-release-artifact-paths",
|
|
2866
2918
|
"github-release-notes",
|
|
2867
2919
|
"github-release-title",
|
|
2920
|
+
"plan-before-target-advance",
|
|
2868
2921
|
"promote-only-release-candidate",
|
|
2869
2922
|
"publication-capability-json",
|
|
2870
2923
|
"publication-gate-aggregate-json",
|
|
@@ -2917,6 +2970,7 @@
|
|
|
2917
2970
|
"release-passport-platform-manifest-paths",
|
|
2918
2971
|
"release-passport-product-name",
|
|
2919
2972
|
"release-passport-promotion-routing-json",
|
|
2973
|
+
"release-tail-state-path",
|
|
2920
2974
|
"require-governance",
|
|
2921
2975
|
"require-publication-qualification",
|
|
2922
2976
|
"require-publish-source-lock",
|
|
@@ -2929,7 +2983,30 @@
|
|
|
2929
2983
|
"transaction-state-path",
|
|
2930
2984
|
"verification-command"
|
|
2931
2985
|
],
|
|
2932
|
-
"inputCount":
|
|
2986
|
+
"inputCount": 79,
|
|
2987
|
+
"capabilityGroup": "release-passport-trust",
|
|
2988
|
+
"status": "active",
|
|
2989
|
+
"owner": "buildchain-actions",
|
|
2990
|
+
"maturity": "stable",
|
|
2991
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2992
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2993
|
+
"deprecationReplacement": "",
|
|
2994
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2995
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"id": "release-tail",
|
|
2999
|
+
"path": "actions/release-tail/action.yml",
|
|
3000
|
+
"inputs": [
|
|
3001
|
+
"capsule",
|
|
3002
|
+
"capsule-contract",
|
|
3003
|
+
"capsule-root",
|
|
3004
|
+
"evidence-path",
|
|
3005
|
+
"github-token",
|
|
3006
|
+
"http-token",
|
|
3007
|
+
"state-path"
|
|
3008
|
+
],
|
|
3009
|
+
"inputCount": 7,
|
|
2933
3010
|
"capabilityGroup": "release-passport-trust",
|
|
2934
3011
|
"status": "active",
|
|
2935
3012
|
"owner": "buildchain-actions",
|
package/docs/MAP.md
CHANGED
|
@@ -59,7 +59,7 @@ workflow, action, and Node API export also carries a `capabilityGroup`,
|
|
|
59
59
|
| Capability group | Primary facts | Primary manuals |
|
|
60
60
|
| --- | --- | --- |
|
|
61
61
|
| Getting Started | `capability-registry.json`, `product-mechanism.json` | [`getting-started.md`](getting-started.md), [`install.md`](install.md), [`product-mechanism.md`](product-mechanism.md), [`cli.md`](cli.md) |
|
|
62
|
-
| Release Passport and Trust | `release-model.json`, `artifact-schemas.json`, `publication-authority-registry.json`, `kfd-claims.json` | [`release-passport.md`](release-passport.md), [`github-artifact-attestation.md`](github-artifact-attestation.md), [`publication-authority.md`](publication-authority.md), [`release-candidate.md`](release-candidate.md), [`publish-transaction.md`](publish-transaction.md), [`binary-distribution.md`](binary-distribution.md) |
|
|
62
|
+
| Release Passport and Trust | `release-model.json`, `artifact-schemas.json`, `publication-authority-registry.json`, `kfd-claims.json` | [`release-passport.md`](release-passport.md), [`github-artifact-attestation.md`](github-artifact-attestation.md), [`publication-authority.md`](publication-authority.md), [`release-candidate.md`](release-candidate.md), [`publish-transaction.md`](publish-transaction.md), [`release-tail-contract.md`](release-tail-contract.md), [`publication-rehearsal.md`](publication-rehearsal.md), [`binary-distribution.md`](binary-distribution.md) |
|
|
63
63
|
| Reusable Build and Lifecycle | `workflow-registry.json`, `controller-registry.json`, `release-model.json` | [`reusable-build-surface.md`](reusable-build-surface.md), [`controller-evidence.md`](controller-evidence.md), [`shifu-gate-profiles.md`](shifu-gate-profiles.md), [`lifecycle-protocol.md`](lifecycle-protocol.md) |
|
|
64
64
|
| KFD Trust and Surface Closure | `kfd-claims.json`, `public-surface-audit.json`, `cli-registry.json`, `node-api-registry.json` | [`kfd-support.md`](kfd-support.md), [`release-passport.md`](release-passport.md) |
|
|
65
65
|
| Site Bundle, Web Surfaces, and Propagation | `buildchain-site.json`, `site-manifest.json`, `page-registry.json`, `release-model.json` | [`site-bundle-contract.md`](site-bundle-contract.md), [`web-surface-deployments.md`](web-surface-deployments.md), [`release-propagation.md`](release-propagation.md) |
|
|
@@ -109,6 +109,7 @@ replace them.
|
|
|
109
109
|
| How do I import Buildchain toolkit APIs from JavaScript build code? | [`node-api-reference.md`](node-api-reference.md) + [`../packages/core/README.md`](../packages/core/README.md) | use | stable |
|
|
110
110
|
| How do I initialize a new repository? | [`getting-started.md`](getting-started.md) + [`lifecycle-protocol.md`](lifecycle-protocol.md) | use | stable |
|
|
111
111
|
| Why does Buildchain use branch-driven release governance? | [`release-governance.md`](release-governance.md) | why | stable |
|
|
112
|
+
| What freezes the v4 dependency direction, writer authority, complexity budgets, exceptions, and N-1 qualification? | [`../architecture/v4-architecture-constitution.md`](../architecture/v4-architecture-constitution.md) | why/verify | preview |
|
|
112
113
|
| How do protected dev branches and scheduled ready-PR merging work? | [`release-governance.md`](release-governance.md#protected-dev-branches) | use | stable |
|
|
113
114
|
| How do slow required checks land reliably on a busy dev channel? | [`release-governance.md`](release-governance.md#protected-dev-branches) + [`cli.md`](cli.md#commands) | use | preview |
|
|
114
115
|
| How does the durable fair Dev Delivery Warrant Queue prevent slow-candidate starvation? | [`dev-delivery-warrant.md`](dev-delivery-warrant.md) | use/verify | preview |
|
|
@@ -120,6 +121,8 @@ replace them.
|
|
|
120
121
|
| What is the active action and workflow source of truth? | [`ownership.md`](ownership.md) | verify | stable |
|
|
121
122
|
| How do I declare version files and custom lifecycle commands? | [`lifecycle-protocol.md`](lifecycle-protocol.md) | use | stable |
|
|
122
123
|
| How does publish evidence, recovery, and finalization work? | [`publish-transaction.md`](publish-transaction.md) | verify | stable |
|
|
124
|
+
| How are consumer-owned release-tail commands inventoried and replaced by declarative capabilities? | [`release-tail-contract.md`](release-tail-contract.md) | verify | draft |
|
|
125
|
+
| How do I reproduce publication semantics locally without GitHub runner state? | [`publication-rehearsal.md`](publication-rehearsal.md), [`../architecture/decisions/0001-release-local-constructibility.md`](../architecture/decisions/0001-release-local-constructibility.md) | use/verify | preview |
|
|
123
126
|
| How do I collect and verify module/product build facts from Git source, version files, and outputs? | [`build-facts.md`](build-facts.md) + [`cli.md`](cli.md) | use/verify | stable |
|
|
124
127
|
| How do I publish or verify release passport artifacts? | [`release-passport.md`](release-passport.md) | use | stable |
|
|
125
128
|
| How do I keylessly attest Linux release artifacts with GitHub and bind them to a Release Passport? | [`github-artifact-attestation.md`](github-artifact-attestation.md) | verify/use | preview |
|
|
@@ -154,7 +157,7 @@ replace them.
|
|
|
154
157
|
| How do I deploy a site/app preview, staging, or production surface? | [`web-surface-deployments.md`](web-surface-deployments.md) | use | stable |
|
|
155
158
|
| How do I publish observed infrastructure contracts for downstream consumers? | [`infra-contract.md`](infra-contract.md) | use | preview |
|
|
156
159
|
| How do I operate a repeatable, disabled-by-default, budget-fail-closed AWS Windows JIT campaign? | [`aws-us-elastic-runner-burst-plane.md`](aws-us-elastic-runner-burst-plane.md#phase-2-operator-workflow) | use/verify | preview |
|
|
157
|
-
| How do I use the active actions directly? | [`../actions/validate-config/README.md`](../actions/validate-config/README.md), [`../actions/run-lifecycle/README.md`](../actions/run-lifecycle/README.md), [`../actions/promote-buildchain-ref/README.md`](../actions/promote-buildchain-ref/README.md), [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md), [`../actions/github-artifact-attestation/README.md`](../actions/github-artifact-attestation/README.md), [`../actions/macos-credential-island/README.md`](../actions/macos-credential-island/README.md); `dist/site/workflow-registry.json#actions` is authoritative for the
|
|
160
|
+
| How do I use the active actions directly? | [`../actions/validate-config/README.md`](../actions/validate-config/README.md), [`../actions/run-lifecycle/README.md`](../actions/run-lifecycle/README.md), [`../actions/promote-buildchain-ref/README.md`](../actions/promote-buildchain-ref/README.md), [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md), [`../actions/github-artifact-attestation/README.md`](../actions/github-artifact-attestation/README.md), [`../actions/macos-credential-island/README.md`](../actions/macos-credential-island/README.md), [`../actions/release-tail/README.md`](../actions/release-tail/README.md); `dist/site/workflow-registry.json#actions` is authoritative for the seven-entry inventory. | use | stable |
|
|
158
161
|
| How can a consumer workflow report a Buildchain-owned failure back to Buildchain? | [`consumer-issue-reporting.md`](consumer-issue-reporting.md) + [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md) | use | stable |
|
|
159
162
|
| What do the fixture repositories demonstrate? | [`../fixtures/libnode-shaped/README.md`](../fixtures/libnode-shaped/README.md), [`../fixtures/publish-transaction-shaped/README.md`](../fixtures/publish-transaction-shaped/README.md), [`../fixtures/web-surface-shaped/README.md`](../fixtures/web-surface-shaped/README.md), [`../fixtures/publication-artifact-shaped/README.md`](../fixtures/publication-artifact-shaped/README.md) | verify | stable |
|
|
160
163
|
| What license and contribution terms apply? | [`../LICENSE`](../LICENSE) + [`../LICENSE-POLICY.md`](../LICENSE-POLICY.md) | use | stable |
|
package/docs/cli-reference.md
CHANGED
|
@@ -22,6 +22,63 @@ ai_provenance:
|
|
|
22
22
|
|
|
23
23
|
Every listed help command is intercepted before dispatch, exits zero, and performs no command side effects.
|
|
24
24
|
|
|
25
|
+
## `architecture`
|
|
26
|
+
|
|
27
|
+
### `buildchain architecture`
|
|
28
|
+
|
|
29
|
+
- Help: `buildchain architecture --help`
|
|
30
|
+
- Canonical id: `architecture`
|
|
31
|
+
- Options: none declared
|
|
32
|
+
- Syntax:
|
|
33
|
+
|
|
34
|
+
```text
|
|
35
|
+
buildchain architecture
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### `buildchain architecture list`
|
|
39
|
+
|
|
40
|
+
- Help: `buildchain architecture list --help`
|
|
41
|
+
- Canonical id: `architecture`
|
|
42
|
+
- Options: `--cwd`, `--json`
|
|
43
|
+
- Syntax:
|
|
44
|
+
|
|
45
|
+
```text
|
|
46
|
+
buildchain architecture list [--cwd <dir>] [--json]
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### `buildchain architecture qualify`
|
|
50
|
+
|
|
51
|
+
- Help: `buildchain architecture qualify --help`
|
|
52
|
+
- Canonical id: `architecture`
|
|
53
|
+
- Options: `--authority-revision`, `--candidate-revision`, `--cwd`, `--json`
|
|
54
|
+
- Syntax:
|
|
55
|
+
|
|
56
|
+
```text
|
|
57
|
+
buildchain architecture qualify --authority-revision <git-revision> [--candidate-revision <git-revision>] [--cwd <dir>] [--json]
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### `buildchain architecture show`
|
|
61
|
+
|
|
62
|
+
- Help: `buildchain architecture show --help`
|
|
63
|
+
- Canonical id: `architecture`
|
|
64
|
+
- Options: `--cwd`, `--json`
|
|
65
|
+
- Syntax:
|
|
66
|
+
|
|
67
|
+
```text
|
|
68
|
+
buildchain architecture show <capability-id> [--cwd <dir>] [--json]
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### `buildchain architecture validate`
|
|
72
|
+
|
|
73
|
+
- Help: `buildchain architecture validate --help`
|
|
74
|
+
- Canonical id: `architecture`
|
|
75
|
+
- Options: `--cwd`, `--json`
|
|
76
|
+
- Syntax:
|
|
77
|
+
|
|
78
|
+
```text
|
|
79
|
+
buildchain architecture validate [--cwd <dir>] [--json]
|
|
80
|
+
```
|
|
81
|
+
|
|
25
82
|
## `audit`
|
|
26
83
|
|
|
27
84
|
### `buildchain audit`
|
|
@@ -1877,6 +1934,85 @@ buildchain release-propagation <plan|write-lock|work|entry|pickup> ...
|
|
|
1877
1934
|
buildchain release-propagation <plan|write-lock|work|entry|pickup> ...
|
|
1878
1935
|
```
|
|
1879
1936
|
|
|
1937
|
+
## `release-tail`
|
|
1938
|
+
|
|
1939
|
+
### `buildchain release-tail`
|
|
1940
|
+
|
|
1941
|
+
- Help: `buildchain release-tail --help`
|
|
1942
|
+
- Canonical id: `release-tail`
|
|
1943
|
+
- Options: none declared
|
|
1944
|
+
- Syntax:
|
|
1945
|
+
|
|
1946
|
+
```text
|
|
1947
|
+
buildchain release-tail
|
|
1948
|
+
```
|
|
1949
|
+
|
|
1950
|
+
### `buildchain release-tail compat`
|
|
1951
|
+
|
|
1952
|
+
- Help: `buildchain release-tail compat --help`
|
|
1953
|
+
- Canonical id: `release-tail`
|
|
1954
|
+
- Options: `--hooks-json`, `--output`
|
|
1955
|
+
- Syntax:
|
|
1956
|
+
|
|
1957
|
+
```text
|
|
1958
|
+
buildchain release-tail compat --hooks-json <json-or-path> [--output <path>]
|
|
1959
|
+
```
|
|
1960
|
+
|
|
1961
|
+
### `buildchain release-tail init`
|
|
1962
|
+
|
|
1963
|
+
- Help: `buildchain release-tail init --help`
|
|
1964
|
+
- Canonical id: `release-tail`
|
|
1965
|
+
- Options: `--declaration`, `--state`
|
|
1966
|
+
- Syntax:
|
|
1967
|
+
|
|
1968
|
+
```text
|
|
1969
|
+
buildchain release-tail init --declaration <json-or-path> [--state <path>]
|
|
1970
|
+
```
|
|
1971
|
+
|
|
1972
|
+
### `buildchain release-tail plan`
|
|
1973
|
+
|
|
1974
|
+
- Help: `buildchain release-tail plan --help`
|
|
1975
|
+
- Canonical id: `release-tail`
|
|
1976
|
+
- Options: `--declaration`, `--output`
|
|
1977
|
+
- Syntax:
|
|
1978
|
+
|
|
1979
|
+
```text
|
|
1980
|
+
buildchain release-tail plan --declaration <json-or-path> [--output <path>]
|
|
1981
|
+
```
|
|
1982
|
+
|
|
1983
|
+
### `buildchain release-tail rehearse`
|
|
1984
|
+
|
|
1985
|
+
- Help: `buildchain release-tail rehearse --help`
|
|
1986
|
+
- Canonical id: `release-tail`
|
|
1987
|
+
- Options: `--capsule`, `--capsule-root`, `--environment-json`, `--evidence`, `--mode`, `--state`
|
|
1988
|
+
- Syntax:
|
|
1989
|
+
|
|
1990
|
+
```text
|
|
1991
|
+
buildchain release-tail rehearse --capsule <path> --capsule-root <absolute-path> --mode <simulate|replay> --state <path> --evidence <path> [--environment-json <json-or-path>]
|
|
1992
|
+
```
|
|
1993
|
+
|
|
1994
|
+
### `buildchain release-tail status`
|
|
1995
|
+
|
|
1996
|
+
- Help: `buildchain release-tail status --help`
|
|
1997
|
+
- Canonical id: `release-tail`
|
|
1998
|
+
- Options: `--output`, `--state`
|
|
1999
|
+
- Syntax:
|
|
2000
|
+
|
|
2001
|
+
```text
|
|
2002
|
+
buildchain release-tail <status|verify> [--state <path>] [--output <path>]
|
|
2003
|
+
```
|
|
2004
|
+
|
|
2005
|
+
### `buildchain release-tail verify`
|
|
2006
|
+
|
|
2007
|
+
- Help: `buildchain release-tail verify --help`
|
|
2008
|
+
- Canonical id: `release-tail`
|
|
2009
|
+
- Options: `--output`, `--state`
|
|
2010
|
+
- Syntax:
|
|
2011
|
+
|
|
2012
|
+
```text
|
|
2013
|
+
buildchain release-tail <status|verify> [--state <path>] [--output <path>]
|
|
2014
|
+
```
|
|
2015
|
+
|
|
1880
2016
|
## `sample`
|
|
1881
2017
|
|
|
1882
2018
|
### `buildchain sample`
|