@kungfu-tech/buildchain 4.1.3-alpha.4 → 4.1.3-alpha.6

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.
Files changed (79) hide show
  1. package/AGENTS.md +41 -75
  2. package/CONTRIBUTING.md +19 -26
  3. package/architecture/agent-change-map.md +8 -12
  4. package/architecture/capability-state-machine-manifest.json +1 -4
  5. package/architecture/ci-lane-change-budget.json +35 -1026
  6. package/architecture/core-mechanisms.json +3 -6
  7. package/architecture/internal-capabilities.json +1 -5
  8. package/architecture/maintainability-debt.json +44 -36
  9. package/architecture/maintainability-policy.json +8 -8
  10. package/architecture/minimal-consumer-migration.json +80 -1977
  11. package/architecture/platform-stage-checkpoints.json +31 -7
  12. package/architecture/release-topology.json +64 -84
  13. package/architecture/stage-capsule-qualification.json +3 -1
  14. package/architecture/universal-workflow-bootstrap.json +3 -1
  15. package/architecture/universal-workflow-capability-policy.json +4 -4
  16. package/architecture/universal-workflow-fault-campaign.json +3 -1
  17. package/architecture/workflow-taxonomy.json +24 -341
  18. package/dist/site/buildchain-contract.json +13 -67
  19. package/dist/site/buildchain-site.json +33 -23
  20. package/dist/site/capability-registry.json +2 -2
  21. package/dist/site/controller-registry.json +1 -47
  22. package/dist/site/kfd-claims.json +78 -448
  23. package/dist/site/kfd-upstream-aggregate.json +1 -1
  24. package/dist/site/manual-registry.json +3 -3
  25. package/dist/site/node-api-registry.json +24 -24
  26. package/dist/site/page-registry.json +26 -16
  27. package/dist/site/public-surface-audit.json +35 -349
  28. package/dist/site/publication-authority-registry.json +51 -511
  29. package/dist/site/publication-registry.json +4 -4
  30. package/dist/site/site-manifest.json +7 -7
  31. package/dist/site/workflow-registry.json +263 -1128
  32. package/docs/code-organization.md +9 -6
  33. package/docs/node-api-reference.md +57 -57
  34. package/docs/release-governance.md +10 -12
  35. package/docs/runtime-entry.md +31 -3
  36. package/docs/runtime-train-validation.md +39 -11
  37. package/docs/stable-candidate-patrol.md +6 -5
  38. package/docs/workflow-catalog.md +3 -32
  39. package/package.json +1 -1
  40. package/packages/core/adoption/buildchain-kfd-claims.js +7 -7
  41. package/packages/core/dev-delivery/dev-delivery-provider-heartbeat.js +18 -15
  42. package/packages/core/dev-delivery/native/actions.js +2 -0
  43. package/packages/core/dev-delivery/native/process-entry.js +19 -0
  44. package/packages/core/dev-delivery/queue/landing-action.js +49 -1
  45. package/packages/core/dev-delivery/warrant/failure-settlement.js +8 -6
  46. package/packages/core/dev-delivery/warrant/service.js +7 -0
  47. package/packages/core/governance/buildchain-publication-authority.js +2 -23
  48. package/packages/core/governance/github-governance-authority.js +1 -0
  49. package/packages/core/observability/controller-evidence.js +0 -8
  50. package/packages/core/providers/github/pipeline-entry-runs.js +8 -1
  51. package/packages/core/providers/github/pipeline-events.js +79 -0
  52. package/packages/core/providers/github/pipeline-source.js +24 -7
  53. package/packages/core/publication/pipeline/pack.js +31 -8
  54. package/packages/core/workflow/pipeline/actions.js +0 -23
  55. package/packages/core/workflow/pipeline/build-evidence.js +123 -5
  56. package/packages/core/workflow/pipeline/build-result.js +1 -0
  57. package/packages/core/workflow/pipeline/channel-control.js +25 -4
  58. package/packages/core/workflow/pipeline/controller.js +9 -1
  59. package/packages/core/workflow/pipeline/delivery-control.js +54 -9
  60. package/packages/core/workflow/pipeline/delivery-observation.js +16 -10
  61. package/packages/core/workflow/pipeline/group-control.js +1 -0
  62. package/packages/core/workflow/pipeline/guard-build.js +37 -0
  63. package/packages/core/workflow/pipeline/guard.js +4 -2
  64. package/packages/core/workflow/pipeline/host.js +23 -1
  65. package/packages/core/workflow/pipeline/integration-status.js +113 -0
  66. package/packages/core/workflow/pipeline/record-action.js +27 -0
  67. package/packages/core/workflow/pipeline/recorder-status.js +69 -0
  68. package/packages/core/workflow/workflow-taxonomy.mjs +67 -47
  69. package/scripts/check-inventory.mjs +7 -70
  70. package/scripts/check-pipeline-publication-topology.mjs +2 -0
  71. package/scripts/check-public-dogfood-contract.mjs +38 -51
  72. package/scripts/check-release-topology.mjs +8 -7
  73. package/scripts/check-self-consumer-contract.mjs +133 -0
  74. package/scripts/check-universal-workflow-bootstrap.mjs +4 -6
  75. package/scripts/generate-minimal-consumer-contract.mjs +1 -1
  76. package/scripts/inventory/binary.mjs +9 -19
  77. package/scripts/inventory/promotion.mjs +2 -13
  78. package/scripts/prepare-product-toolchain.mjs +10 -0
  79. package/scripts/verify-product-platform.mjs +65 -0
