@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.2
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 +64 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +53 -8
- package/architecture/maintainability-debt.json +147 -93
- package/architecture/maintainability-policy.json +32 -28
- 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 +74 -39
- 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 +2585 -1000
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +120 -115
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3205 -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 +5061 -1659
- package/docs/MAP.md +1 -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 +190 -190
- 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/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/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-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +10 -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 +19 -349
- 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 +90 -33
- 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/paper-work-fleet-cli.mjs +2 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +9 -9
- 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 +13 -6
- 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`
|
|
@@ -167,6 +178,8 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
167
178
|
- `actions/promote-buildchain-ref/lib.js`
|
|
168
179
|
- `actions/v4-release-candidate-promote/index.js`
|
|
169
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`
|
|
170
183
|
- `scripts/check-inventory.mjs`
|
|
171
184
|
- `tests/promote-buildchain-ref.test.mjs`
|
|
172
185
|
- `tests/promotion-channel-router.test.mjs`
|
|
@@ -185,6 +198,8 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
185
198
|
- `scripts/buildchain-cli-help.mjs`
|
|
186
199
|
- `scripts/check-maintainability.mjs`
|
|
187
200
|
- `tests/maintainability.test.mjs`
|
|
201
|
+
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
202
|
+
- `scripts/check-v4-release-topology.mjs`
|
|
188
203
|
|
|
189
204
|
## cli-command-registry
|
|
190
205
|
|
|
@@ -352,6 +367,7 @@ Owner: Buildchain Paper maintainers
|
|
|
352
367
|
- `packages/core/paper-fleet.js`
|
|
353
368
|
- `packages/core/paper-npm-bootstrap.js`
|
|
354
369
|
- `packages/core/paper-repository.js`
|
|
370
|
+
- `packages/core/paper-runtime-channels.js`
|
|
355
371
|
- `packages/core/paper-scaffold-content.js`
|
|
356
372
|
- `packages/core/paper-work.js`
|
|
357
373
|
- `packages/core/paper.js`
|
|
@@ -368,6 +384,7 @@ Owner: Buildchain Paper maintainers
|
|
|
368
384
|
|
|
369
385
|
- `tests/cli.test.mjs`
|
|
370
386
|
- `tests/paper.test.mjs`
|
|
387
|
+
- `tests/paper-v4-migration.test.mjs`
|
|
371
388
|
- `tests/public-surface-audit.test.mjs`
|
|
372
389
|
|
|
373
390
|
### Generated outputs
|
|
@@ -377,7 +394,7 @@ Owner: Buildchain Paper maintainers
|
|
|
377
394
|
|
|
378
395
|
### Minimal validation
|
|
379
396
|
|
|
380
|
-
- `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`
|
|
381
398
|
|
|
382
399
|
## promotion-channel-orchestration
|
|
383
400
|
|
|
@@ -642,6 +659,7 @@ Owner: Buildchain contract maintainers
|
|
|
642
659
|
|
|
643
660
|
- `packages/core/buildchain-contract.js`
|
|
644
661
|
- `scripts/build-contract-core.mjs`
|
|
662
|
+
- `scripts/github-output.mjs`
|
|
645
663
|
|
|
646
664
|
### Contracts
|
|
647
665
|
|
|
@@ -653,6 +671,7 @@ Owner: Buildchain contract maintainers
|
|
|
653
671
|
- `tests/buildchain-contract.test.mjs`
|
|
654
672
|
- `tests/build-surface.test.mjs`
|
|
655
673
|
- `tests/build-surface-promotion.test.mjs`
|
|
674
|
+
- `tests/github-output.test.mjs`
|
|
656
675
|
|
|
657
676
|
### Generated outputs
|
|
658
677
|
|
|
@@ -726,8 +745,8 @@ Owner: Buildchain adopter delivery maintainers
|
|
|
726
745
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json`
|
|
727
746
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json`
|
|
728
747
|
- `contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json`
|
|
729
|
-
- `.github/workflows/
|
|
730
|
-
- `.github/workflows/
|
|
748
|
+
- `.github/workflows/public-build-adopter-qualification.yml`
|
|
749
|
+
- `.github/workflows/self-build-adopter-dogfood.yml`
|
|
731
750
|
- `docs/v4-adopter-delivery.md`
|
|
732
751
|
|
|
733
752
|
### Tests
|
|
@@ -824,7 +843,7 @@ Owner: Buildchain architecture maintainers
|
|
|
824
843
|
- `architecture/v4-tail-reseal-parity.json`
|
|
825
844
|
- `contracts/v4-tail-reseal-v1.schema.json`
|
|
826
845
|
- `contracts/fixtures/v4-tail-reseal-v1/valid.json`
|
|
827
|
-
- `.github/workflows/
|
|
846
|
+
- `.github/workflows/public-ops-tail-reseal.yml`
|
|
828
847
|
- `docs/v4-stage-capsule.md`
|
|
829
848
|
- `docs/v4-runtime-ref-resume-authority.md`
|
|
830
849
|
- `docs/v4-tail-reseal.md`
|
|
@@ -939,7 +958,7 @@ Owner: Buildchain protected delivery maintainers
|
|
|
939
958
|
- `contracts/dev-delivery-authority-v2.schema.json`
|
|
940
959
|
- `dist/site/schemas/dev-delivery-authority-v2.schema.json`
|
|
941
960
|
- `.github/workflows/dev-pr-auto-merge.yml`
|
|
942
|
-
- `.github/workflows/
|
|
961
|
+
- `.github/workflows/self-ops-dev-delivery.yml`
|
|
943
962
|
- `templates/native-dev-delivery.yml`
|
|
944
963
|
- `docs/dev-delivery-warrant.md`
|
|
945
964
|
- `docs/dev-delivery-qualification-landing-adr.md`
|
|
@@ -981,7 +1000,7 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
981
1000
|
|
|
982
1001
|
- `architecture/v4-publication-rehearsal-parity.json`
|
|
983
1002
|
- `contracts/v4-publication-rehearsal-capsule-v1.schema.json`
|
|
984
|
-
- `.github/workflows/
|
|
1003
|
+
- `.github/workflows/self-release-rehearsal-dogfood.yml`
|
|
985
1004
|
- `docs/v4-publication-rehearsal.md`
|
|
986
1005
|
|
|
987
1006
|
### Tests
|
|
@@ -996,6 +1015,44 @@ Owner: Buildchain publication rehearsal maintainers
|
|
|
996
1015
|
|
|
997
1016
|
- `node --test tests/v4-publication-rehearsal.test.mjs`
|
|
998
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
|
+
|
|
999
1056
|
## web-surface-delivery
|
|
1000
1057
|
|
|
1001
1058
|
Owner: Buildchain web-surface maintainers
|