@kungfu-tech/buildchain 4.0.2-alpha.5 → 4.0.2-alpha.51
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 +70 -9
- package/architecture/ci-lane-change-budget.json +384 -0
- package/architecture/internal-capabilities.json +56 -9
- package/architecture/maintainability-debt.json +162 -107
- 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 +198 -38
- 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 +176 -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 +1462 -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 +276 -72
- package/dist/site/capability-registry.json +5 -5
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2610 -983
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +14 -14
- package/dist/site/node-api-registry.json +273 -127
- package/dist/site/page-registry.json +257 -53
- package/dist/site/public-surface-audit.json +3239 -1232
- package/dist/site/publication-authority-registry.json +1135 -363
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +18 -18
- package/dist/site/workflow-registry.json +5097 -1659
- package/docs/MAP.md +2 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- 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 +216 -205
- package/docs/oci-publication.md +167 -0
- package/docs/publication-authority.md +2 -2
- package/docs/publish-transaction.md +36 -3
- 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 +155 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +12 -7
- 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 +43 -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/next-development-transition.js +5 -6
- package/packages/core/oci-compose-qualification.js +143 -0
- package/packages/core/oci-publication-bundle.js +281 -0
- package/packages/core/oci-publication-graph.js +206 -0
- package/packages/core/paper-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- package/packages/core/publication-sealed-bundle.js +78 -13
- 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 +38 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +15 -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 +59 -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 +236 -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 +10 -25
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +497 -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/oci-compose-preview.mjs +250 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/publication-candidate-kind.mjs +93 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +23 -35
- package/scripts/resume-from-candidate-run.mjs +11 -18
- package/scripts/site-capability-metadata.mjs +1 -0
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +91 -0
- package/scripts/v4-product-publication-intent.mjs +129 -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 +620 -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`
|
|
@@ -180,9 +195,11 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
180
195
|
- `packages/core/v4-floating-consumer-release-passport.js`
|
|
181
196
|
- `packages/core/release-passport.js`
|
|
182
197
|
- `tests/promote-buildchain-ref-governance.test.mjs`
|
|
183
|
-
- `scripts/buildchain-cli-help.mjs`
|
|
184
198
|
- `scripts/check-maintainability.mjs`
|
|
185
199
|
- `tests/maintainability.test.mjs`
|
|
200
|
+
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
201
|
+
- `scripts/check-v4-release-topology.mjs`
|
|
202
|
+
- `actions/v4-release-candidate-promote/product-provider-adapters.js`
|
|
186
203
|
|
|
187
204
|
## cli-command-registry
|
|
188
205
|
|
|
@@ -350,6 +367,7 @@ Owner: Buildchain Paper maintainers
|
|
|
350
367
|
- `packages/core/paper-fleet.js`
|
|
351
368
|
- `packages/core/paper-npm-bootstrap.js`
|
|
352
369
|
- `packages/core/paper-repository.js`
|
|
370
|
+
- `packages/core/paper-runtime-channels.js`
|
|
353
371
|
- `packages/core/paper-scaffold-content.js`
|
|
354
372
|
- `packages/core/paper-work.js`
|
|
355
373
|
- `packages/core/paper.js`
|
|
@@ -366,6 +384,7 @@ Owner: Buildchain Paper maintainers
|
|
|
366
384
|
|
|
367
385
|
- `tests/cli.test.mjs`
|
|
368
386
|
- `tests/paper.test.mjs`
|
|
387
|
+
- `tests/paper-v4-migration.test.mjs`
|
|
369
388
|
- `tests/public-surface-audit.test.mjs`
|
|
370
389
|
|
|
371
390
|
### Generated outputs
|
|
@@ -375,7 +394,7 @@ Owner: Buildchain Paper maintainers
|
|
|
375
394
|
|
|
376
395
|
### Minimal validation
|
|
377
396
|
|
|
378
|
-
- `node --test tests/cli.test.mjs tests/paper.test.mjs tests/public-surface-audit.test.mjs`
|
|
397
|
+
- `node --test tests/cli.test.mjs tests/paper.test.mjs tests/paper-v4-migration.test.mjs tests/public-surface-audit.test.mjs`
|
|
379
398
|
|
|
380
399
|
## promotion-channel-orchestration
|
|
381
400
|
|
|
@@ -383,6 +402,7 @@ Owner: Buildchain action maintainers
|
|
|
383
402
|
|
|
384
403
|
### Implementation
|
|
385
404
|
|
|
405
|
+
- `actions/promote-buildchain-ref/internal/contained-published-version-state.js`
|
|
386
406
|
- `actions/promote-buildchain-ref/internal/promote-alpha-channel.js`
|
|
387
407
|
- `actions/promote-buildchain-ref/internal/promote-major-channel.js`
|
|
388
408
|
- `actions/promote-buildchain-ref/internal/promote-release-channel.js`
|
|
@@ -394,6 +414,7 @@ Owner: Buildchain action maintainers
|
|
|
394
414
|
|
|
395
415
|
### Tests
|
|
396
416
|
|
|
417
|
+
- `tests/promote-buildchain-ref-contained-published-version-state.test.mjs`
|
|
397
418
|
- `tests/promote-buildchain-ref.test.mjs`
|
|
398
419
|
- `tests/promote-buildchain-ref-recovery.test.mjs`
|
|
399
420
|
- `tests/promote-buildchain-ref-governance.test.mjs`
|
|
@@ -405,7 +426,7 @@ Owner: Buildchain action maintainers
|
|
|
405
426
|
|
|
406
427
|
### Minimal validation
|
|
407
428
|
|
|
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`
|
|
429
|
+
- `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
430
|
|
|
410
431
|
## promotion-github-transaction-store
|
|
411
432
|
|
|
@@ -638,6 +659,7 @@ Owner: Buildchain contract maintainers
|
|
|
638
659
|
|
|
639
660
|
- `packages/core/buildchain-contract.js`
|
|
640
661
|
- `scripts/build-contract-core.mjs`
|
|
662
|
+
- `scripts/github-output.mjs`
|
|
641
663
|
|
|
642
664
|
### Contracts
|
|
643
665
|
|
|
@@ -649,6 +671,7 @@ Owner: Buildchain contract maintainers
|
|
|
649
671
|
- `tests/buildchain-contract.test.mjs`
|
|
650
672
|
- `tests/build-surface.test.mjs`
|
|
651
673
|
- `tests/build-surface-promotion.test.mjs`
|
|
674
|
+
- `tests/github-output.test.mjs`
|
|
652
675
|
|
|
653
676
|
### Generated outputs
|
|
654
677
|
|
|
@@ -722,8 +745,8 @@ Owner: Buildchain adopter delivery maintainers
|
|
|
722
745
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json`
|
|
723
746
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json`
|
|
724
747
|
- `contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json`
|
|
725
|
-
- `.github/workflows/
|
|
726
|
-
- `.github/workflows/
|
|
748
|
+
- `.github/workflows/public-build-adopter-qualification.yml`
|
|
749
|
+
- `.github/workflows/self-build-adopter-dogfood.yml`
|
|
727
750
|
- `docs/v4-adopter-delivery.md`
|
|
728
751
|
|
|
729
752
|
### Tests
|
|
@@ -820,7 +843,7 @@ Owner: Buildchain architecture maintainers
|
|
|
820
843
|
- `architecture/v4-tail-reseal-parity.json`
|
|
821
844
|
- `contracts/v4-tail-reseal-v1.schema.json`
|
|
822
845
|
- `contracts/fixtures/v4-tail-reseal-v1/valid.json`
|
|
823
|
-
- `.github/workflows/
|
|
846
|
+
- `.github/workflows/public-ops-tail-reseal.yml`
|
|
824
847
|
- `docs/v4-stage-capsule.md`
|
|
825
848
|
- `docs/v4-runtime-ref-resume-authority.md`
|
|
826
849
|
- `docs/v4-tail-reseal.md`
|
|
@@ -935,7 +958,7 @@ Owner: Buildchain protected delivery maintainers
|
|
|
935
958
|
- `contracts/dev-delivery-authority-v2.schema.json`
|
|
936
959
|
- `dist/site/schemas/dev-delivery-authority-v2.schema.json`
|
|
937
960
|
- `.github/workflows/dev-pr-auto-merge.yml`
|
|
938
|
-
- `.github/workflows/
|
|
961
|
+
- `.github/workflows/self-ops-dev-delivery.yml`
|
|
939
962
|
- `templates/native-dev-delivery.yml`
|
|
940
963
|
- `docs/dev-delivery-warrant.md`
|
|
941
964
|
- `docs/dev-delivery-qualification-landing-adr.md`
|
|
@@ -977,7 +1000,7 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
977
1000
|
|
|
978
1001
|
- `architecture/v4-publication-rehearsal-parity.json`
|
|
979
1002
|
- `contracts/v4-publication-rehearsal-capsule-v1.schema.json`
|
|
980
|
-
- `.github/workflows/
|
|
1003
|
+
- `.github/workflows/self-release-rehearsal-dogfood.yml`
|
|
981
1004
|
- `docs/v4-publication-rehearsal.md`
|
|
982
1005
|
|
|
983
1006
|
### Tests
|
|
@@ -992,6 +1015,44 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
992
1015
|
|
|
993
1016
|
- `node --test tests/v4-publication-rehearsal.test.mjs`
|
|
994
1017
|
|
|
1018
|
+
## v4-universal-workflow-bootstrap
|
|
1019
|
+
|
|
1020
|
+
Owner: Buildchain workflow maintainers
|
|
1021
|
+
|
|
1022
|
+
### Implementation
|
|
1023
|
+
|
|
1024
|
+
- `packages/core/v4-universal-workflow-bootstrap.js`
|
|
1025
|
+
- `scripts/check-v4-universal-workflow-bootstrap.mjs`
|
|
1026
|
+
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
1027
|
+
- `scripts/v4-universal-workflow-backflow.mjs`
|
|
1028
|
+
- `scripts/v4-universal-workflow-engine.mjs`
|
|
1029
|
+
- `scripts/v4-universal-workflow-self-dogfood.mjs`
|
|
1030
|
+
|
|
1031
|
+
### Contracts
|
|
1032
|
+
|
|
1033
|
+
- `architecture/v4-universal-workflow-bootstrap.json`
|
|
1034
|
+
- `architecture/v4-universal-workflow-fault-campaign.json`
|
|
1035
|
+
- `architecture/v4-universal-workflow-train-admission.json`
|
|
1036
|
+
- `.github/workflows/bootstrap.yml`
|
|
1037
|
+
- `.github/workflows/self-ops-bootstrap-dogfood.yml`
|
|
1038
|
+
- `templates/universal-buildchain-bootstrap-recovery.yml`
|
|
1039
|
+
|
|
1040
|
+
### Tests
|
|
1041
|
+
|
|
1042
|
+
- `tests/v4-universal-workflow-backflow.test.mjs`
|
|
1043
|
+
- `tests/v4-universal-workflow-bootstrap.test.mjs`
|
|
1044
|
+
- `tests/v4-universal-workflow-fault-campaign.test.mjs`
|
|
1045
|
+
- `tests/v4-universal-workflow-self-dogfood.test.mjs`
|
|
1046
|
+
|
|
1047
|
+
### Generated outputs
|
|
1048
|
+
|
|
1049
|
+
- `.github/workflows/universal-bootstrap-recovery.yml`
|
|
1050
|
+
|
|
1051
|
+
### Minimal validation
|
|
1052
|
+
|
|
1053
|
+
- `node scripts/check-v4-universal-workflow-bootstrap.mjs`
|
|
1054
|
+
- `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`
|
|
1055
|
+
|
|
995
1056
|
## web-surface-delivery
|
|
996
1057
|
|
|
997
1058
|
Owner: Buildchain web-surface maintainers
|