@@ -417,8 +417,7 @@
417
417
  "export:./release-candidate",
418
418
  "export:./release-train",
419
419
  "cli:candidate",
420
- "workflow:public-release-promote",
421
- "workflow:self-build-stable-candidate-qualification"
420
+ "workflow:public-release-promote"
422
421
  ],
423
422
  "sourcePaths": [
424
423
  "packages/core/release/release-candidate.js",
@@ -492,8 +491,7 @@
492
491
  ],
493
492
  "publicSurfaces": [
494
493
  "export:./release-candidate-recovery",
495
- "cli:release-transaction",
496
- "workflow:self-ops-promotion-recovery"
494
+ "cli:release-transaction"
497
495
  ],
498
496
  "sourcePaths": [
499
497
  "packages/core/release/release-candidate-recovery.js",
@@ -543,8 +541,7 @@
543
541
  ],
544
542
  "publicSurfaces": [
545
543
  "export:./stable-candidate-ledger",
546
- "workflow:public-ops-stable-candidate-patrol",
547
- "workflow:self-ops-stable-candidate-patrol"
544
+ "workflow:public-ops-stable-candidate-patrol"
548
545
  ],
549
546
  "sourcePaths": [
550
547
  "packages/core/release/stable-candidate-ledger.js",
@@ -1579,7 +1579,6 @@
1579
1579
  "contracts": [
1580
1580
  "architecture/publication-rehearsal-parity.json",
1581
1581
  "contracts/v4-publication-rehearsal-capsule-v1.schema.json",
1582
- ".github/workflows/self-release-rehearsal-dogfood.yml",
1583
1582
  "docs/v4-publication-rehearsal.md"
1584
1583
  ],
1585
1584
  "generatedOutputs": [],
@@ -1639,7 +1638,6 @@
1639
1638
  "contracts/dev-delivery-authority-v2.schema.json",
1640
1639
  "dist/site/schemas/dev-delivery-authority-v2.schema.json",
1641
1640
  ".github/workflows/public-ops-dev-auto-merge.yml",
1642
- ".github/workflows/self-ops-dev-delivery.yml",
1643
1641
  "templates/native-dev-delivery.yml",
1644
1642
  "docs/dev-delivery-warrant.md",
1645
1643
  "docs/dev-delivery-qualification-landing-adr.md"
@@ -1712,7 +1710,6 @@
1712
1710
  "contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json",
1713
1711
  "contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json",
1714
1712
  ".github/workflows/public-build-adopter-qualification.yml",
1715
- ".github/workflows/self-build-adopter-dogfood.yml",
1716
1713
  "docs/v4-adopter-delivery.md"
1717
1714
  ],
1718
1715
  "generatedOutputs": [],
@@ -1855,8 +1852,7 @@
1855
1852
  "architecture/universal-workflow-bootstrap.json",
1856
1853
  "architecture/universal-workflow-fault-campaign.json",
1857
1854
  "architecture/universal-workflow-capability-policy.json",
