@kungfu-tech/buildchain 4.0.2-alpha.5 → 4.0.2-alpha.50
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 +160 -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 +140 -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
|
@@ -252,6 +252,23 @@
|
|
|
252
252
|
"rationale": "The recovery surface is a one-way adapter into the same canonical publisher."
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"laneId": ".github/workflows/buildchain-ref-promotion.yml#classify-workflow-run",
|
|
257
|
+
"authorityClass": "evidence",
|
|
258
|
+
"triggerClass": "mixed",
|
|
259
|
+
"concurrencyPolicy": {
|
|
260
|
+
"mode": "none",
|
|
261
|
+
"cancelInProgress": false
|
|
262
|
+
},
|
|
263
|
+
"expectedRunnerMinutes": 2,
|
|
264
|
+
"cancellationBehavior": "finish-started",
|
|
265
|
+
"sloImpact": {
|
|
266
|
+
"mergeCritical": false,
|
|
267
|
+
"metric": "Alpha finalization classification latency",
|
|
268
|
+
"expectedContributionSeconds": 0,
|
|
269
|
+
"rationale": "The read-only classifier binds the verified head to exact product state before suppressing a duplicate publication transaction."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
255
272
|
{
|
|
256
273
|
"laneId": ".github/workflows/buildchain-ref-promotion.yml#promote",
|
|
257
274
|
"authorityClass": "release",
|
|
@@ -269,6 +286,23 @@
|
|
|
269
286
|
"rationale": "The Buildchain-owned alpha entry delegates to the single v4 publisher."
|
|
270
287
|
}
|
|
271
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"laneId": ".github/workflows/buildchain-ref-promotion.yml#universal-bootstrap",
|
|
291
|
+
"authorityClass": "governed-delegation",
|
|
292
|
+
"triggerClass": "mixed",
|
|
293
|
+
"concurrencyPolicy": {
|
|
294
|
+
"mode": "none",
|
|
295
|
+
"cancelInProgress": false
|
|
296
|
+
},
|
|
297
|
+
"expectedRunnerMinutes": 60,
|
|
298
|
+
"cancellationBehavior": "finish-started",
|
|
299
|
+
"sloImpact": {
|
|
300
|
+
"mergeCritical": false,
|
|
301
|
+
"metric": "canonical exact-candidate self-promotion latency",
|
|
302
|
+
"expectedContributionSeconds": 0,
|
|
303
|
+
"rationale": "The canonical publisher delegates one closed request to the exact reviewed candidate and keeps the compatibility path mutually exclusive."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
272
306
|
{
|
|
273
307
|
"laneId": ".github/workflows/release-candidate-promote.yml#invoke",
|
|
274
308
|
"authorityClass": "release",
|
|
@@ -319,6 +353,356 @@
|
|
|
319
353
|
"expectedContributionSeconds": 0,
|
|
320
354
|
"rationale": "The lane only reconciles already-produced rooted platform reports and grants no provider, release, or stable publication authority."
|
|
321
355
|
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"laneId": ".github/workflows/bootstrap.yml#admit",
|
|
359
|
+
"authorityClass": "evidence",
|
|
360
|
+
"triggerClass": "reusable",
|
|
361
|
+
"concurrencyPolicy": {
|
|
362
|
+
"mode": "none",
|
|
363
|
+
"cancelInProgress": false
|
|
364
|
+
},
|
|
365
|
+
"expectedRunnerMinutes": 10,
|
|
366
|
+
"cancellationBehavior": "finish-started",
|
|
367
|
+
"sloImpact": {
|
|
368
|
+
"mergeCritical": false,
|
|
369
|
+
"metric": "exact-candidate admission latency",
|
|
370
|
+
"expectedContributionSeconds": 0,
|
|
371
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"laneId": ".github/workflows/bootstrap.yml#execute",
|
|
376
|
+
"authorityClass": "governed-delegation",
|
|
377
|
+
"triggerClass": "reusable",
|
|
378
|
+
"concurrencyPolicy": {
|
|
379
|
+
"mode": "none",
|
|
380
|
+
"cancelInProgress": false
|
|
381
|
+
},
|
|
382
|
+
"expectedRunnerMinutes": 60,
|
|
383
|
+
"cancellationBehavior": "finish-started",
|
|
384
|
+
"sloImpact": {
|
|
385
|
+
"mergeCritical": false,
|
|
386
|
+
"metric": "exact-candidate execution latency",
|
|
387
|
+
"expectedContributionSeconds": 0,
|
|
388
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"laneId": ".github/workflows/bootstrap.yml#settle",
|
|
393
|
+
"authorityClass": "evidence",
|
|
394
|
+
"triggerClass": "reusable",
|
|
395
|
+
"concurrencyPolicy": {
|
|
396
|
+
"mode": "none",
|
|
397
|
+
"cancelInProgress": false
|
|
398
|
+
},
|
|
399
|
+
"expectedRunnerMinutes": 10,
|
|
400
|
+
"cancellationBehavior": "finish-started",
|
|
401
|
+
"sloImpact": {
|
|
402
|
+
"mergeCritical": false,
|
|
403
|
+
"metric": "universal terminal settlement latency",
|
|
404
|
+
"expectedContributionSeconds": 0,
|
|
405
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-admit",
|
|
410
|
+
"authorityClass": "evidence",
|
|
411
|
+
"triggerClass": "reusable",
|
|
412
|
+
"concurrencyPolicy": {
|
|
413
|
+
"mode": "none",
|
|
414
|
+
"cancelInProgress": false
|
|
415
|
+
},
|
|
416
|
+
"expectedRunnerMinutes": 10,
|
|
417
|
+
"cancellationBehavior": "finish-started",
|
|
418
|
+
"sloImpact": {
|
|
419
|
+
"mergeCritical": false,
|
|
420
|
+
"metric": "consumer-owned exact-candidate admission latency",
|
|
421
|
+
"expectedContributionSeconds": 0,
|
|
422
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-execute",
|
|
427
|
+
"authorityClass": "governed-delegation",
|
|
428
|
+
"triggerClass": "reusable",
|
|
429
|
+
"concurrencyPolicy": {
|
|
430
|
+
"mode": "none",
|
|
431
|
+
"cancelInProgress": false
|
|
432
|
+
},
|
|
433
|
+
"expectedRunnerMinutes": 60,
|
|
434
|
+
"cancellationBehavior": "finish-started",
|
|
435
|
+
"sloImpact": {
|
|
436
|
+
"mergeCritical": false,
|
|
437
|
+
"metric": "consumer-owned exact-candidate execution latency",
|
|
438
|
+
"expectedContributionSeconds": 0,
|
|
439
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-settle",
|
|
444
|
+
"authorityClass": "evidence",
|
|
445
|
+
"triggerClass": "reusable",
|
|
446
|
+
"concurrencyPolicy": {
|
|
447
|
+
"mode": "none",
|
|
448
|
+
"cancelInProgress": false
|
|
449
|
+
},
|
|
450
|
+
"expectedRunnerMinutes": 10,
|
|
451
|
+
"cancellationBehavior": "finish-started",
|
|
452
|
+
"sloImpact": {
|
|
453
|
+
"mergeCritical": false,
|
|
454
|
+
"metric": "consumer-owned terminal settlement latency",
|
|
455
|
+
"expectedContributionSeconds": 0,
|
|
456
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#prepare",
|
|
461
|
+
"authorityClass": "evidence",
|
|
462
|
+
"triggerClass": "mixed",
|
|
463
|
+
"concurrencyPolicy": {
|
|
464
|
+
"mode": "none",
|
|
465
|
+
"cancelInProgress": false
|
|
466
|
+
},
|
|
467
|
+
"expectedRunnerMinutes": 10,
|
|
468
|
+
"cancellationBehavior": "finish-started",
|
|
469
|
+
"sloImpact": {
|
|
470
|
+
"mergeCritical": false,
|
|
471
|
+
"metric": "Train-first self-dogfood admission latency",
|
|
472
|
+
"expectedContributionSeconds": 0,
|
|
473
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-conformance",
|
|
478
|
+
"authorityClass": "governed-delegation",
|
|
479
|
+
"triggerClass": "mixed",
|
|
480
|
+
"concurrencyPolicy": {
|
|
481
|
+
"mode": "none",
|
|
482
|
+
"cancelInProgress": false
|
|
483
|
+
},
|
|
484
|
+
"expectedRunnerMinutes": 60,
|
|
485
|
+
"cancellationBehavior": "finish-started",
|
|
486
|
+
"sloImpact": {
|
|
487
|
+
"mergeCritical": false,
|
|
488
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
489
|
+
"expectedContributionSeconds": 0,
|
|
490
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-conformance",
|
|
495
|
+
"authorityClass": "governed-delegation",
|
|
496
|
+
"triggerClass": "mixed",
|
|
497
|
+
"concurrencyPolicy": {
|
|
498
|
+
"mode": "none",
|
|
499
|
+
"cancelInProgress": false
|
|
500
|
+
},
|
|
501
|
+
"expectedRunnerMinutes": 60,
|
|
502
|
+
"cancellationBehavior": "finish-started",
|
|
503
|
+
"sloImpact": {
|
|
504
|
+
"mergeCritical": false,
|
|
505
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
506
|
+
"expectedContributionSeconds": 0,
|
|
507
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-alpha",
|
|
512
|
+
"authorityClass": "governed-delegation",
|
|
513
|
+
"triggerClass": "mixed",
|
|
514
|
+
"concurrencyPolicy": {
|
|
515
|
+
"mode": "none",
|
|
516
|
+
"cancelInProgress": false
|
|
517
|
+
},
|
|
518
|
+
"expectedRunnerMinutes": 60,
|
|
519
|
+
"cancellationBehavior": "finish-started",
|
|
520
|
+
"sloImpact": {
|
|
521
|
+
"mergeCritical": false,
|
|
522
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
523
|
+
"expectedContributionSeconds": 0,
|
|
524
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-alpha",
|
|
529
|
+
"authorityClass": "governed-delegation",
|
|
530
|
+
"triggerClass": "mixed",
|
|
531
|
+
"concurrencyPolicy": {
|
|
532
|
+
"mode": "none",
|
|
533
|
+
"cancelInProgress": false
|
|
534
|
+
},
|
|
535
|
+
"expectedRunnerMinutes": 60,
|
|
536
|
+
"cancellationBehavior": "finish-started",
|
|
537
|
+
"sloImpact": {
|
|
538
|
+
"mergeCritical": false,
|
|
539
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
540
|
+
"expectedContributionSeconds": 0,
|
|
541
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-stable",
|
|
546
|
+
"authorityClass": "governed-delegation",
|
|
547
|
+
"triggerClass": "mixed",
|
|
548
|
+
"concurrencyPolicy": {
|
|
549
|
+
"mode": "none",
|
|
550
|
+
"cancelInProgress": false
|
|
551
|
+
},
|
|
552
|
+
"expectedRunnerMinutes": 60,
|
|
553
|
+
"cancellationBehavior": "finish-started",
|
|
554
|
+
"sloImpact": {
|
|
555
|
+
"mergeCritical": false,
|
|
556
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
557
|
+
"expectedContributionSeconds": 0,
|
|
558
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-stable",
|
|
563
|
+
"authorityClass": "governed-delegation",
|
|
564
|
+
"triggerClass": "mixed",
|
|
565
|
+
"concurrencyPolicy": {
|
|
566
|
+
"mode": "none",
|
|
567
|
+
"cancelInProgress": false
|
|
568
|
+
},
|
|
569
|
+
"expectedRunnerMinutes": 60,
|
|
570
|
+
"cancellationBehavior": "finish-started",
|
|
571
|
+
"sloImpact": {
|
|
572
|
+
"mergeCritical": false,
|
|
573
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
574
|
+
"expectedContributionSeconds": 0,
|
|
575
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#reconcile",
|
|
580
|
+
"authorityClass": "evidence",
|
|
581
|
+
"triggerClass": "mixed",
|
|
582
|
+
"concurrencyPolicy": {
|
|
583
|
+
"mode": "none",
|
|
584
|
+
"cancelInProgress": false
|
|
585
|
+
},
|
|
586
|
+
"expectedRunnerMinutes": 10,
|
|
587
|
+
"cancellationBehavior": "finish-started",
|
|
588
|
+
"sloImpact": {
|
|
589
|
+
"mergeCritical": false,
|
|
590
|
+
"metric": "primary and recovery equivalence latency",
|
|
591
|
+
"expectedContributionSeconds": 0,
|
|
592
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"laneId": ".github/workflows/self-release-next-development.yml#review",
|
|
597
|
+
"authorityClass": "merge-critical-admission",
|
|
598
|
+
"triggerClass": "mixed",
|
|
599
|
+
"concurrencyPolicy": {
|
|
600
|
+
"mode": "ref-scoped",
|
|
601
|
+
"cancelInProgress": false
|
|
602
|
+
},
|
|
603
|
+
"expectedRunnerMinutes": 3,
|
|
604
|
+
"cancellationBehavior": "finish-started",
|
|
605
|
+
"sloImpact": {
|
|
606
|
+
"mergeCritical": true,
|
|
607
|
+
"metric": "generated next-development independent review latency",
|
|
608
|
+
"expectedContributionSeconds": 180,
|
|
609
|
+
"rationale": "Only successful same-repository version PRs regenerate from the protected base and read completed publication evidence; ordinary source PRs skip the lane. Native queue checks remain final merge authority."
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"laneId": ".github/workflows/public-release-oci-compose-preview.yml#promote",
|
|
614
|
+
"authorityClass": "release",
|
|
615
|
+
"triggerClass": "reusable",
|
|
616
|
+
"concurrencyPolicy": {
|
|
617
|
+
"mode": "serialized",
|
|
618
|
+
"cancelInProgress": false
|
|
619
|
+
},
|
|
620
|
+
"expectedRunnerMinutes": 8,
|
|
621
|
+
"cancellationBehavior": "finish-started",
|
|
622
|
+
"sloImpact": {
|
|
623
|
+
"mergeCritical": false,
|
|
624
|
+
"metric": "qualified Compose preview promotion",
|
|
625
|
+
"expectedContributionSeconds": 0,
|
|
626
|
+
"rationale": "Runs only after completed exact-source public installation qualification; no merge-critical runner lane is added."
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"declarationFamilies": [
|
|
631
|
+
{
|
|
632
|
+
"authorityClass": "governed-delegation",
|
|
633
|
+
"triggerClass": "reusable",
|
|
634
|
+
"concurrencyPolicy": {
|
|
635
|
+
"mode": "none",
|
|
636
|
+
"cancelInProgress": false
|
|
637
|
+
},
|
|
638
|
+
"expectedRunnerMinutes": 60,
|
|
639
|
+
"cancellationBehavior": "finish-started",
|
|
640
|
+
"sloImpact": {
|
|
641
|
+
"mergeCritical": false,
|
|
642
|
+
"metric": "opt-in exact-candidate execution latency",
|
|
643
|
+
"expectedContributionSeconds": 0,
|
|
644
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
645
|
+
},
|
|
646
|
+
"laneIds": [
|
|
647
|
+
".github/workflows/.auditable-demo.yml#universal-bootstrap",
|
|
648
|
+
".github/workflows/.binary-release-assets.yml#universal-bootstrap",
|
|
649
|
+
".github/workflows/.build.yml#universal-bootstrap",
|
|
650
|
+
".github/workflows/.bump-minor-version.yml#universal-bootstrap",
|
|
651
|
+
".github/workflows/.declarative-auditable-demo.yml#universal-bootstrap",
|
|
652
|
+
".github/workflows/.gate-profile.yml#universal-bootstrap",
|
|
653
|
+
".github/workflows/.publication-authority.yml#universal-bootstrap",
|
|
654
|
+
".github/workflows/.release-candidate-promote.yml#universal-bootstrap",
|
|
655
|
+
".github/workflows/.release-verify.yml#universal-bootstrap",
|
|
656
|
+
".github/workflows/.sam-verify.yml#universal-bootstrap",
|
|
657
|
+
".github/workflows/.sync-release-page.yml#universal-bootstrap",
|
|
658
|
+
".github/workflows/.sync-remote-git.yml#universal-bootstrap",
|
|
659
|
+
".github/workflows/.web-surface.yml#universal-bootstrap",
|
|
660
|
+
".github/workflows/.wheel-verify.yml#universal-bootstrap",
|
|
661
|
+
".github/workflows/build.yml#universal-bootstrap",
|
|
662
|
+
".github/workflows/buildchain-patrol.yml#universal-bootstrap",
|
|
663
|
+
".github/workflows/check.yml#universal-bootstrap",
|
|
664
|
+
".github/workflows/dev-alpha-candidate-patrol.yml#universal-bootstrap",
|
|
665
|
+
".github/workflows/dev-delivery-warrant-cancel.yml#universal-bootstrap",
|
|
666
|
+
".github/workflows/dev-delivery-warrant-close.yml#universal-bootstrap",
|
|
667
|
+
".github/workflows/dev-pr-auto-merge.yml#universal-bootstrap",
|
|
668
|
+
".github/workflows/dev-qualification-patrol.yml#universal-bootstrap",
|
|
669
|
+
".github/workflows/engineering-housekeeper.yml#universal-bootstrap",
|
|
670
|
+
".github/workflows/github-artifact-attestation.yml#universal-bootstrap",
|
|
671
|
+
".github/workflows/paper-release-sealed.yml#universal-bootstrap",
|
|
672
|
+
".github/workflows/paper-release.yml#universal-bootstrap",
|
|
673
|
+
".github/workflows/patrol-daily.yml#universal-bootstrap",
|
|
674
|
+
".github/workflows/patrol-monthly.yml#universal-bootstrap",
|
|
675
|
+
".github/workflows/patrol-observed-evidence.yml#universal-bootstrap",
|
|
676
|
+
".github/workflows/patrol-weekly.yml#universal-bootstrap",
|
|
677
|
+
".github/workflows/public-release-oci-compose-preview.yml#universal-bootstrap",
|
|
678
|
+
".github/workflows/publication-artifact.yml#universal-bootstrap",
|
|
679
|
+
".github/workflows/release-candidate-promote.yml#universal-bootstrap",
|
|
680
|
+
".github/workflows/release-propagation.yml#universal-bootstrap",
|
|
681
|
+
".github/workflows/release-tail.yml#universal-bootstrap",
|
|
682
|
+
".github/workflows/stable-candidate-patrol.yml#universal-bootstrap",
|
|
683
|
+
".github/workflows/v4-stage-capsule-canary.yml#universal-bootstrap",
|
|
684
|
+
".github/workflows/v4-tail-reseal.yml#universal-bootstrap"
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"authorityClass": "governed-delegation",
|
|
689
|
+
"triggerClass": "mixed",
|
|
690
|
+
"concurrencyPolicy": {
|
|
691
|
+
"mode": "none",
|
|
692
|
+
"cancelInProgress": false
|
|
693
|
+
},
|
|
694
|
+
"expectedRunnerMinutes": 60,
|
|
695
|
+
"cancellationBehavior": "finish-started",
|
|
696
|
+
"sloImpact": {
|
|
697
|
+
"mergeCritical": false,
|
|
698
|
+
"metric": "mixed-trigger exact-candidate execution latency",
|
|
699
|
+
"expectedContributionSeconds": 0,
|
|
700
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
701
|
+
},
|
|
702
|
+
"laneIds": [
|
|
703
|
+
".github/workflows/release-governance-reconcile.yml#universal-bootstrap",
|
|
704
|
+
".github/workflows/v4-adopter-delivery.yml#universal-bootstrap"
|
|
705
|
+
]
|
|
322
706
|
}
|
|
323
707
|
]
|
|
324
708
|
}
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"packages/core/paper-agent-entry.js",
|
|
17
17
|
"packages/core/paper-npm-bootstrap.js",
|
|
18
18
|
"packages/core/paper-repository.js",
|
|
19
|
+
"packages/core/paper-runtime-channels.js",
|
|
19
20
|
"packages/core/paper-scaffold-content.js",
|
|
20
21
|
"packages/core/paper-work.js",
|
|
21
22
|
"packages/core/paper.js",
|
|
@@ -36,6 +37,7 @@
|
|
|
36
37
|
"actions/release-tail/index.js",
|
|
37
38
|
"scripts/authorize-promotion-runtime-override.cjs",
|
|
38
39
|
"scripts/build-contract-core.mjs",
|
|
40
|
+
"scripts/github-output.mjs",
|
|
39
41
|
"scripts/buildchain-cli-help.mjs",
|
|
40
42
|
"scripts/generate-channel-build-workflow.mjs",
|
|
41
43
|
"scripts/promotion-routing-evidence.mjs",
|
|
@@ -137,6 +139,12 @@
|
|
|
137
139
|
"crates/buildchain-v4-contracts/src/adopter_delivery.rs",
|
|
138
140
|
"crates/buildchain-v4-contracts/src/compatibility_facts.rs",
|
|
139
141
|
"crates/buildchain-v4-contracts/src/compatibility_facts",
|
|
142
|
+
"packages/core/v4-universal-workflow-bootstrap.js",
|
|
143
|
+
"scripts/check-v4-universal-workflow-bootstrap.mjs",
|
|
144
|
+
"scripts/generate-v4-universal-workflow-facades.mjs",
|
|
145
|
+
"scripts/v4-universal-workflow-backflow.mjs",
|
|
146
|
+
"scripts/v4-universal-workflow-engine.mjs",
|
|
147
|
+
"scripts/v4-universal-workflow-self-dogfood.mjs",
|
|
140
148
|
"scripts/check-internal-architecture.mjs",
|
|
141
149
|
"scripts/check-maintainability.mjs",
|
|
142
150
|
"scripts/maintainability-metrics.mjs",
|
|
@@ -271,11 +279,13 @@
|
|
|
271
279
|
"id": "promotion-channel-orchestration",
|
|
272
280
|
"owner": "Buildchain action maintainers",
|
|
273
281
|
"implementation": [
|
|
282
|
+
"actions/promote-buildchain-ref/internal/contained-published-version-state.js",
|
|
274
283
|
"actions/promote-buildchain-ref/internal/promote-alpha-channel.js",
|
|
275
284
|
"actions/promote-buildchain-ref/internal/promote-major-channel.js",
|
|
276
285
|
"actions/promote-buildchain-ref/internal/promote-release-channel.js"
|
|
277
286
|
],
|
|
278
287
|
"tests": [
|
|
288
|
+
"tests/promote-buildchain-ref-contained-published-version-state.test.mjs",
|
|
279
289
|
"tests/promote-buildchain-ref.test.mjs",
|
|
280
290
|
"tests/promote-buildchain-ref-recovery.test.mjs",
|
|
281
291
|
"tests/promote-buildchain-ref-governance.test.mjs",
|
|
@@ -287,7 +297,7 @@
|
|
|
287
297
|
],
|
|
288
298
|
"generatedOutputs": ["actions/promote-buildchain-ref/dist/index.js"],
|
|
289
299
|
"validationCommands": [
|
|
290
|
-
"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"
|
|
300
|
+
"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"
|
|
291
301
|
]
|
|
292
302
|
},
|
|
293
303
|
{
|
|
@@ -412,12 +422,14 @@
|
|
|
412
422
|
"owner": "Buildchain contract maintainers",
|
|
413
423
|
"implementation": [
|
|
414
424
|
"packages/core/buildchain-contract.js",
|
|
415
|
-
"scripts/build-contract-core.mjs"
|
|
425
|
+
"scripts/build-contract-core.mjs",
|
|
426
|
+
"scripts/github-output.mjs"
|
|
416
427
|
],
|
|
417
428
|
"tests": [
|
|
418
429
|
"tests/buildchain-contract.test.mjs",
|
|
419
430
|
"tests/build-surface.test.mjs",
|
|
420
|
-
"tests/build-surface-promotion.test.mjs"
|
|
431
|
+
"tests/build-surface-promotion.test.mjs",
|
|
432
|
+
"tests/github-output.test.mjs"
|
|
421
433
|
],
|
|
422
434
|
"contracts": [
|
|
423
435
|
"dist/site/buildchain-contract.json",
|
|
@@ -465,6 +477,7 @@
|
|
|
465
477
|
"packages/core/paper-fleet.js",
|
|
466
478
|
"packages/core/paper-npm-bootstrap.js",
|
|
467
479
|
"packages/core/paper-repository.js",
|
|
480
|
+
"packages/core/paper-runtime-channels.js",
|
|
468
481
|
"packages/core/paper-scaffold-content.js",
|
|
469
482
|
"packages/core/paper-work.js",
|
|
470
483
|
"packages/core/paper.js",
|
|
@@ -475,6 +488,7 @@
|
|
|
475
488
|
"tests": [
|
|
476
489
|
"tests/cli.test.mjs",
|
|
477
490
|
"tests/paper.test.mjs",
|
|
491
|
+
"tests/paper-v4-migration.test.mjs",
|
|
478
492
|
"tests/public-surface-audit.test.mjs"
|
|
479
493
|
],
|
|
480
494
|
"contracts": [
|
|
@@ -486,7 +500,7 @@
|
|
|
486
500
|
"dist/site/node-api-registry.json"
|
|
487
501
|
],
|
|
488
502
|
"validationCommands": [
|
|
489
|
-
"node --test tests/cli.test.mjs tests/paper.test.mjs tests/public-surface-audit.test.mjs"
|
|
503
|
+
"node --test tests/cli.test.mjs tests/paper.test.mjs tests/paper-v4-migration.test.mjs tests/public-surface-audit.test.mjs"
|
|
490
504
|
]
|
|
491
505
|
},
|
|
492
506
|
{
|
|
@@ -578,7 +592,7 @@
|
|
|
578
592
|
"contracts": [
|
|
579
593
|
"architecture/v4-publication-rehearsal-parity.json",
|
|
580
594
|
"contracts/v4-publication-rehearsal-capsule-v1.schema.json",
|
|
581
|
-
".github/workflows/
|
|
595
|
+
".github/workflows/self-release-rehearsal-dogfood.yml",
|
|
582
596
|
"docs/v4-publication-rehearsal.md"
|
|
583
597
|
],
|
|
584
598
|
"generatedOutputs": [],
|
|
@@ -645,7 +659,7 @@
|
|
|
645
659
|
"contracts/dev-delivery-authority-v2.schema.json",
|
|
646
660
|
"dist/site/schemas/dev-delivery-authority-v2.schema.json",
|
|
647
661
|
".github/workflows/dev-pr-auto-merge.yml",
|
|
648
|
-
".github/workflows/
|
|
662
|
+
".github/workflows/self-ops-dev-delivery.yml",
|
|
649
663
|
"templates/native-dev-delivery.yml",
|
|
650
664
|
"docs/dev-delivery-warrant.md",
|
|
651
665
|
"docs/dev-delivery-qualification-landing-adr.md"
|
|
@@ -722,8 +736,8 @@
|
|
|
722
736
|
"contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json",
|
|
723
737
|
"contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json",
|
|
724
738
|
"contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json",
|
|
725
|
-
".github/workflows/
|
|
726
|
-
".github/workflows/
|
|
739
|
+
".github/workflows/public-build-adopter-qualification.yml",
|
|
740
|
+
".github/workflows/self-build-adopter-dogfood.yml",
|
|
727
741
|
"docs/v4-adopter-delivery.md"
|
|
728
742
|
],
|
|
729
743
|
"generatedOutputs": [],
|
|
@@ -823,7 +837,7 @@
|
|
|
823
837
|
"architecture/v4-tail-reseal-parity.json",
|
|
824
838
|
"contracts/v4-tail-reseal-v1.schema.json",
|
|
825
839
|
"contracts/fixtures/v4-tail-reseal-v1/valid.json",
|
|
826
|
-
".github/workflows/
|
|
840
|
+
".github/workflows/public-ops-tail-reseal.yml",
|
|
827
841
|
"docs/v4-stage-capsule.md",
|
|
828
842
|
"docs/v4-runtime-ref-resume-authority.md",
|
|
829
843
|
"docs/v4-tail-reseal.md"
|
|
@@ -833,6 +847,39 @@
|
|
|
833
847
|
"node --test tests/v4-architecture.test.mjs tests/v4-bridge.test.mjs tests/v4-provider-operation-journal.test.mjs tests/v4-provider-readback-idempotency.test.mjs tests/v4-release-activation-shadow.test.mjs tests/v4-stable-publication-fence.test.mjs tests/v4-partial-mutation-recovery-qualification.test.mjs tests/v4-stage-capsule.test.mjs tests/v4-stage-capsule-store.test.mjs tests/v4-platform-stage-checkpoints.test.mjs tests/v4-stage-capsule-qualification.test.mjs tests/v4-runtime-ref-resume-authority.test.mjs tests/v4-tail-reseal.test.mjs tests/v4-tail-reseal-parity.test.mjs"
|
|
834
848
|
]
|
|
835
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"id": "v4-universal-workflow-bootstrap",
|
|
852
|
+
"owner": "Buildchain workflow maintainers",
|
|
853
|
+
"implementation": [
|
|
854
|
+
"packages/core/v4-universal-workflow-bootstrap.js",
|
|
855
|
+
"scripts/check-v4-universal-workflow-bootstrap.mjs",
|
|
856
|
+
"scripts/generate-v4-universal-workflow-facades.mjs",
|
|
857
|
+
"scripts/v4-universal-workflow-backflow.mjs",
|
|
858
|
+
"scripts/v4-universal-workflow-engine.mjs",
|
|
859
|
+
"scripts/v4-universal-workflow-self-dogfood.mjs"
|
|
860
|
+
],
|
|
861
|
+
"tests": [
|
|
862
|
+
"tests/v4-universal-workflow-backflow.test.mjs",
|
|
863
|
+
"tests/v4-universal-workflow-bootstrap.test.mjs",
|
|
864
|
+
"tests/v4-universal-workflow-fault-campaign.test.mjs",
|
|
865
|
+
"tests/v4-universal-workflow-self-dogfood.test.mjs"
|
|
866
|
+
],
|
|
867
|
+
"contracts": [
|
|
868
|
+
"architecture/v4-universal-workflow-bootstrap.json",
|
|
869
|
+
"architecture/v4-universal-workflow-fault-campaign.json",
|
|
870
|
+
"architecture/v4-universal-workflow-train-admission.json",
|
|
871
|
+
".github/workflows/bootstrap.yml",
|
|
872
|
+
".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
873
|
+
"templates/universal-buildchain-bootstrap-recovery.yml"
|
|
874
|
+
],
|
|
875
|
+
"generatedOutputs": [
|
|
876
|
+
".github/workflows/universal-bootstrap-recovery.yml"
|
|
877
|
+
],
|
|
878
|
+
"validationCommands": [
|
|
879
|
+
"node scripts/check-v4-universal-workflow-bootstrap.mjs",
|
|
880
|
+
"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"
|
|
881
|
+
]
|
|
882
|
+
},
|
|
836
883
|
{
|
|
837
884
|
"id": "maintainability-governance",
|
|
838
885
|
"owner": "Buildchain architecture maintainers",
|