@kungfu-tech/buildchain 4.1.0-alpha.0 → 4.1.0-alpha.1
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/AGENTS.md +30 -41
- package/CONTRIBUTING.md +6 -7
- package/architecture/action-taxonomy.json +5 -21
- package/architecture/agent-change-map.md +74 -56
- package/architecture/build-orchestration.json +8 -1
- package/architecture/ci-lane-change-budget.json +179 -69
- package/architecture/floating-consumer-policy.json +7 -17
- package/architecture/internal-capabilities.json +58 -72
- package/architecture/maintainability-debt.json +138 -52
- package/architecture/maintainability-policy.json +6 -15
- package/architecture/promotion-job-topology.json +39 -20
- package/architecture/release-topology.json +26 -37
- package/architecture/runtime-entry.json +26 -0
- package/architecture/runtime-resume-lineage.json +23 -0
- package/architecture/stage-capsule-qualification.json +2 -2
- package/architecture/universal-workflow-bootstrap.json +10 -25
- package/architecture/universal-workflow-capability-policy.json +61 -0
- package/architecture/universal-workflow-fault-campaign.json +18 -24
- package/architecture/workflow-taxonomy.json +0 -11
- package/contracts/fixtures/{v4-runtime-ref-resume-authority-v1 → runtime-resume-lineage-v2}/scenario.json +2 -3
- package/contracts/fixtures/v4-floating-consumer-policy-v1/cases.json +2 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/promotion-invocation-v1.schema.json +0 -44
- package/contracts/promotion-request-v1.schema.json +0 -39
- package/contracts/runtime-resume-lineage-v2.schema.json +182 -0
- package/dist/site/buildchain-contract.json +472 -361
- package/dist/site/buildchain-site.json +99 -99
- package/dist/site/capability-registry.json +3 -3
- package/dist/site/cli-registry.json +4 -4
- package/dist/site/controller-registry.json +94 -78
- package/dist/site/kfd-claims.json +224 -343
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +15 -15
- package/dist/site/node-api-registry.json +239 -354
- package/dist/site/page-registry.json +80 -80
- package/dist/site/public-surface-audit.json +203 -254
- package/dist/site/publication-authority-registry.json +1 -24
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -1
- package/dist/site/site-manifest.json +19 -19
- package/dist/site/workflow-registry.json +197 -357
- package/docs/MAP.md +3 -3
- package/docs/auditable-demo.md +4 -4
- package/docs/cli-reference.md +2 -2
- package/docs/code-organization.md +5 -4
- package/docs/controller-evidence.md +2 -2
- package/docs/dev-alpha-candidate-patrol.md +5 -5
- package/docs/dev-delivery-warrant.md +14 -24
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/github-artifact-attestation.md +9 -12
- package/docs/github-governance-authority.md +4 -4
- package/docs/node-api-reference.md +153 -167
- package/docs/publication-artifacts.md +3 -4
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +21 -27
- package/docs/release-governance.md +10 -10
- package/docs/release-promotion-request.md +11 -18
- package/docs/release-propagation.md +5 -6
- package/docs/release-tail-provider-plane.md +2 -3
- package/docs/reusable-build-surface.md +13 -7
- package/docs/runtime-entry.md +111 -0
- package/docs/runtime-train-validation.md +30 -41
- package/docs/v4-publication-rehearsal.md +5 -5
- package/docs/v4-stage-capsule.md +9 -10
- package/docs/web-surface-deployments.md +16 -20
- package/docs/workflow-catalog.md +0 -1
- package/package.json +6 -6
- package/packages/core/adoption/commands/init-repo.mjs +2 -2
- package/packages/core/adoption/cross-platform-adopter-qualification.js +2 -13
- package/packages/core/adoption/qualification/actions.js +3 -5
- package/packages/core/adoption/qualification/admission.js +2 -3
- package/packages/core/build/artifact/attestation.js +0 -1
- package/packages/core/build/artifact/contracts.js +1 -4
- package/packages/core/build/artifact/store.js +6 -5
- package/packages/core/build/artifact-signing.js +4 -10
- package/packages/core/build/binary/actions.js +15 -9
- package/packages/core/build/binary-publication-dispatch.js +2 -6
- package/packages/core/build/demo/action-context.js +2 -11
- package/packages/core/build/demo/binary-action.js +8 -10
- package/packages/core/build/gate/controller.js +0 -2
- package/packages/core/build/github-attestation/action.js +2 -7
- package/packages/core/build/github-attestation/admission.js +0 -8
- package/packages/core/build/github-attestation/transaction.js +1 -2
- package/packages/core/build/lifecycle/stage-action.js +2 -0
- package/packages/core/build/lifecycle/stage.js +6 -3
- package/packages/core/build/macos-credential-island/dmg-assembly.js +0 -2
- package/packages/core/build/macos-credential-island/lib.js +2 -6
- package/packages/core/build/plan/action-context.js +0 -7
- package/packages/core/build/plan/action.js +7 -11
- package/packages/core/build/plan/admission.js +6 -73
- package/packages/core/build/plan/configuration.js +1 -1
- package/packages/core/build/plan/environment.js +1 -1
- package/packages/core/build/plan/identity.js +1 -5
- package/packages/core/build/plan/resolve.js +7 -1
- package/packages/core/build/recovery/checkpoint.js +158 -0
- package/packages/core/build/recovery/transaction.js +51 -0
- package/packages/core/build/signing/authority-actions.js +2 -11
- package/packages/core/build/signing/control.js +0 -5
- package/packages/core/build/signing/controller-transaction.js +0 -1
- package/packages/core/build/signing/delegation.js +2 -4
- package/packages/core/build/signing/dispatch.js +10 -56
- package/packages/core/build/signing/intake.js +0 -4
- package/packages/core/build/signing/prepare.js +1 -1
- package/packages/core/build/signing/request.js +3 -8
- package/packages/core/build/source/checkout-action.js +6 -10
- package/packages/core/build/source/controller.js +1 -4
- package/packages/core/build/source/lifecycle.js +3 -13
- package/packages/core/build/stage-capsule/actions.js +3 -13
- package/packages/core/build/stage-capsule/campaign/resume.js +10 -5
- package/packages/core/build/stage-capsule/rehearsal/verify.js +3 -4
- package/packages/core/build/stage-capsule-resume-planner.js +0 -1
- package/packages/core/build/summary/aggregation.js +5 -5
- package/packages/core/build/summary/finalization.js +1 -1
- package/packages/core/build/verification/actions.js +3 -12
- package/packages/core/build/verification/runner.js +22 -20
- package/packages/core/consumer/floating-consumer-evidence.js +3 -21
- package/packages/core/consumer/floating-consumer-policy.js +2 -93
- package/packages/core/consumer/floating-consumer-release-passport.js +1 -34
- package/packages/core/consumer/policy-admission.js +1 -3
- package/packages/core/contracts/buildchain-contract.js +12 -146
- package/packages/core/contracts/workflow-yaml-contract.js +11 -1
- package/packages/core/dev-delivery/candidate/admission.js +3 -4
- package/packages/core/dev-delivery/candidate/coordinates.js +0 -8
- package/packages/core/dev-delivery/commands/dev-delivery-request.sh +5 -13
- package/packages/core/dev-delivery/commands/dev-delivery-source-proof-reuse.mjs +0 -3
- package/packages/core/dev-delivery/dev-delivery-contract-surface.js +4 -52
- package/packages/core/dev-delivery/dev-delivery-execution-transfer.js +2 -15
- package/packages/core/dev-delivery/native/action-context.js +4 -32
- package/packages/core/dev-delivery/native/provider-boundary.js +0 -2
- package/packages/core/dev-delivery/native/transactions.js +1 -2
- package/packages/core/dev-delivery/queue/reconciliation-action.js +6 -10
- package/packages/core/dev-delivery/source-proof/predicates.js +0 -6
- package/packages/core/dev-delivery/source-proof/reuse.js +0 -2
- package/packages/core/dev-delivery/source-proof/seal.js +0 -2
- package/packages/core/governance/alpha-candidate/action.js +1 -10
- package/packages/core/governance/audit/actions.js +1 -3
- package/packages/core/governance/audit/collection.js +1 -3
- package/packages/core/governance/audit/identity.js +3 -31
- package/packages/core/governance/audit/transactions.js +2 -4
- package/packages/core/governance/buildchain-publication-authority.js +0 -1
- package/packages/core/governance/commands/audit-github-governance.mjs +3 -2
- package/packages/core/governance/github-governance-authority.js +0 -5
- package/packages/core/governance/receipt-admission.js +0 -15
- package/packages/core/index.js +1 -1
- package/packages/core/observability/controller/identity.js +4 -5
- package/packages/core/observability/controller-evidence.js +5 -10
- package/packages/core/paper/commands/paper.mjs +6 -6
- package/packages/core/paper/operations/plans.js +2 -2
- package/packages/core/paper/operations/provisioning-validation.js +1 -1
- package/packages/core/paper/operations/scaffold-workflows.js +29 -12
- package/packages/core/paper/operations/scaffold.js +97 -69
- package/packages/core/paper/paper-agent-entry.js +0 -11
- package/packages/core/paper/paper-runtime-channels.js +21 -66
- package/packages/core/paper/paper-scaffold-content.js +1 -1
- package/packages/core/paper/paper.js +9 -5
- package/packages/core/paper/publication/candidate.js +0 -9
- package/packages/core/paper/publication-controller.js +2 -4
- package/packages/core/providers/github/artifact-attestation.js +1 -1
- package/packages/core/publication/authority/actions.js +1 -5
- package/packages/core/publication/authority/assembly.js +1 -6
- package/packages/core/publication/authority/governance.js +2 -9
- package/packages/core/publication/authority/verification.js +2 -17
- package/packages/core/publication/binary/action.js +5 -7
- package/packages/core/publication/candidate/qualification-action.js +1 -6
- package/packages/core/publication/candidate/stage-capsules.js +1 -1
- package/packages/core/publication/npm/preview-action.js +9 -15
- package/packages/core/publication/oci/preview-actions.js +1 -10
- package/packages/core/publication/publication-artifact-candidate.js +2 -2
- package/packages/core/publication/publication-authority.js +2 -2
- package/packages/core/publication/publication-rehearsal-projection.js +3 -3
- package/packages/core/publication/settlement/actions.js +2 -11
- package/packages/core/release/binary/coordinates-action.js +0 -13
- package/packages/core/release/binary/coordinates.js +2 -19
- package/packages/core/release/commands/promotion-channel-router.mjs +12 -56
- package/packages/core/release/commands/resume-from-candidate-run.mjs +2 -3
- package/packages/core/release/dev-alpha-active-release-train.js +0 -5
- package/packages/core/release/line/action.js +2 -13
- package/packages/core/release/next-development/actions.js +2 -5
- package/packages/core/release/passport/consumer-validation.js +1 -28
- package/packages/core/release/promote-candidate/development-source.js +7 -8
- package/packages/core/release/promotion/actions.js +7 -38
- package/packages/core/release/promotion/admission.js +3 -50
- package/packages/core/release/promotion/candidate.js +2 -4
- package/packages/core/release/promotion/channel.js +13 -101
- package/packages/core/release/promotion/qualification-action.js +2 -13
- package/packages/core/release/promotion/routing.js +16 -81
- package/packages/core/release/promotion/selection.js +1 -9
- package/packages/core/release/promotion-request.js +1 -40
- package/packages/core/release/qualification/actions.js +0 -8
- package/packages/core/release/qualification/public-build.js +1 -1
- package/packages/core/release/recovery/candidate.js +15 -21
- package/packages/core/release/recovery/capsules.js +2 -10
- package/packages/core/release/recovery/lineage.js +305 -0
- package/packages/core/release/recovery/provenance.js +1 -2
- package/packages/core/release/recovery/publication.js +4 -14
- package/packages/core/release/recovery/readback.js +19 -32
- package/packages/core/release/recovery/runtime.js +4 -95
- package/packages/core/release/release-candidate-recovery.js +4 -9
- package/packages/core/release/release-candidate.js +2 -5
- package/packages/core/release/reseal/actions.js +3 -22
- package/packages/core/release/reseal/admission.js +0 -2
- package/packages/core/release/reseal/finalize-platform.js +0 -2
- package/packages/core/release/tail-reseal-github.js +1 -2
- package/packages/core/release/tail-reseal-receipt.js +0 -1
- package/packages/core/release/tail-reseal.js +2 -20
- package/packages/core/release/version-state.js +4 -13
- package/packages/core/runtime/buildchain-domain.wasm +0 -0
- package/packages/core/runtime/checkout-identity.js +0 -13
- package/packages/core/runtime/domain-wasm-artifact.js +2 -2
- package/packages/core/runtime/entry/actions.js +121 -0
- package/packages/core/runtime/entry/activation.js +86 -0
- package/packages/core/runtime/entry/github.js +52 -0
- package/packages/core/runtime/entry/recovery.js +37 -0
- package/packages/core/runtime/entry/selection.js +110 -0
- package/packages/core/web/controller.js +1 -1
- package/packages/core/web/publication-admission-action.js +1 -8
- package/packages/core/web/web-surface-publication-candidate.js +2 -5
- package/packages/core/workflow/admission/actions.js +6 -26
- package/packages/core/workflow/admission/recovery.js +3 -43
- package/packages/core/workflow/admission/transactions.js +8 -24
- package/packages/core/workflow/commands/buildchain-cli-help.mjs +1 -1
- package/packages/core/workflow/commands/universal-workflow-engine.mjs +2 -7
- package/packages/core/workflow/dogfood/actions.js +0 -17
- package/packages/core/workflow/engine/action.js +0 -5
- package/packages/core/workflow/engine/conformance.js +1 -1
- package/packages/core/workflow/engine/execution.js +2 -6
- package/packages/core/workflow/engine/identity.js +1 -6
- package/packages/core/workflow/engine/release-environment.js +11 -35
- package/packages/core/workflow/engine/release-promotion.js +2 -2
- package/packages/core/workflow/settlement/actions.js +0 -12
- package/packages/core/workflow/universal-self-dogfood.js +2 -16
- package/packages/core/workflow/universal-workflow-bootstrap.js +16 -241
- package/packages/core/workflow/workflow-taxonomy.mjs +2 -2
- package/scripts/check-dev-delivery-actions.mjs +17 -8
- package/scripts/check-floating-consumer-policy-contract.mjs +6 -6
- package/scripts/check-inventory.mjs +1 -10
- package/scripts/check-public-dogfood-contract.mjs +34 -21
- package/scripts/check-release-topology.mjs +2 -6
- package/scripts/check-runtime-entry.mjs +133 -0
- package/scripts/check-universal-workflow-bootstrap.mjs +45 -281
- package/scripts/check-workflows.sh +0 -7
- package/scripts/generate-bootstrap-admission.mjs +1 -1
- package/scripts/generate-channel-promotion-workflow.mjs +4 -4
- package/scripts/inventory/binary.mjs +4 -4
- package/scripts/inventory/promotion.mjs +5 -3
- package/scripts/runtime-source-boundaries.mjs +70 -0
- package/scripts/site-capability-metadata.mjs +2 -2
- package/scripts/workflow-action-graph.mjs +5 -18
- package/scripts/workflow-self-reference.mjs +20 -0
- package/templates/native-dev-delivery.yml +4 -4
- package/templates/universal-buildchain-bootstrap.yml +12 -2
- package/architecture/runtime-ref-resume-authority.json +0 -64
- package/architecture/universal-workflow-train-admission.json +0 -76
- package/contracts/v4-runtime-ref-resume-authority-v1.schema.json +0 -235
- package/docs/v4-runtime-ref-resume-authority.md +0 -69
- package/packages/core/consumer/channel-selection.js +0 -211
- package/packages/core/consumer/commands/buildchain-channel-router.mjs +0 -81
- package/packages/core/consumer/invocation-selector.js +0 -4
- package/packages/core/consumer/runtime-ref-resume-authority.js +0 -621
- package/packages/core/consumer/workflow-definition-authority.js +0 -64
- package/packages/core/contracts/runtime-contract-action.js +0 -48
- package/packages/core/release/commands/promotion-identity-resolver.mjs +0 -77
- package/packages/core/release/commands/verify-promotion-router-binding.sh +0 -36
- package/packages/core/release/promotion/identities.js +0 -56
- package/packages/core/release/runtime-override-authorization.js +0 -242
- package/packages/core/runtime/commands/runtime-ref-core.mjs +0 -171
- package/packages/core/runtime/provider-closure.js +0 -60
- package/packages/core/runtime/runtime-selection-action.js +0 -34
- package/packages/core/runtime/runtime-selection.js +0 -136
- package/packages/core/runtime/workflow-runtime.js +0 -11
- package/packages/core/workflow/admission/review.js +0 -188
- package/packages/core/workflow/commands/universal-workflow-backflow.mjs +0 -26
- package/packages/core/workflow/installation.js +0 -33
- package/packages/core/workflow/settlement/backflow.js +0 -187
- package/scripts/generate-bootstrap-recovery.mjs +0 -94
- package/templates/bootstrap-recovery/actions/build/source/admit/action.yml +0 -17
- package/templates/bootstrap-recovery/actions/build/source/admit/dist/index.js +0 -63
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/action.yml +0 -18
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/dist/index.js +0 -63
- package/templates/bootstrap-recovery/actions/runtime/environment/prepare/action.yml +0 -21
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/action.yml +0 -27
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/dist/index.js +0 -64
- package/templates/bootstrap-recovery/actions/workflow/admission/review/action.yml +0 -15
- package/templates/bootstrap-recovery/actions/workflow/admission/review/dist/index.js +0 -65
- package/templates/bootstrap-recovery/actions/workflow/recovery/admit/action.yml +0 -47
- package/templates/bootstrap-recovery/actions/workflow/recovery/execute/action.yml +0 -48
- package/templates/bootstrap-recovery/actions/workflow/recovery/settle/action.yml +0 -54
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/action.yml +0 -17
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/dist/index.js +0 -65
- package/templates/bootstrap-recovery/manifest.json +0 -68
- package/templates/bootstrap-recovery/package.json +0 -9
- package/templates/universal-buildchain-bootstrap-recovery.yml +0 -115
package/AGENTS.md
CHANGED
|
@@ -8,11 +8,11 @@ confidence: high
|
|
|
8
8
|
sensitivity: public
|
|
9
9
|
evidence_grade: B
|
|
10
10
|
review_state: unreviewed
|
|
11
|
-
last_reviewed: 2026-09-
|
|
11
|
+
last_reviewed: 2026-09-11
|
|
12
12
|
ai_provenance:
|
|
13
13
|
model_family: GPT-6
|
|
14
14
|
product: Codex
|
|
15
|
-
generated_at: 2026-09-
|
|
15
|
+
generated_at: 2026-09-11
|
|
16
16
|
visible_context: Buildchain 4.1 source, architecture registries and local validation.
|
|
17
17
|
invisible_context_boundary: No unpublished release or external consumer qualification is claimed.
|
|
18
18
|
---
|
|
@@ -45,12 +45,16 @@ consumers call the public workflow with no inputs:
|
|
|
45
45
|
uses: kungfu-systems/buildchain/.github/workflows/build.yml@v4
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
runtime
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
The public workflow is the API entry. It selects the execution runtime from a
|
|
49
|
+
trusted non-persistent runtime input (`runtime-ref`), the selected consumer
|
|
50
|
+
contract lock, or the entry commit default. `@v4-alpha` selects the alpha entry
|
|
51
|
+
and its default lock path. Entry and runtime commits may differ. See
|
|
52
|
+
[`Runtime entry`](docs/runtime-entry.md) for selection and recovery.
|
|
53
|
+
|
|
54
|
+
Project settings belong in TOML; `config-path` locates a nested project. All
|
|
55
|
+
execution jobs prepare the selected runtime through
|
|
56
|
+
`actions/runtime/environment/prepare`. Subsequent business actions use that
|
|
57
|
+
runtime without Buildchain SHA comparisons or secondary runtime admission.
|
|
54
58
|
|
|
55
59
|
For new repositories, prefer the CLI:
|
|
56
60
|
|
|
@@ -77,9 +81,9 @@ See [`docs/cli.md`](docs/cli.md), [`docs/lifecycle-protocol.md`](docs/lifecycle-
|
|
|
77
81
|
and [`docs/reusable-build-surface.md`](docs/reusable-build-surface.md) for the
|
|
78
82
|
consumer contract.
|
|
79
83
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
84
|
+
All public entries share the same runtime contract. A runtime bug is recovered
|
|
85
|
+
through a new execution with a repaired train and original source evidence.
|
|
86
|
+
An entry bug requires an upgraded published entry and a complete new run.
|
|
83
87
|
|
|
84
88
|
## Building this repo
|
|
85
89
|
|
|
@@ -122,41 +126,26 @@ consume `kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-
|
|
|
122
126
|
through the same public reusable-workflow contract as every other consumer.
|
|
123
127
|
The caller must remain a thin workflow with no steps or local orchestration,
|
|
124
128
|
and `.buildchain/buildchain.toml` must declare the same real `install`, `build`,
|
|
125
|
-
and `verify` lifecycle. The public workflow
|
|
129
|
+
and `verify` lifecycle. The public workflow records the entry and selected runtime and binds
|
|
126
130
|
consumer source SHA, platform, commands, manifests, summaries, dependencies,
|
|
127
131
|
and output roots on Linux, macOS, and Windows.
|
|
128
132
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
called only by the public reusable workflow and tests. `version-state`,
|
|
134
|
-
`publish`, provider, signing, release, credential, AWS, and production-reuse
|
|
135
|
-
effects remain excluded.
|
|
133
|
+
Dogfood callers use the same public entry and runtime preparation as external
|
|
134
|
+
consumers. No repository-specific runtime selection or recovery exception is
|
|
135
|
+
allowed. Stage Capsule internals are invoked by public workflows and tests;
|
|
136
|
+
provider effects remain subject to their own source, artifact and readback rules.
|
|
136
137
|
|
|
137
138
|
External Buildchain v4 workflow calls persisted in tracked source use only `@v4` or
|
|
138
|
-
`@v4-alpha` and retain matching stable and alpha contract locks.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
to `public-release-promote.yml`; it does not change the Stage Capsule public
|
|
149
|
-
floating-channel dogfood rule above. See `docs/release-promotion-request.md`.
|
|
150
|
-
|
|
151
|
-
If public Stage Capsule workflow recursion prevents candidate validation, publish the exact
|
|
152
|
-
candidate at `train/v4/v4.1/<capability>`, keep the thin caller on `@v4-alpha`,
|
|
153
|
-
and pass the train only through the trusted non-persistent runtime input. Fix
|
|
154
|
-
failures in the train/public contract; never solve recursion with an internal exception.
|
|
155
|
-
Never use a persisted train/SHA selector. After qualification and protected
|
|
156
|
-
merge, the durable caller remains on the floating channel with refreshed dual
|
|
157
|
-
contract locks. `pnpm run check` and protected Verify run
|
|
158
|
-
`scripts/check-public-dogfood-contract.mjs`; changing this rule, its gate, or
|
|
159
|
-
the protected caller requires independent `@kungfu-origin` review.
|
|
139
|
+
`@v4-alpha` and retain matching stable and alpha contract locks. A
|
|
140
|
+
source-persisted exact commit SHA or train is not a durable entry selector.
|
|
141
|
+
Exact resolved SHAs belong in lock data and provenance. Normal self workflows
|
|
142
|
+
call `@v4`; dedicated post-publication alpha entry qualification calls `@v4-alpha`.
|
|
143
|
+
|
|
144
|
+
Train validation passes `train/v4/v4.1/<capability>` only through the trusted
|
|
145
|
+
non-persistent runtime input. The central entry resolves it once, and every
|
|
146
|
+
business job executes the selected runtime. Protected merge and requested alpha
|
|
147
|
+
publication follow successful validation. Changes to dogfood policy or its
|
|
148
|
+
gates require independent `@kungfu-origin` review.
|
|
160
149
|
|
|
161
150
|
`pnpm run check` validates inventory data, generated public references and site
|
|
162
151
|
bundle drift, lints root workflows, runs unit tests, and rebuilds every action
|
package/CONTRIBUTING.md
CHANGED
|
@@ -8,11 +8,11 @@ confidence: high
|
|
|
8
8
|
sensitivity: public
|
|
9
9
|
evidence_grade: B
|
|
10
10
|
review_state: unreviewed
|
|
11
|
-
last_reviewed: 2026-09-
|
|
11
|
+
last_reviewed: 2026-09-11
|
|
12
12
|
ai_provenance:
|
|
13
13
|
model_family: GPT-6
|
|
14
14
|
product: Codex
|
|
15
|
-
generated_at: 2026-09-
|
|
15
|
+
generated_at: 2026-09-11
|
|
16
16
|
visible_context: Repository contribution rules and implementation naming and release transition changes.
|
|
17
17
|
invisible_context_boundary: No private credentials or unpublished external release state.
|
|
18
18
|
---
|
|
@@ -151,11 +151,10 @@ release/vX/vX.Y -> publish-gate/major
|
|
|
151
151
|
required checks, ready/block labels, same-repository heads, approvals,
|
|
152
152
|
branch prefixes, max merges, and dry-run are all declared inputs.
|
|
153
153
|
- Ordinary build callers use `build.yml@v4` or `build.yml@v4-alpha` with
|
|
154
|
-
project settings in `buildchain.toml`.
|
|
155
|
-
|
|
156
|
-
Dev, publish Alpha,
|
|
157
|
-
|
|
158
|
-
contract in `docs/runtime-train-validation.md`.
|
|
154
|
+
project settings in `buildchain.toml`. Every public workflow uses the central
|
|
155
|
+
runtime entry: transient `runtime-ref`, contract lock, then entry default.
|
|
156
|
+
Validate the implementation before protected Dev, publish Alpha, and qualify
|
|
157
|
+
the published consumer entry. See `docs/runtime-entry.md`.
|
|
159
158
|
- Merging into `alpha/*`, `release/*`, or `publish-gate/major` expresses a
|
|
160
159
|
release intent. Buildchain promotion then creates version-state commits,
|
|
161
160
|
exact tags, floating tags, npm publish evidence, and next-alpha state.
|
|
@@ -427,25 +427,17 @@
|
|
|
427
427
|
},
|
|
428
428
|
"runtime": {
|
|
429
429
|
"groups": {
|
|
430
|
-
"closure": {
|
|
431
|
-
"responsibility": "Verify and activate admitted provider execution closures.",
|
|
432
|
-
"operations": ["activate-provider", "prepare-provider"]
|
|
433
|
-
},
|
|
434
|
-
"contract": {
|
|
435
|
-
"responsibility": "Inspect selected runtime contracts against consumer acceptance and emit drift evidence.",
|
|
436
|
-
"operations": ["check"]
|
|
437
|
-
},
|
|
438
430
|
"dependencies": {
|
|
439
431
|
"responsibility": "Install exact lockfile dependencies under declared script and production policies.",
|
|
440
432
|
"operations": ["install"]
|
|
441
433
|
},
|
|
442
434
|
"environment": {
|
|
443
435
|
"responsibility": "Compose the selected Node environment and locked dependency preparation.",
|
|
444
|
-
"operations": ["prepare"]
|
|
436
|
+
"operations": ["activate", "prepare"]
|
|
445
437
|
},
|
|
446
438
|
"selection": {
|
|
447
|
-
"responsibility": "
|
|
448
|
-
"operations": ["
|
|
439
|
+
"responsibility": "Select the execution runtime once at the public entry; authorize transient recovery before preparation.",
|
|
440
|
+
"operations": ["resolve"]
|
|
449
441
|
},
|
|
450
442
|
"toolchain": {
|
|
451
443
|
"responsibility": "Expose and validate declared runner-local toolchains for subsequent actions.",
|
|
@@ -489,10 +481,6 @@
|
|
|
489
481
|
"verify-capability"
|
|
490
482
|
]
|
|
491
483
|
},
|
|
492
|
-
"runtime": {
|
|
493
|
-
"responsibility": "Prepare and verify the web runtime contract.",
|
|
494
|
-
"operations": ["verify-contract"]
|
|
495
|
-
},
|
|
496
484
|
"staging": {
|
|
497
485
|
"responsibility": "Deploy staging and return release feedback.",
|
|
498
486
|
"operations": ["deploy"]
|
|
@@ -503,7 +491,7 @@
|
|
|
503
491
|
"groups": {
|
|
504
492
|
"admission": {
|
|
505
493
|
"responsibility": "Reject requests that fail workflow admission.",
|
|
506
|
-
"operations": ["admit", "inspect", "reject"
|
|
494
|
+
"operations": ["admit", "inspect", "reject"]
|
|
507
495
|
},
|
|
508
496
|
"bootstrap": {
|
|
509
497
|
"responsibility": "Admit, execute and settle workflow bootstrap.",
|
|
@@ -521,13 +509,9 @@
|
|
|
521
509
|
"responsibility": "Admit supported caller events before source-controlled work begins.",
|
|
522
510
|
"operations": ["admit"]
|
|
523
511
|
},
|
|
524
|
-
"recovery": {
|
|
525
|
-
"responsibility": "Admit, execute and settle workflow recovery.",
|
|
526
|
-
"operations": ["admit", "execute", "settle"]
|
|
527
|
-
},
|
|
528
512
|
"settlement": {
|
|
529
513
|
"responsibility": "Seal candidate terminal evidence and reconcile successful protected backflow.",
|
|
530
|
-
"operations": ["
|
|
514
|
+
"operations": ["seal"]
|
|
531
515
|
}
|
|
532
516
|
}
|
|
533
517
|
},
|
|
@@ -28,7 +28,6 @@ Safe change route: Reduce one declared responsibility in its owning module, run
|
|
|
28
28
|
- sources: `packages/core/build/macos-credential-island/action.js`
|
|
29
29
|
- sources: `packages/core/build/macos-credential-island/lib.js`
|
|
30
30
|
- sources: `packages/core/consumer/buildchain-config.js`
|
|
31
|
-
- sources: `packages/core/consumer/runtime-ref-resume-authority.js`
|
|
32
31
|
- sources: `packages/core/contracts/buildchain-contract.js`
|
|
33
32
|
- sources: `packages/core/dev-delivery/commands/dev-delivery-authority.mjs`
|
|
34
33
|
- sources: `packages/core/dev-delivery/commands/dev-delivery-warrant-options.mjs`
|
|
@@ -109,6 +108,7 @@ Safe change route: Reduce one declared responsibility in its owning module, run
|
|
|
109
108
|
- tests: `tests/release-propagation.test.mjs`
|
|
110
109
|
- tests: `tests/web-surface.test.mjs`
|
|
111
110
|
- workflows: `.github/workflows/public-release-web.yml`
|
|
111
|
+
- workflows: `.github/workflows/self-ops-bootstrap-dogfood.yml`
|
|
112
112
|
|
|
113
113
|
### Current top twenty maintenance hotspots
|
|
114
114
|
|
|
@@ -132,6 +132,8 @@ Safe change route: Reduce one declared responsibility in its owning module, run
|
|
|
132
132
|
- `.github/workflows/public-build-stage-capsule-canary.yml`
|
|
133
133
|
- `.github/workflows/public-release-oci-compose-preview.yml`
|
|
134
134
|
- `.github/workflows/public-release-promote.yml`
|
|
135
|
+
- `.github/workflows/self-build-verify.yml`
|
|
136
|
+
- `.github/workflows/self-release-promote.yml`
|
|
135
137
|
|
|
136
138
|
## action-process-runtime
|
|
137
139
|
|
|
@@ -324,6 +326,31 @@ Owner: Buildchain release maintainers
|
|
|
324
326
|
|
|
325
327
|
- `node --test tests/binary-publication-coordinates-node.test.mjs`
|
|
326
328
|
|
|
329
|
+
## build-checkpoint-recovery
|
|
330
|
+
|
|
331
|
+
Owner: Buildchain build maintainers
|
|
332
|
+
|
|
333
|
+
### Implementation
|
|
334
|
+
|
|
335
|
+
- `packages/core/build/recovery/checkpoint.js`
|
|
336
|
+
- `packages/core/build/recovery/transaction.js`
|
|
337
|
+
|
|
338
|
+
### Contracts
|
|
339
|
+
|
|
340
|
+
- `architecture/runtime-entry.json`
|
|
341
|
+
|
|
342
|
+
### Tests
|
|
343
|
+
|
|
344
|
+
- `tests/build-runtime-recovery.test.mjs`
|
|
345
|
+
|
|
346
|
+
### Generated outputs
|
|
347
|
+
|
|
348
|
+
- None.
|
|
349
|
+
|
|
350
|
+
### Minimal validation
|
|
351
|
+
|
|
352
|
+
- `node --test tests/build-runtime-recovery.test.mjs`
|
|
353
|
+
|
|
327
354
|
## build-gate-profile
|
|
328
355
|
|
|
329
356
|
Owner: Buildchain maintainers
|
|
@@ -342,7 +369,6 @@ Owner: Buildchain maintainers
|
|
|
342
369
|
- `packages/core/build/gate/plan.js`
|
|
343
370
|
- `packages/core/providers/toolchain/codebuild-policy.js`
|
|
344
371
|
- `packages/core/providers/toolchain/codebuild.js`
|
|
345
|
-
- `packages/core/runtime/runtime-selection.js`
|
|
346
372
|
|
|
347
373
|
### Contracts
|
|
348
374
|
|
|
@@ -564,7 +590,6 @@ Owner: Buildchain maintainers
|
|
|
564
590
|
|
|
565
591
|
- `packages/core/contracts/action-inventory.js`
|
|
566
592
|
- `packages/core/contracts/action-taxonomy.js`
|
|
567
|
-
- `packages/core/contracts/runtime-contract-action.js`
|
|
568
593
|
- `packages/core/contracts/runtime-contract-inspection.js`
|
|
569
594
|
- `scripts/check-code-layout.mjs`
|
|
570
595
|
|
|
@@ -1233,7 +1258,6 @@ Owner: Buildchain release maintainers
|
|
|
1233
1258
|
- `packages/core/release/recovery/readback.js`
|
|
1234
1259
|
- `packages/core/release/recovery/runtime.js`
|
|
1235
1260
|
- `packages/core/release/recovery/transactions.js`
|
|
1236
|
-
- `packages/core/runtime/provider-closure.js`
|
|
1237
1261
|
|
|
1238
1262
|
### Contracts
|
|
1239
1263
|
|
|
@@ -1367,17 +1391,13 @@ Owner: Buildchain release maintainers
|
|
|
1367
1391
|
|
|
1368
1392
|
### Implementation
|
|
1369
1393
|
|
|
1370
|
-
- `packages/core/consumer/channel-selection.js`
|
|
1371
|
-
- `packages/core/consumer/invocation-selector.js`
|
|
1372
1394
|
- `packages/core/consumer/policy-admission.js`
|
|
1373
1395
|
- `packages/core/consumer/policy-scan.js`
|
|
1374
|
-
- `packages/core/consumer/workflow-definition-authority.js`
|
|
1375
1396
|
- `packages/core/release/promotion-request.js`
|
|
1376
1397
|
- `packages/core/release/promotion/actions.js`
|
|
1377
1398
|
- `packages/core/release/promotion/admission.js`
|
|
1378
1399
|
- `packages/core/release/promotion/candidate.js`
|
|
1379
1400
|
- `packages/core/release/promotion/channel.js`
|
|
1380
|
-
- `packages/core/release/promotion/identities.js`
|
|
1381
1401
|
- `packages/core/release/promotion/publish-gate.js`
|
|
1382
1402
|
- `packages/core/release/promotion/qualification-action.js`
|
|
1383
1403
|
- `packages/core/release/promotion/qualification.js`
|
|
@@ -1394,7 +1414,7 @@ Owner: Buildchain release maintainers
|
|
|
1394
1414
|
- `tests/promotion-qualification-transaction.test.mjs`
|
|
1395
1415
|
- `tests/promotion-request.test.mjs`
|
|
1396
1416
|
- `tests/promotion-routing-node.test.mjs`
|
|
1397
|
-
- `tests/
|
|
1417
|
+
- `tests/public-invocation-policy.test.mjs`
|
|
1398
1418
|
|
|
1399
1419
|
### Generated outputs
|
|
1400
1420
|
|
|
@@ -1402,31 +1422,7 @@ Owner: Buildchain release maintainers
|
|
|
1402
1422
|
|
|
1403
1423
|
### Minimal validation
|
|
1404
1424
|
|
|
1405
|
-
- `node --test tests/promotion-qualification-transaction.test.mjs tests/promotion-request.test.mjs tests/promotion-routing-node.test.mjs tests/
|
|
1406
|
-
|
|
1407
|
-
## promotion-runtime-override-authorization
|
|
1408
|
-
|
|
1409
|
-
Owner: Buildchain release governance maintainers
|
|
1410
|
-
|
|
1411
|
-
### Implementation
|
|
1412
|
-
|
|
1413
|
-
- `packages/core/release/runtime-override-authorization.js`
|
|
1414
|
-
|
|
1415
|
-
### Contracts
|
|
1416
|
-
|
|
1417
|
-
- `.github/workflows/public-release-promote.yml`
|
|
1418
|
-
|
|
1419
|
-
### Tests
|
|
1420
|
-
|
|
1421
|
-
- `tests/authorize-promotion-runtime-override.test.mjs`
|
|
1422
|
-
|
|
1423
|
-
### Generated outputs
|
|
1424
|
-
|
|
1425
|
-
- None.
|
|
1426
|
-
|
|
1427
|
-
### Minimal validation
|
|
1428
|
-
|
|
1429
|
-
- `node --test tests/authorize-promotion-runtime-override.test.mjs`
|
|
1425
|
+
- `node --test tests/promotion-qualification-transaction.test.mjs tests/promotion-request.test.mjs tests/promotion-routing-node.test.mjs tests/public-invocation-policy.test.mjs`
|
|
1430
1426
|
|
|
1431
1427
|
## promotion-version-state
|
|
1432
1428
|
|
|
@@ -1824,7 +1820,6 @@ Owner: Buildchain maintainers
|
|
|
1824
1820
|
### Implementation
|
|
1825
1821
|
|
|
1826
1822
|
- `packages/core/release/commands/promotion-routing-evidence.mjs`
|
|
1827
|
-
- `packages/core/release/commands/verify-promotion-router-binding.sh`
|
|
1828
1823
|
|
|
1829
1824
|
### Contracts
|
|
1830
1825
|
|
|
@@ -1951,6 +1946,40 @@ Owner: Buildchain release governance maintainers
|
|
|
1951
1946
|
|
|
1952
1947
|
- `node --test tests/workflow-call-contract.test.mjs tests/public-surface-audit.test.mjs`
|
|
1953
1948
|
|
|
1949
|
+
## runtime-entry
|
|
1950
|
+
|
|
1951
|
+
Owner: Buildchain runtime maintainers
|
|
1952
|
+
|
|
1953
|
+
### Implementation
|
|
1954
|
+
|
|
1955
|
+
- `packages/core/runtime/entry/actions.js`
|
|
1956
|
+
- `packages/core/runtime/entry/activation.js`
|
|
1957
|
+
- `packages/core/runtime/entry/github.js`
|
|
1958
|
+
- `packages/core/runtime/entry/recovery.js`
|
|
1959
|
+
- `packages/core/runtime/entry/selection.js`
|
|
1960
|
+
- `scripts/check-runtime-entry.mjs`
|
|
1961
|
+
|
|
1962
|
+
### Contracts
|
|
1963
|
+
|
|
1964
|
+
- `architecture/runtime-entry.json`
|
|
1965
|
+
- `docs/runtime-entry.md`
|
|
1966
|
+
|
|
1967
|
+
### Tests
|
|
1968
|
+
|
|
1969
|
+
- `tests/runtime-entry-selection.test.mjs`
|
|
1970
|
+
- `tests/runtime-entry-activation.test.mjs`
|
|
1971
|
+
- `tests/runtime-entry-provider.test.mjs`
|
|
1972
|
+
- `tests/runtime-entry-architecture.test.mjs`
|
|
1973
|
+
|
|
1974
|
+
### Generated outputs
|
|
1975
|
+
|
|
1976
|
+
- `actions/runtime/selection/resolve/dist/index.js`
|
|
1977
|
+
- `actions/runtime/environment/activate/dist/index.js`
|
|
1978
|
+
|
|
1979
|
+
### Minimal validation
|
|
1980
|
+
|
|
1981
|
+
- `node --test tests/runtime-entry-selection.test.mjs tests/runtime-entry-activation.test.mjs tests/runtime-entry-provider.test.mjs tests/runtime-entry-architecture.test.mjs`
|
|
1982
|
+
|
|
1954
1983
|
## runtime-provider-foundations
|
|
1955
1984
|
|
|
1956
1985
|
Owner: Buildchain runtime provider foundations maintainers
|
|
@@ -1964,11 +1993,9 @@ Owner: Buildchain runtime provider foundations maintainers
|
|
|
1964
1993
|
- `packages/core/runtime/consumer-shell.js`
|
|
1965
1994
|
- `packages/core/runtime/installation-root.js`
|
|
1966
1995
|
- `packages/core/runtime/locked-dependencies.js`
|
|
1967
|
-
- `packages/core/runtime/runtime-selection-action.js`
|
|
1968
1996
|
- `packages/core/runtime/toolchain/actions.js`
|
|
1969
1997
|
- `packages/core/runtime/toolchain/user-paths.js`
|
|
1970
1998
|
- `packages/core/runtime/toolchain/windows-rust.js`
|
|
1971
|
-
- `packages/core/runtime/workflow-runtime.js`
|
|
1972
1999
|
|
|
1973
2000
|
### Contracts
|
|
1974
2001
|
|
|
@@ -2264,7 +2291,7 @@ Owner: Buildchain architecture maintainers
|
|
|
2264
2291
|
- `packages/core/build/stage-capsule/rehearsal/run.js`
|
|
2265
2292
|
- `packages/core/build/stage-capsule/rehearsal/verify.js`
|
|
2266
2293
|
- `packages/core/build/stage-capsule/rehearsal/worker.js`
|
|
2267
|
-
- `packages/core/
|
|
2294
|
+
- `packages/core/release/recovery/lineage.js`
|
|
2268
2295
|
- `packages/core/consumer/runtime-selector-persistence.js`
|
|
2269
2296
|
- `packages/core/governance/commands/architecture.mjs`
|
|
2270
2297
|
- `packages/core/release/commands/tail-reseal.mjs`
|
|
@@ -2299,7 +2326,7 @@ Owner: Buildchain architecture maintainers
|
|
|
2299
2326
|
- `architecture/stage-capsule-store-contract.json`
|
|
2300
2327
|
- `architecture/platform-stage-checkpoints.json`
|
|
2301
2328
|
- `architecture/stage-capsule-qualification.json`
|
|
2302
|
-
- `architecture/runtime-
|
|
2329
|
+
- `architecture/runtime-resume-lineage.json`
|
|
2303
2330
|
- `contracts/v4-host-contract-v1.schema.json`
|
|
2304
2331
|
- `contracts/v4-provider-operation-journal-v1.schema.json`
|
|
2305
2332
|
- `contracts/v4-release-activation-shadow-v1.schema.json`
|
|
@@ -2314,14 +2341,13 @@ Owner: Buildchain architecture maintainers
|
|
|
2314
2341
|
- `contracts/fixtures/v4-release-activation-shadow-v1/shared.json`
|
|
2315
2342
|
- `contracts/fixtures/v4-stable-publication-fence-v1/shared.json`
|
|
2316
2343
|
- `contracts/fixtures/v4-partial-mutation-recovery-v1/shared.json`
|
|
2317
|
-
- `contracts/
|
|
2318
|
-
- `contracts/fixtures/
|
|
2344
|
+
- `contracts/runtime-resume-lineage-v2.schema.json`
|
|
2345
|
+
- `contracts/fixtures/runtime-resume-lineage-v2/scenario.json`
|
|
2319
2346
|
- `architecture/tail-reseal-parity.json`
|
|
2320
2347
|
- `contracts/v4-tail-reseal-v1.schema.json`
|
|
2321
2348
|
- `contracts/fixtures/v4-tail-reseal-v1/valid.json`
|
|
2322
2349
|
- `.github/workflows/public-ops-tail-reseal.yml`
|
|
2323
2350
|
- `docs/v4-stage-capsule.md`
|
|
2324
|
-
- `docs/v4-runtime-ref-resume-authority.md`
|
|
2325
2351
|
- `docs/v4-tail-reseal.md`
|
|
2326
2352
|
|
|
2327
2353
|
### Tests
|
|
@@ -2337,7 +2363,7 @@ Owner: Buildchain architecture maintainers
|
|
|
2337
2363
|
- `tests/stage-capsule-store.test.mjs`
|
|
2338
2364
|
- `tests/platform-stage-checkpoints.test.mjs`
|
|
2339
2365
|
- `tests/stage-capsule-qualification.test.mjs`
|
|
2340
|
-
- `tests/runtime-
|
|
2366
|
+
- `tests/runtime-resume-lineage.test.mjs`
|
|
2341
2367
|
- `tests/tail-reseal.test.mjs`
|
|
2342
2368
|
- `tests/tail-reseal-parity.test.mjs`
|
|
2343
2369
|
- `tests/stage-capsule-qualification.test.mjs`
|
|
@@ -2348,7 +2374,7 @@ Owner: Buildchain architecture maintainers
|
|
|
2348
2374
|
|
|
2349
2375
|
### Minimal validation
|
|
2350
2376
|
|
|
2351
|
-
- `node --test tests/architecture.test.mjs tests/bridge.test.mjs tests/provider-operation-journal.test.mjs tests/provider-readback-idempotency.test.mjs tests/release-activation-shadow.test.mjs tests/stable-publication-fence.test.mjs tests/partial-mutation-recovery-qualification.test.mjs tests/stage-capsule.test.mjs tests/stage-capsule-store.test.mjs tests/platform-stage-checkpoints.test.mjs tests/stage-capsule-qualification.test.mjs tests/runtime-
|
|
2377
|
+
- `node --test tests/architecture.test.mjs tests/bridge.test.mjs tests/provider-operation-journal.test.mjs tests/provider-readback-idempotency.test.mjs tests/release-activation-shadow.test.mjs tests/stable-publication-fence.test.mjs tests/partial-mutation-recovery-qualification.test.mjs tests/stage-capsule.test.mjs tests/stage-capsule-store.test.mjs tests/platform-stage-checkpoints.test.mjs tests/stage-capsule-qualification.test.mjs tests/runtime-resume-lineage.test.mjs tests/tail-reseal.test.mjs tests/tail-reseal-parity.test.mjs`
|
|
2352
2378
|
|
|
2353
2379
|
## v4-compatibility-facts
|
|
2354
2380
|
|
|
@@ -2493,7 +2519,6 @@ Owner: Buildchain workflow maintainers
|
|
|
2493
2519
|
|
|
2494
2520
|
### Implementation
|
|
2495
2521
|
|
|
2496
|
-
- `packages/core/workflow/commands/universal-workflow-backflow.mjs`
|
|
2497
2522
|
- `packages/core/workflow/commands/universal-workflow-engine.mjs`
|
|
2498
2523
|
- `packages/core/workflow/universal-workflow-bootstrap.js`
|
|
2499
2524
|
- `scripts/check-universal-workflow-bootstrap.mjs`
|
|
@@ -2502,14 +2527,12 @@ Owner: Buildchain workflow maintainers
|
|
|
2502
2527
|
|
|
2503
2528
|
- `architecture/universal-workflow-bootstrap.json`
|
|
2504
2529
|
- `architecture/universal-workflow-fault-campaign.json`
|
|
2505
|
-
- `architecture/universal-workflow-
|
|
2530
|
+
- `architecture/universal-workflow-capability-policy.json`
|
|
2506
2531
|
- `.github/workflows/public-ops-bootstrap.yml`
|
|
2507
2532
|
- `.github/workflows/self-ops-bootstrap-dogfood.yml`
|
|
2508
|
-
- `templates/universal-buildchain-bootstrap-recovery.yml`
|
|
2509
2533
|
|
|
2510
2534
|
### Tests
|
|
2511
2535
|
|
|
2512
|
-
- `tests/universal-workflow-backflow.test.mjs`
|
|
2513
2536
|
- `tests/universal-workflow-bootstrap.test.mjs`
|
|
2514
2537
|
- `tests/universal-workflow-fault-campaign.test.mjs`
|
|
2515
2538
|
- `tests/universal-workflow-self-dogfood.test.mjs`
|
|
@@ -2521,7 +2544,7 @@ Owner: Buildchain workflow maintainers
|
|
|
2521
2544
|
|
|
2522
2545
|
### Minimal validation
|
|
2523
2546
|
|
|
2524
|
-
- `node --test tests/universal-workflow-
|
|
2547
|
+
- `node --test tests/universal-workflow-bootstrap.test.mjs tests/universal-workflow-fault-campaign.test.mjs tests/universal-workflow-self-dogfood.test.mjs tests/universal-api-boundary.test.mjs`
|
|
2525
2548
|
|
|
2526
2549
|
## web-deployment-transactions
|
|
2527
2550
|
|
|
@@ -2638,13 +2661,10 @@ Owner: Buildchain workflow maintainers
|
|
|
2638
2661
|
|
|
2639
2662
|
- `packages/core/workflow/admission/actions.js`
|
|
2640
2663
|
- `packages/core/workflow/admission/recovery.js`
|
|
2641
|
-
- `packages/core/workflow/admission/review.js`
|
|
2642
2664
|
- `packages/core/workflow/admission/transactions.js`
|
|
2643
2665
|
- `packages/core/workflow/event-trust.js`
|
|
2644
|
-
- `packages/core/workflow/installation.js`
|
|
2645
2666
|
- `packages/core/workflow/request-rejection.js`
|
|
2646
2667
|
- `packages/core/workflow/settlement/actions.js`
|
|
2647
|
-
- `packages/core/workflow/settlement/backflow.js`
|
|
2648
2668
|
|
|
2649
2669
|
### Contracts
|
|
2650
2670
|
|
|
@@ -2653,16 +2673,14 @@ Owner: Buildchain workflow maintainers
|
|
|
2653
2673
|
### Tests
|
|
2654
2674
|
|
|
2655
2675
|
- `tests/bootstrap-node-boundaries.test.mjs`
|
|
2656
|
-
- `tests/bootstrap-recovery-distribution.test.mjs`
|
|
2657
2676
|
|
|
2658
2677
|
### Generated outputs
|
|
2659
2678
|
|
|
2660
|
-
-
|
|
2661
|
-
- `templates/universal-buildchain-bootstrap-recovery.yml`
|
|
2679
|
+
- None.
|
|
2662
2680
|
|
|
2663
2681
|
### Minimal validation
|
|
2664
2682
|
|
|
2665
|
-
- `node --test tests/bootstrap-node-boundaries.test.mjs
|
|
2683
|
+
- `node --test tests/bootstrap-node-boundaries.test.mjs`
|
|
2666
2684
|
|
|
2667
2685
|
## workflow-engine
|
|
2668
2686
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"attest",
|
|
13
13
|
"deliver"
|
|
14
14
|
],
|
|
15
|
-
"maximumBackboneLines":
|
|
15
|
+
"maximumBackboneLines": 320,
|
|
16
16
|
"maximumFacadeLines": 80,
|
|
17
17
|
"maximumCompositeLines": 130,
|
|
18
18
|
"maximumModuleLines": 220,
|
|
@@ -63,5 +63,12 @@
|
|
|
63
63
|
"packages/core/build/summary/controller-receipt.js",
|
|
64
64
|
"packages/core/build/summary/finalization.js",
|
|
65
65
|
"packages/core/build/summary/payloads.js"
|
|
66
|
+
],
|
|
67
|
+
"entryJob": "execution-runtime",
|
|
68
|
+
"entryInputs": [
|
|
69
|
+
"runtime-ref",
|
|
70
|
+
"contract-lock",
|
|
71
|
+
"resume-run-id",
|
|
72
|
+
"runtime-selection"
|
|
66
73
|
]
|
|
67
74
|
}
|