1858
- ".github/workflows/public-ops-bootstrap.yml",
1859
- ".github/workflows/self-ops-bootstrap-dogfood.yml"
1855
+ ".github/workflows/public-ops-bootstrap.yml"
1860
1856
  ],
1861
1857
  "generatedOutputs": [],
1862
1858
  "validationCommands": [
@@ -7,8 +7,8 @@
7
7
  },
8
8
  "totalExcessLedger": {
9
9
  "metric": "calibrated-full-dimensional-excess-v1",
10
- "measuredExcess": 38833,
11
- "current": 30772
10
+ "measuredExcess": 38590,
11
+ "current": 30529
12
12
  },
13
13
  "defaults": {
14
14
  "owner": "Buildchain architecture maintainers",
@@ -32,13 +32,16 @@
32
32
  "functions": {
33
33
  "createBuildchainPublicClaimDefinitions@226": {
34
34
  "lines": 184
35
+ },
36
+ "createBuildchainPublicClaimDefinitions@228": {
37
+ "lines": 184
35
38
  }
36
39
  }
37
40
  },
38
41
  "current": {
39
42
  "lines": 733,
40
43
  "functions": {
41
- "createBuildchainPublicClaimDefinitions@226": {
44
+ "createBuildchainPublicClaimDefinitions@228": {
42
45
  "lines": 184
43
46
  }
44
47
  }
@@ -48,6 +51,9 @@
48
51
  "functions": {
49
52
  "createBuildchainPublicClaimDefinitions@226": {
50
53
  "lines": 180
54
+ },
55
+ "createBuildchainPublicClaimDefinitions@228": {
56
+ "lines": 180
51
57
  }
52
58
  }
53
59
  }
@@ -499,7 +505,7 @@
499
505
  }
500
506
  },
501
507
  "current": {
502
- "lines": 1362,
508
+ "lines": 1363,
503
509
  "functions": {
504
510
  "evaluateGithubGovernanceSnapshot@695": {
505
511
  "lines": 189,
@@ -1203,7 +1209,7 @@
1203
1209
  "lines": 1515
1204
1210
  },
1205
1211
  "current": {
1206
- "lines": 1322
1212
+ "lines": 1259
1207
1213
  },
1208
1214
  "target": {
1209
1215
  "lines": 600
@@ -1547,7 +1553,7 @@
1547
1553
  "lines": 714
1548
1554
  },
1549
1555
  "current": {
1550
- "lines": 609
1556
+ "lines": 607
1551
1557
  },
1552
1558
  "target": {
1553
1559
  "lines": 600
@@ -1602,13 +1608,16 @@
1602
1608
  },
1603
1609
  "<anonymous@1402>@1402": {
1604
1610
  "lines": 206
1611
+ },
1612
+ "<anonymous@1377>@1377": {
1613
+ "lines": 206
1605
1614
  }
1606
1615
  }
1607
1616
  },
1608
1617
  "current": {
1609
- "lines": 2561,
1618
+ "lines": 2531,
1610
1619
  "functions": {
1611
- "<anonymous@1402>@1402": {
1620
+ "<anonymous@1377>@1377": {
1612
1621
  "lines": 206
1613
1622
  }
1614
1623
  }
@@ -1624,6 +1633,9 @@
1624
1633
  },
1625
1634
  "<anonymous@1402>@1402": {
1626
1635
  "lines": 180
1636
+ },
1637
+ "<anonymous@1377>@1377": {
1638
+ "lines": 180
1627
1639
  }
1628
1640
  }
1629
1641
  }
@@ -1638,7 +1650,7 @@
1638
1650
  }
1639
1651
  },
1640
1652
  "current": {
1641
- "lines": 1514
1653
+ "lines": 1448
1642
1654
  },
1643
1655
  "target": {
1644
1656
  "lines": 600,
@@ -1697,10 +1709,10 @@
1697
1709
  }
1698
1710
  },
1699
1711
  "current": {
1700
- "lines": 1002,
1712
+ "lines": 992,
1701
1713
  "functions": {
1702
1714
  "<anonymous@426>@426": {
1703
- "lines": 577
1715
+ "lines": 567
1704
1716
  }
1705
1717
  }
1706
1718
  },
@@ -1813,14 +1825,17 @@
1813
1825
  },
