@kungfu-tech/buildchain 4.0.2-alpha.4 → 4.0.2-alpha.41
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 +10 -1
- package/CONTRIBUTING.md +24 -0
- package/README.md +2 -2
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/v4-release-candidate-promote/README.md +28 -0
- package/architecture/agent-change-map.md +66 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +52 -8
- package/architecture/maintainability-debt.json +148 -92
- package/architecture/maintainability-policy.json +34 -30
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/v4-architecture-constitution.md +23 -20
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-delivery-authority-parity.json +2 -2
- package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +2 -2
- package/architecture/v4-next-development-parity.json +5 -5
- package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
- package/architecture/v4-platform-stage-checkpoints.json +1 -1
- package/architecture/v4-provider-operation-journal-contract.json +5 -2
- package/architecture/v4-publication-facade-patches.json +64 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +143 -35
- package/architecture/v4-rust-wasm-production-authority.json +58 -0
- package/architecture/v4-stable-publication-fence.json +5 -2
- package/architecture/v4-stage-capsule-qualification.json +2 -2
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1451 -0
- package/bin/buildchain.mjs +7 -7
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +93 -48
- package/dist/site/buildchain-site.json +222 -69
- package/dist/site/capability-registry.json +4 -4
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2569 -982
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +88 -83
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3207 -1219
- package/dist/site/publication-authority-registry.json +1124 -362
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +17 -17
- package/dist/site/workflow-registry.json +5063 -1659
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +3 -3
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +2 -2
- package/docs/node-api-reference.md +129 -129
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +16 -0
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-production-release.md +71 -8
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +2 -2
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +154 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +10 -6
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +1 -1
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +42 -26
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-warrant-state.js +3 -4
- package/packages/core/dev-delivery-warrant.js +12 -2
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +2 -2
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/packages/core/release-tail-product-capabilities.js +29 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +14 -75
- package/packages/core/v4-domain-wasm-artifact.js +7 -0
- package/packages/core/v4-domain-wasm.js +216 -0
- package/packages/core/v4-floating-consumer-evidence.js +1 -1
- package/packages/core/v4-floating-consumer-policy.js +1 -1
- package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
- package/packages/core/v4-product-publication.js +57 -0
- package/packages/core/v4-protected-publication-source.js +19 -21
- package/packages/core/v4-provider-operation-journal.js +18 -487
- package/packages/core/v4-provider-readback-idempotency.js +12 -97
- package/packages/core/v4-release-activation-shadow.js +13 -500
- package/packages/core/v4-release-invocation.js +28 -389
- package/packages/core/v4-stable-publication-fence.js +13 -342
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-v4-domain-wasm.mjs +189 -0
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +4 -3
- package/scripts/check-inventory.mjs +35 -44
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
- package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
- package/scripts/check-v4-release-topology.mjs +214 -50
- package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/copy-v4-domain-wasm.mjs +14 -0
- package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +14 -9
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +76 -99
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +7 -5
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +458 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +307 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +17 -18
- package/scripts/resume-from-candidate-run.mjs +1 -1
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +121 -0
- package/scripts/v4-publication-settlement.mjs +211 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +618 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +173 -0
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
package/AGENTS.md
CHANGED
|
@@ -79,6 +79,15 @@ pnpm install --frozen-lockfile
|
|
|
79
79
|
pnpm run check
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
+
Workflow paths are governed by [`architecture/workflow-taxonomy.json`](architecture/workflow-taxonomy.json)
|
|
83
|
+
and the generated [`Workflow Catalog`](docs/workflow-catalog.md). Before adding,
|
|
84
|
+
renaming, or editing workflow YAML, register its role (`public`, component `.`,
|
|
85
|
+
or `self`) and category (`build`, `release`, or `ops`). Use the derived filename;
|
|
86
|
+
do not invent prefixes, categories, or compatibility aliases. Edit canonical
|
|
87
|
+
implementations, run `pnpm run generate:workflows`, and pass
|
|
88
|
+
`pnpm run check:workflows` plus the full check. Taxonomy and gate changes require
|
|
89
|
+
independent `@kungfu-origin` review through CODEOWNERS.
|
|
90
|
+
|
|
82
91
|
Buildchain v4 Stage Capsule checkpoint work is governed by
|
|
83
92
|
`architecture/v4-platform-stage-checkpoints.json`. Agents must use that single
|
|
84
93
|
platform/stage declaration for shadow emission and clean-process restore. Do
|
|
@@ -93,7 +102,7 @@ effects always require readback and never become Capsule reuse.
|
|
|
93
102
|
Stage Capsule qualification and Wave 2 reconciliation are governed by
|
|
94
103
|
`architecture/v4-stage-capsule-qualification.json`. Buildchain v4 dogfood is a
|
|
95
104
|
repository invariant, not an implementation convenience: this repository must
|
|
96
|
-
consume `kungfu-systems/buildchain/.github/workflows/
|
|
105
|
+
consume `kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-canary.yml`
|
|
97
106
|
through the same public reusable-workflow contract as every other consumer.
|
|
98
107
|
The caller must remain a thin workflow with no steps or local orchestration,
|
|
99
108
|
and `.buildchain/buildchain.toml` must declare the same real `install`, `build`,
|
package/CONTRIBUTING.md
CHANGED
|
@@ -73,6 +73,30 @@ pnpm run build
|
|
|
73
73
|
npm pack --dry-run --json --registry=https://registry.npmjs.org/
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
+
## Workflow organization
|
|
77
|
+
|
|
78
|
+
All workflows remain directly under `.github/workflows/`. The finite role and
|
|
79
|
+
category vocabulary is enforced by `architecture/workflow-taxonomy.json`:
|
|
80
|
+
|
|
81
|
+
| Role | Filename | Scope |
|
|
82
|
+
| --- | --- | --- |
|
|
83
|
+
| Public | `public-<category>-<purpose>.yml` | Consumer entry |
|
|
84
|
+
| Component | `.<category>-<purpose>.yml` | Advanced reusable component |
|
|
85
|
+
| Self | `self-<category>-<purpose>.yml` | Buildchain repository automation |
|
|
86
|
+
|
|
87
|
+
Categories are only `build`, `release`, and `ops`. Register the identity, role,
|
|
88
|
+
category, purpose, owner, lifecycle status, invocation, and rationale before
|
|
89
|
+
adding its derived filename. The [Workflow Catalog](docs/workflow-catalog.md)
|
|
90
|
+
lists every allowed path and compatibility exception. Existing public aliases
|
|
91
|
+
are generated from their canonical implementations; self workflows have one
|
|
92
|
+
event entry. A matching prefix alone does not admit an unregistered workflow.
|
|
93
|
+
|
|
94
|
+
Run `pnpm run generate:workflows`, `pnpm run check:workflows`, then the full
|
|
95
|
+
`pnpm run check`. The required Verify lifecycle runs this gate on PRs, merge
|
|
96
|
+
queue candidates, and pushes. Policy, enforcement, and ownership changes require
|
|
97
|
+
independent `@kungfu-origin` review. Keep published floating consumers on their
|
|
98
|
+
registered legacy paths until the selected channel actually ships the new path.
|
|
99
|
+
|
|
76
100
|
## Generated files
|
|
77
101
|
|
|
78
102
|
GitHub Actions consume committed bundles. When changing an action
|
package/README.md
CHANGED
|
@@ -324,9 +324,9 @@ The active reusable workflow surfaces are:
|
|
|
324
324
|
heavy build;
|
|
325
325
|
- `.github/workflows/.web-surface.yml` for preview, staging, production, and
|
|
326
326
|
cleanup plans for site/app repositories;
|
|
327
|
-
- `.github/workflows/
|
|
327
|
+
- `.github/workflows/self-release-promote.yml` for protected release
|
|
328
328
|
promotion and version-state transactions;
|
|
329
|
-
- `.github/workflows/binary-distribution.yml` for Buildchain's own release
|
|
329
|
+
- `.github/workflows/self-build-binary-distribution.yml` for Buildchain's own release
|
|
330
330
|
passport proof case.
|
|
331
331
|
|
|
332
332
|
Stable consumers should reference actions and workflows through floating major
|
|
@@ -310,7 +310,7 @@ Buildchain itself uses this path for npm. Its `lifecycle.publish` runs
|
|
|
310
310
|
`node scripts/npm-publish-transaction.mjs`, which publishes
|
|
311
311
|
`@kungfu-tech/buildchain` through npm Trusted Publishing and writes npm
|
|
312
312
|
artifact evidence into the transaction before release refs move. The separate
|
|
313
|
-
`.github/workflows/npm-
|
|
313
|
+
`.github/workflows/self-release-npm-dry-run.yml` workflow is dry-run only.
|
|
314
314
|
|
|
315
315
|
Publish lifecycle environment:
|
|
316
316
|
|
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
status: active
|
|
3
|
+
period: ongoing
|
|
4
|
+
theme: protected-publication-source
|
|
5
|
+
doc_type: reference
|
|
6
|
+
source_level: local-files
|
|
7
|
+
confidence: high
|
|
8
|
+
sensitivity: public
|
|
9
|
+
evidence_grade: B
|
|
10
|
+
review_state: unreviewed
|
|
11
|
+
last_reviewed: 2026-09-06
|
|
12
|
+
ai_provenance:
|
|
13
|
+
model_family: GPT-6
|
|
14
|
+
product: Codex
|
|
15
|
+
generated_at: 2026-09-06
|
|
16
|
+
visible_context: Publication adapter, regression tests, and public GitHub commit metadata.
|
|
17
|
+
invisible_context_boundary: No credentials or private runtime state inspected.
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v4 release-candidate promote action
|
|
2
21
|
|
|
3
22
|
This internal action validates a sealed v4 publication qualification receipt, aggregates the Buildchain Release Passport, and executes the fixed four-capability Release Tail Provider Plane. It has no command or shell extension input and is invoked by the v4 branch of the reusable `release-candidate-promote` workflow.
|
|
23
|
+
|
|
24
|
+
The protected publication source must match the qualified candidate's exact
|
|
25
|
+
Git tree. An exact commit is accepted directly; a final PR merge may also bind
|
|
26
|
+
through identical ordered parents. For repositories requiring linear history,
|
|
27
|
+
`squash-equivalent` requires a protected commit with one parent, a qualified
|
|
28
|
+
merge candidate with two parents, and the same first parent. GitHub must report
|
|
29
|
+
the exact PR as merged into the protected commit, and its head must equal the
|
|
30
|
+
candidate's second parent. Candidate qualification, workflow and repository
|
|
31
|
+
provenance, and artifact verification remain required before publication.
|
|
@@ -54,7 +54,6 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
54
54
|
- sources: `packages/core/readme-badges.js`
|
|
55
55
|
- sources: `packages/core/release-candidate.js`
|
|
56
56
|
- sources: `packages/core/release-passport.js`
|
|
57
|
-
- sources: `packages/core/release-tail-provider-plane.js`
|
|
58
57
|
- sources: `packages/core/release-train.js`
|
|
59
58
|
- sources: `packages/core/stable-release-gate.js`
|
|
60
59
|
- sources: `packages/core/v4-runtime-ref-resume-authority.js`
|
|
@@ -84,6 +83,7 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
84
83
|
- sources: `scripts/run-lifecycle-core.mjs`
|
|
85
84
|
- sources: `scripts/stable-candidate-patrol.mjs`
|
|
86
85
|
- sources: `scripts/stable-release-gate.mjs`
|
|
86
|
+
- sources: `scripts/v4-universal-workflow-engine.mjs`
|
|
87
87
|
- sources: `scripts/v4-architecture.mjs`
|
|
88
88
|
- sources: `scripts/v4-warrant-shadow-plan.mjs`
|
|
89
89
|
- sources: `scripts/web-surface-core.mjs`
|
|
@@ -92,6 +92,9 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
92
92
|
- sources: `actions/promote-buildchain-ref/internal/promotion-operations.js`
|
|
93
93
|
- rust: `crates/buildchain-v4-bridge/src/main.rs`
|
|
94
94
|
- rust: `crates/buildchain-v4-contracts/src/main.rs`
|
|
95
|
+
- rust: `crates/buildchain-v4-contracts/src/product_publication.rs`
|
|
96
|
+
- rust: `crates/buildchain-v4-contracts/src/release_tail.rs`
|
|
97
|
+
- rust: `crates/buildchain-v4-contracts/src/wasm.rs`
|
|
95
98
|
- rust: `crates/buildchain-v4-contracts/src/provider_operation_journal.rs`
|
|
96
99
|
- rust: `crates/buildchain-v4-contracts/src/provider_operation_journal/fold.rs`
|
|
97
100
|
- rust: `crates/buildchain-v4-contracts/src/warrant.rs`
|
|
@@ -150,12 +153,20 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
150
153
|
|
|
151
154
|
### Current top twenty maintenance hotspots
|
|
152
155
|
|
|
156
|
+
- `.github/workflows/.build.yml`
|
|
157
|
+
- `.github/workflows/.publication-authority.yml`
|
|
158
|
+
- `.github/workflows/bootstrap.yml`
|
|
159
|
+
- `scripts/check-v4-universal-workflow-bootstrap.mjs`
|
|
160
|
+
- `scripts/v4-universal-workflow-engine.mjs`
|
|
161
|
+
- `tests/v4-universal-workflow-bootstrap.test.mjs`
|
|
153
162
|
- `tests/v3-v4-capability-inventory.test.mjs`
|
|
154
163
|
- `tests/v4-floating-consumer-policy-contract.test.mjs`
|
|
155
164
|
- `tests/v4-publication-qualification.test.mjs`
|
|
156
165
|
- `.github/workflows/v4-adopter-delivery.yml`
|
|
157
166
|
- `.github/workflows/buildchain-ref-promotion.yml`
|
|
167
|
+
- `.github/workflows/dev-pr-auto-merge.yml`
|
|
158
168
|
- `tests/release-candidate-recovery.test.mjs`
|
|
169
|
+
- `tests/buildchain-ref-promotion-recovery-entry.test.mjs`
|
|
159
170
|
- `.github/workflows/.release-candidate-promote.yml`
|
|
160
171
|
- `tests/build-surface-promotion.test.mjs`
|
|
161
172
|
- `.github/workflows/buildchain-ref-promotion-recovery.yml`
|
|
@@ -166,9 +177,13 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
166
177
|
- `.github/workflows/release-candidate-promote.yml`
|
|
167
178
|
- `actions/promote-buildchain-ref/lib.js`
|
|
168
179
|
- `actions/v4-release-candidate-promote/index.js`
|
|
180
|
+
- `actions/v4-release-candidate-promote/product-provider.js`
|
|
181
|
+
- `actions/v4-release-candidate-promote/product-provider-github-adapters.js`
|
|
182
|
+
- `tests/v4-release-candidate-promote.test.mjs`
|
|
169
183
|
- `scripts/check-inventory.mjs`
|
|
170
184
|
- `tests/promote-buildchain-ref.test.mjs`
|
|
171
185
|
- `tests/promotion-channel-router.test.mjs`
|
|
186
|
+
- `tests/v4-release-topology.test.mjs`
|
|
172
187
|
- `scripts/site-capability-metadata.mjs`
|
|
173
188
|
- `tests/v4-floating-consumer-policy.test.mjs`
|
|
174
189
|
- `tests/v4-declarative-promotion-mode.test.mjs`
|
|
@@ -183,6 +198,8 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
183
198
|
- `scripts/buildchain-cli-help.mjs`
|
|
184
199
|
- `scripts/check-maintainability.mjs`
|
|
185
200
|
- `tests/maintainability.test.mjs`
|
|
201
|
+
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
202
|
+
- `scripts/check-v4-release-topology.mjs`
|
|
186
203
|
|
|
187
204
|
## cli-command-registry
|
|
188
205
|
|
|
@@ -383,6 +400,7 @@ Owner: Buildchain action maintainers
|
|
|
383
400
|
|
|
384
401
|
### Implementation
|
|
385
402
|
|
|
403
|
+
- `actions/promote-buildchain-ref/internal/contained-published-version-state.js`
|
|
386
404
|
- `actions/promote-buildchain-ref/internal/promote-alpha-channel.js`
|
|
387
405
|
- `actions/promote-buildchain-ref/internal/promote-major-channel.js`
|
|
388
406
|
- `actions/promote-buildchain-ref/internal/promote-release-channel.js`
|
|
@@ -394,6 +412,7 @@ Owner: Buildchain action maintainers
|
|
|
394
412
|
|
|
395
413
|
### Tests
|
|
396
414
|
|
|
415
|
+
- `tests/promote-buildchain-ref-contained-published-version-state.test.mjs`
|
|
397
416
|
- `tests/promote-buildchain-ref.test.mjs`
|
|
398
417
|
- `tests/promote-buildchain-ref-recovery.test.mjs`
|
|
399
418
|
- `tests/promote-buildchain-ref-governance.test.mjs`
|
|
@@ -405,7 +424,7 @@ Owner: Buildchain action maintainers
|
|
|
405
424
|
|
|
406
425
|
### Minimal validation
|
|
407
426
|
|
|
408
|
-
- `node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs`
|
|
427
|
+
- `node --test tests/promote-buildchain-ref-contained-published-version-state.test.mjs tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs`
|
|
409
428
|
|
|
410
429
|
## promotion-github-transaction-store
|
|
411
430
|
|
|
@@ -638,6 +657,7 @@ Owner: Buildchain contract maintainers
|
|
|
638
657
|
|
|
639
658
|
- `packages/core/buildchain-contract.js`
|
|
640
659
|
- `scripts/build-contract-core.mjs`
|
|
660
|
+
- `scripts/github-output.mjs`
|
|
641
661
|
|
|
642
662
|
### Contracts
|
|
643
663
|
|
|
@@ -649,6 +669,7 @@ Owner: Buildchain contract maintainers
|
|
|
649
669
|
- `tests/buildchain-contract.test.mjs`
|
|
650
670
|
- `tests/build-surface.test.mjs`
|
|
651
671
|
- `tests/build-surface-promotion.test.mjs`
|
|
672
|
+
- `tests/github-output.test.mjs`
|
|
652
673
|
|
|
653
674
|
### Generated outputs
|
|
654
675
|
|
|
@@ -722,8 +743,8 @@ Owner: Buildchain adopter delivery maintainers
|
|
|
722
743
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json`
|
|
723
744
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json`
|
|
724
745
|
- `contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json`
|
|
725
|
-
- `.github/workflows/
|
|
726
|
-
- `.github/workflows/
|
|
746
|
+
- `.github/workflows/public-build-adopter-qualification.yml`
|
|
747
|
+
- `.github/workflows/self-build-adopter-dogfood.yml`
|
|
727
748
|
- `docs/v4-adopter-delivery.md`
|
|
728
749
|
|
|
729
750
|
### Tests
|
|
@@ -820,7 +841,7 @@ Owner: Buildchain architecture maintainers
|
|
|
820
841
|
- `architecture/v4-tail-reseal-parity.json`
|
|
821
842
|
- `contracts/v4-tail-reseal-v1.schema.json`
|
|
822
843
|
- `contracts/fixtures/v4-tail-reseal-v1/valid.json`
|
|
823
|
-
- `.github/workflows/
|
|
844
|
+
- `.github/workflows/public-ops-tail-reseal.yml`
|
|
824
845
|
- `docs/v4-stage-capsule.md`
|
|
825
846
|
- `docs/v4-runtime-ref-resume-authority.md`
|
|
826
847
|
- `docs/v4-tail-reseal.md`
|
|
@@ -935,7 +956,7 @@ Owner: Buildchain protected delivery maintainers
|
|
|
935
956
|
- `contracts/dev-delivery-authority-v2.schema.json`
|
|
936
957
|
- `dist/site/schemas/dev-delivery-authority-v2.schema.json`
|
|
937
958
|
- `.github/workflows/dev-pr-auto-merge.yml`
|
|
938
|
-
- `.github/workflows/
|
|
959
|
+
- `.github/workflows/self-ops-dev-delivery.yml`
|
|
939
960
|
- `templates/native-dev-delivery.yml`
|
|
940
961
|
- `docs/dev-delivery-warrant.md`
|
|
941
962
|
- `docs/dev-delivery-qualification-landing-adr.md`
|
|
@@ -977,7 +998,7 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
977
998
|
|
|
978
999
|
- `architecture/v4-publication-rehearsal-parity.json`
|
|
979
1000
|
- `contracts/v4-publication-rehearsal-capsule-v1.schema.json`
|
|
980
|
-
- `.github/workflows/
|
|
1001
|
+
- `.github/workflows/self-release-rehearsal-dogfood.yml`
|
|
981
1002
|
- `docs/v4-publication-rehearsal.md`
|
|
982
1003
|
|
|
983
1004
|
### Tests
|
|
@@ -992,6 +1013,44 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
992
1013
|
|
|
993
1014
|
- `node --test tests/v4-publication-rehearsal.test.mjs`
|
|
994
1015
|
|
|
1016
|
+
## v4-universal-workflow-bootstrap
|
|
1017
|
+
|
|
1018
|
+
Owner: Buildchain workflow maintainers
|
|
1019
|
+
|
|
1020
|
+
### Implementation
|
|
1021
|
+
|
|
1022
|
+
- `packages/core/v4-universal-workflow-bootstrap.js`
|
|
1023
|
+
- `scripts/check-v4-universal-workflow-bootstrap.mjs`
|
|
1024
|
+
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
1025
|
+
- `scripts/v4-universal-workflow-backflow.mjs`
|
|
1026
|
+
- `scripts/v4-universal-workflow-engine.mjs`
|
|
1027
|
+
- `scripts/v4-universal-workflow-self-dogfood.mjs`
|
|
1028
|
+
|
|
1029
|
+
### Contracts
|
|
1030
|
+
|
|
1031
|
+
- `architecture/v4-universal-workflow-bootstrap.json`
|
|
1032
|
+
- `architecture/v4-universal-workflow-fault-campaign.json`
|
|
1033
|
+
- `architecture/v4-universal-workflow-train-admission.json`
|
|
1034
|
+
- `.github/workflows/bootstrap.yml`
|
|
1035
|
+
- `.github/workflows/self-ops-bootstrap-dogfood.yml`
|
|
1036
|
+
- `templates/universal-buildchain-bootstrap-recovery.yml`
|
|
1037
|
+
|
|
1038
|
+
### Tests
|
|
1039
|
+
|
|
1040
|
+
- `tests/v4-universal-workflow-backflow.test.mjs`
|
|
1041
|
+
- `tests/v4-universal-workflow-bootstrap.test.mjs`
|
|
1042
|
+
- `tests/v4-universal-workflow-fault-campaign.test.mjs`
|
|
1043
|
+
- `tests/v4-universal-workflow-self-dogfood.test.mjs`
|
|
1044
|
+
|
|
1045
|
+
### Generated outputs
|
|
1046
|
+
|
|
1047
|
+
- `.github/workflows/universal-bootstrap-recovery.yml`
|
|
1048
|
+
|
|
1049
|
+
### Minimal validation
|
|
1050
|
+
|
|
1051
|
+
- `node scripts/check-v4-universal-workflow-bootstrap.mjs`
|
|
1052
|
+
- `node --test tests/v4-universal-workflow-bootstrap.test.mjs tests/v4-universal-workflow-backflow.test.mjs tests/v4-universal-workflow-fault-campaign.test.mjs tests/v4-universal-workflow-self-dogfood.test.mjs`
|
|
1053
|
+
|
|
995
1054
|
## web-surface-delivery
|
|
996
1055
|
|
|
997
1056
|
Owner: Buildchain web-surface maintainers
|