1814
1826
  "<anonymous@814>@814": {
1815
1827
  "lines": 205
1828
+ },
1829
+ "<anonymous@829>@829": {
1830
+ "lines": 205
1816
1831
  }
1817
1832
  }
1818
1833
  },
1819
1834
  "current": {
1820
- "lines": 1133,
1835
+ "lines": 1124,
1821
1836
  "functions": {
1822
- "<anonymous@814>@814": {
1823
- "lines": 205
1837
+ "<anonymous@829>@829": {
1838
+ "lines": 181
1824
1839
  }
1825
1840
  }
1826
1841
  },
@@ -1832,6 +1847,9 @@
1832
1847
  },
1833
1848
  "<anonymous@814>@814": {
1834
1849
  "lines": 180
1850
+ },
1851
+ "<anonymous@829>@829": {
1852
+ "lines": 180
1835
1853
  }
1836
1854
  }
1837
1855
  }
@@ -1852,7 +1870,7 @@
1852
1870
  "lines": 916
1853
1871
  },
1854
1872
  "current": {
1855
- "lines": 831
1873
+ "lines": 827
1856
1874
  },
1857
1875
  "target": {
1858
1876
  "lines": 600
@@ -1874,7 +1892,7 @@
1874
1892
  }
1875
1893
  },
1876
1894
  "current": {
1877
- "lines": 702,
1895
+ "lines": 698,
1878
1896
  "functions": {
1879
1897
  "<anonymous@221>@221": {
1880
1898
  "lines": 229
@@ -2121,7 +2139,7 @@
2121
2139
  "lines": 773
2122
2140
  },
2123
2141
  "current": {
2124
- "lines": 770
2142
+ "lines": 749
2125
2143
  },
2126
2144
  "target": {
2127
2145
  "lines": 600
@@ -2208,17 +2226,6 @@
2208
2226
  "lines": 600,
2209
2227
  "jobs": 8
2210
2228
  }
2211
- },
2212
- ".github/workflows/self-ops-bootstrap-dogfood.yml": {
2213
- "baseline": {
2214
- "jobs": 9
2215
- },
2216
- "current": {
2217
- "jobs": 9
2218
- },
2219
- "target": {
2220
- "jobs": 8
2221
- }
2222
2229
  }
2223
2230
  }
2224
2231
  },
@@ -2232,7 +2239,6 @@
2232
2239
  "tests/dev-delivery-minimal-request.test.mjs",
2233
2240
  "tests/build-configuration.test.mjs",
2234
2241
  ".github/workflows/build.yml",
2235
- ".github/workflows/self-build-fixture.yml",
2236
2242
  "scripts/generate-channel-promotion-workflow.mjs",
2237
2243
  "tests/github-governance-authority.test.mjs",
2238
2244
  "tests/maintainability.test.mjs",
@@ -2243,17 +2249,19 @@
2243
2249
  ".github/workflows/public-build-stage-capsule-canary.yml",
2244
2250
  ".github/workflows/public-release-oci-compose-preview.yml",
2245
2251
  ".github/workflows/public-release-promote.yml",
2246
- ".github/workflows/self-build-verify.yml",
2247
- ".github/workflows/self-release-promote.yml",
2248
2252
  ".github/workflows/.release-binary-assets.yml",
2249
2253
  ".github/workflows/public-ops-dev-auto-merge.yml",
2250
2254
  "tests/release-topology.test.mjs",
2251
2255
  "scripts/check-release-topology.mjs",
2256
+ "packages/core/governance/buildchain-publication-authority.js",
2257
+ "scripts/check-universal-workflow-bootstrap.mjs",
2252
2258
  "packages/core/providers/github/discussions/materials.js",
2253
- ".github/workflows/self-build-alpha-dogfood.yml",
2254
- ".github/workflows/self-build-binary-distribution.yml",
2255
- ".github/workflows/self-ops-bootstrap-dogfood.yml",
2256
- "packages/core/governance/buildchain-publication-authority.js"
2259
+ "tests/controller-evidence.test.mjs",
2260
+ "tests/floating-consumer-policy-contract.test.mjs",
2261
+ "tests/macos-credential-island.test.mjs",
2262
+ "tests/minimal-consumer-contract.test.mjs",
2263
+ "tests/native-artifact-signing-authority.test.mjs",
2264
+ "tests/workflow-taxonomy.test.mjs"
2257
2265
  ],
2258
2266
  "burnDownSlices": [
2259
2267
  {
@@ -2261,7 +2269,7 @@
2261
2269
  "path": "tests/build-surface.test.mjs",
2262
2270
  "metric": "lines",
2263
2271
  "baseline": 4639,
2264
- "current": 1514
2272
+ "current": 1448
2265
2273
  }
2266
2274
  ]
2267
2275
  }
@@ -26,17 +26,17 @@
26
26
  },
27
27
  "repositoryBudgets": {
28
28
  "baselineRevision": "9569f69c2cb609372b8a3d65ce5dec8fb7b34a84",
29
- "maxHandMaintainedSourceFiles": 1472,
30
- "maxHandMaintainedSourceLines": 217902,
31
- "maxWorkflowFiles": 73,
32
- "maxWorkflowLines": 10457,
33
- "latestTransition": "Permission-safe pipeline policy and premerge channel source qualification.",
34
- "latestTransitionRationale": "Charge one module and 123 measured implementation lines for exact version-blob and Rust-owned channel qualification before required checks and queue admission, viewer-enforced policy readback with check App identity, partitioned material retention, and the six documented task branch prefixes. Existing self workflows remain in place until the repaired runtime is published. Per-file, function, complexity, debt and exception ceilings remain unchanged. This aggregate budget change remains proposed until independent protected review.",
35
- "rationale": "Bounded modules separate candidate, evidence, native proof and execution, canonical failure verification, closed-set execution transfer, process-boundary verification, Warrant state and qualification, authority state, qualification, Landing acquisition, verified-attempt admission, Landing settlement and fence validation, provider attempt and heartbeat readback, sealed terminal evidence, hosted heartbeat, resume, store, options, command-specific adapters, and CLI orchestration responsibilities. The protected delivery workflow gives candidate and seal jobs no provider write credential, recursively rejects transfer drift, scopes every transfer artifact to the exact provider run attempt, chains every durable heartbeat state and receipt root on a distinct hosted runner domain, and permits qualification or exact failure settlement only after the finalizer verifies live jobs and the latest durable authority state. Public Landing admission and heartbeat always perform non-injectable fresh exact-attempt provider readback, tolerate only a not-yet-materialized seal job while retaining exact native and duplicate-job rejection, and heartbeat-loss coordination never invokes GitHub's run-scoped cancellation API where a successor rerun could race. The hosted process boundary anchors trust in the kernel-resolved versioned Runner.Worker path while accepting an equivalent argv-zero spelling with the same basename; its public boundary marker is allowed only at the one exact non-secret value, so a forged value under the same credential-like name still fails closed. The credentialless transfer seal validates the rooted native reuse decision against the Warrant-bound source, closure, dependency, toolchain, environment and command inputs; qualifiedBase stays in the proof and decision where it is rooted and later independently rechecked, rather than being assumed on the Warrant schema. V2 mutation cannot initialize a second empty authority beside a legacy ref: migration reads and roots the canonical live v1 ref, rechecks it, applies the explicit configured v2 policy, and atomically replaces its bytes through one expected-old non-force update, so old v1 controllers fail closed while the prior commit remains immutable history. Candidate ancestry classifies the GitHub artifact runtime token as credential authority. Every Landing settlement, including an unexpired fence, requires product-owned terminal readback. Terminal cleanup reads the immutable historical attempt, derives workflow and hosted Landing job identity from live run data, reads the exact protected ref head and compares containment against that immutable SHA, and seals merged only when the admitted merge-group head is contained by that protected base; a later different-head merge settles the old attempt as dequeued. Terminal normalization preserves transfer, finalizer boundary, native and seal job, admitted provider attempt, protected-base head, containment result, and terminal readback coordinates. The public reusable workflow truthfully retains its single-flight v1 authority without advertising v2 migration, while bounded v2 remains a separate opt-in CLI, Node API, and schema contract; the tracked self-caller stays on public v4-alpha with matching stable and alpha locks, and transient train selection is dispatch-only. Next-development parity adds one versioned transition authority, one durable controller, one bounded reservation adapter, and pure public-contract recovery evidence while retaining the existing thin floating-channel callers byte-for-byte. The floating-consumer gate reuses the existing contract-world evaluator so SHA drift passes only under the selected lock's compatibility policy, breaking surface drift still fails closed, and external certification reconstructs the receipt from the observed workflow SHA rather than the lock's historical evidence SHA. Tail reseal adds no Stage Capsule effect or general rebuild authority: it verifies the exact retained four-platform bytes, admits one known macOS tail failure through live provider readback, fences signing and finalization to explicit credentials and Warrant identity, and requires standard candidate Passport plus provider and protected readback. Compatibility Facts parity isolates canonical encoding, temporal verification, lifecycle validation, fixture projection, public authority projection, and CLI adaptation into bounded modules; legacy digest and proof arrays are derived only from exact current Fact lineage. Publication Rehearsal adds no production release authority: the content-addressed capsule contract binds source, candidate, manifest, config, canonical data-only provider bindings, provider policy, observations and core version separately from filesystem, runtime and rehearsal-only provider authority; simulate, replay and explicitly authorized provider rehearsal all reuse the release-tail planner, while same-commit local dogfood resolves the new reusable contract and exact current runtime before external callers remain on floating v4-alpha. Cross-runtime candidate recovery preserves original runtime and provider roots and creates resume lineage only after exact public ref, tag, ancestry, npm version and integrity readback. Adopter Delivery restores the reviewed public v3 gate, drivers, Passport binding, N-1 bootstrap and exact archive loader through one public v4 surface while keeping provider and release authority explicit non-claims. Floating Alpha bootstrap uses only the existing exact resolver and protected Alpha private shell to move an otherwise stale floating shell, retains public v4 stable promotion, and removes itself after protected readback. CI lane change-budget enforcement adds a bounded parser, evaluator, guard, and tests without creating another merge authority. Minimal consumer contract adds exactly seven bounded contract modules, one generated-contract gate and six product build/test example sources; the source-file ceiling increases by fourteen for this reviewed feature slice. Existing per-file, function, complexity and debt limits are unchanged. The final readable template sources require exact source-line and total-automation ceilings of 203394 and 224451 respectively; this charges all generated example sources rather than hiding them from measurement.",
29
+ "maxHandMaintainedSourceFiles": 1479,
30
+ "maxHandMaintainedSourceLines": 218660,
31
+ "maxWorkflowFiles": 44,
32
+ "maxWorkflowLines": 8029,
33
+ "latestTransition": "Cross-platform ZIP inspection for product qualification.",
34
+ "latestTransitionRationale": "Charge twenty-three measured source lines for ZIP directory inspection through the existing platform Python dependency, retaining tar-family inspection. A Linux qualification runner must verify Windows ZIP products without relying on BSD tar ZIP support. Inspection remains read-only, bounded by time and output size, and rejects unsafe archive paths. Real ZIP packing, qualification, sealed-material retention and restoration are covered together; no provider, public input, source identity, per-file, complexity or exception boundary changes. Independent protected review is required.",
35
+ "rationale": "Bounded modules separate candidate, evidence, native proof and execution, canonical failure verification, closed-set execution transfer, process-boundary verification, Warrant state and qualification, authority state, qualification, Landing acquisition, verified-attempt admission, Landing settlement and fence validation, provider attempt and heartbeat readback, sealed terminal evidence, hosted heartbeat, resume, store, options, command-specific adapters, and CLI orchestration responsibilities. The protected delivery workflow gives candidate and seal jobs no provider write credential, recursively rejects transfer drift, scopes every transfer artifact to the exact provider run attempt, chains every durable heartbeat state and receipt root on a distinct hosted runner domain, and permits qualification or exact failure settlement only after the finalizer verifies live jobs and the latest durable authority state. Public Landing admission and heartbeat always perform non-injectable fresh exact-attempt provider readback, tolerate only a not-yet-materialized seal job while retaining exact native and duplicate-job rejection, and heartbeat-loss coordination never invokes GitHub's run-scoped cancellation API where a successor rerun could race. The hosted process boundary anchors trust in the kernel-resolved versioned Runner.Worker path while accepting an equivalent argv-zero spelling with the same basename; its public boundary marker is allowed only at the one exact non-secret value, so a forged value under the same credential-like name still fails closed. The credentialless transfer seal validates the rooted native reuse decision against the Warrant-bound source, closure, dependency, toolchain, environment and command inputs; qualifiedBase stays in the proof and decision where it is rooted and later independently rechecked, rather than being assumed on the Warrant schema. V2 mutation cannot initialize a second empty authority beside a legacy ref: migration reads and roots the canonical live v1 ref, rechecks it, applies the explicit configured v2 policy, and atomically replaces its bytes through one expected-old non-force update, so old v1 controllers fail closed while the prior commit remains immutable history. Candidate ancestry classifies the GitHub artifact runtime token as credential authority. Every Landing settlement, including an unexpired fence, requires product-owned terminal readback. Terminal cleanup reads the immutable historical attempt, derives workflow and hosted Landing job identity from live run data, reads the exact protected ref head and compares containment against that immutable SHA, and seals merged only when the admitted merge-group head is contained by that protected base; a later different-head merge settles the old attempt as dequeued. Terminal normalization preserves transfer, finalizer boundary, native and seal job, admitted provider attempt, protected-base head, containment result, and terminal readback coordinates. The public reusable workflow truthfully retains its single-flight v1 authority without advertising v2 migration, while bounded v2 remains a separate opt-in CLI, Node API, and schema contract; the tracked self-caller stays on public v4-alpha with matching stable and alpha locks, and transient train selection is dispatch-only. Next-development parity adds one versioned transition authority, one durable controller, one bounded reservation adapter, and pure public-contract recovery evidence while retaining the existing thin floating-channel callers byte-for-byte. The floating-consumer gate reuses the existing contract-world evaluator so SHA drift passes only under the selected lock's compatibility policy, breaking surface drift still fails closed, and external certification reconstructs the receipt from the observed workflow SHA rather than the lock's historical evidence SHA. Tail reseal adds no Stage Capsule effect or general rebuild authority: it verifies the exact retained four-platform bytes, admits one known macOS tail failure through live provider readback, fences signing and finalization to explicit credentials and Warrant identity, and requires standard candidate Passport plus provider and protected readback. Compatibility Facts parity isolates canonical encoding, temporal verification, lifecycle validation, fixture projection, public authority projection, and CLI adaptation into bounded modules; legacy digest and proof arrays are derived only from exact current Fact lineage. Publication Rehearsal adds no production release authority: the content-addressed capsule contract binds source, candidate, manifest, config, canonical data-only provider bindings, provider policy, observations and core version separately from filesystem, runtime and rehearsal-only provider authority; simulate, replay and explicitly authorized provider rehearsal all reuse the release-tail planner, while same-commit local dogfood resolves the new reusable contract and exact current runtime before external callers remain on floating v4-alpha. Cross-runtime candidate recovery preserves original runtime and provider roots and creates resume lineage only after exact public ref, tag, ancestry, npm version and integrity readback. Adopter Delivery restores the reviewed public v3 gate, drivers, Passport binding, N-1 bootstrap and exact archive loader through one public v4 surface while keeping provider and release authority explicit non-claims. Floating Alpha bootstrap uses only the existing exact resolver and protected Alpha private shell to move an otherwise stale floating shell, retains public v4 stable promotion, and removes itself after protected readback. CI lane change-budget enforcement adds a bounded parser, evaluator, guard, and tests without creating another merge authority. Minimal consumer contract adds exactly seven bounded contract modules, one generated-contract gate and six product build/test example sources; the source-file ceiling increases by fourteen for this reviewed feature slice. Existing per-file, function, complexity and debt limits are unchanged. The final readable template sources require exact source-line and total-automation ceilings of 203394 and 224451 respectively; this charges all generated example sources rather than hiding them from measurement. Qualified landing status projection adds 51 source lines and four internal action-contract lines within existing job permissions; per-file, function, complexity and exception budgets are unchanged. Delivery scheduling preserves its exact queued or running provider owner before Warrant acquisition, adding 31 measured source lines within the existing structural budgets.",
36
36
  "governance": "legacy-debt-sunset-2026q4",
37
37
  "maxActionDefinitions": 283,
38
38
  "maxActionDefinitionLines": 12399,
39
- "maxAutomationImplementationLines": 239900
39
+ "maxAutomationImplementationLines": 238240
40
40
  },
41
41
  "sourceBudgets": {
42
42
  "newFileLines": 600,