@kungfu-tech/buildchain 4.0.2-alpha.40 → 4.0.2-alpha.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "sourceRevision": "a41c00a0c0b2dbd57c238cd9b326b167a1d27ca8",
4
- "purpose": "Retain completed v4 publication receipt independently of next-development and preserve immutable binary publication assets.",
4
+ "purpose": "Retain completed v4 publication receipt independently of next-development and preserve immutable binary publication assets. Scope publication checks to governed Paper repositories without changing generic report lifecycle contracts.",
5
5
  "facades": [
6
6
  {
7
7
  "workflow": ".github/workflows/.binary-release-assets.yml",
@@ -48,6 +48,17 @@
48
48
  "after": " .buildchain/evidence/release-tail/release-invocation.json\n .buildchain/evidence/release-tail/release-transaction.json\n .buildchain/evidence/release-tail/release-receipt.json\n .buildchain/evidence/release-tail/delivery-summary.json\n .buildchain/evidence/release-tail/buildchain-publication-settlement.json\n if-no-files-found: error\n"
49
49
  }
50
50
  ]
51
+ },
52
+ {
53
+ "workflow": ".github/workflows/check.yml",
54
+ "beforeSha256": "44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74",
55
+ "afterSha256": "fbf3549e4f4987733f53ff362bf49d2001d56ae5842bbd1ed343c0fba40d9429",
56
+ "replacements": [
57
+ {
58
+ "before": " config=\"${BUILDCHAIN_WORKING_DIRECTORY}/.buildchain/buildchain.toml\"\n if [ -f \"$config\" ] && grep -Eq '^[[:space:]]*type[[:space:]]*=[[:space:]]*\"publication-artifact\"[[:space:]]*$' \"$config\"; then\n node .buildchain/runtime/bin/buildchain.mjs paper preflight \\\n --cwd \"$BUILDCHAIN_WORKING_DIRECTORY\" \\\n --offline \\\n --ci \\\n --json\n else\n echo \"Buildchain Paper policy: not applicable\"\n fi\n",
59
+ "after": " node --input-type=module <<'NODE'\n import fs from \"node:fs\";\n import path from \"node:path\";\n import { loadBuildchainConfig } from \"./.buildchain/runtime/packages/core/buildchain-config.js\";\n import { spawnSyncCommand } from \"./.buildchain/runtime/packages/core/spawn-command.js\";\n const cwd = path.resolve(process.env.BUILDCHAIN_WORKING_DIRECTORY || \".\");\n // Validate before deciding applicability; malformed config never skips policy.\n const config = loadBuildchainConfig(cwd)?.config;\n const governedPaper = fs.existsSync(path.join(cwd, \".buildchain/paper\"))\n || config?.publish?.kind === \"npm-paper-package\"\n || (config?.project?.type === \"publication-artifact\"\n && (!config.publication || config.publication.kind === \"paper\"));\n if (governedPaper) {\n const result = spawnSyncCommand(process.execPath, [\n \".buildchain/runtime/bin/buildchain.mjs\", \"paper\", \"preflight\",\n \"--cwd\", cwd, \"--offline\", \"--ci\", \"--json\",\n ], { stdio: \"inherit\" });\n if (result.error) throw result.error;\n process.exitCode = result.status ?? 1;\n } else {\n console.log(\"Buildchain Paper policy: not applicable\");\n }\n NODE\n"
60
+ }
61
+ ]
51
62
  }
52
63
  ]
53
64
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "name": "Buildchain",
6
6
  "package": "@kungfu-tech/buildchain",
7
- "version": "4.0.2-alpha.40",
7
+ "version": "4.0.2-alpha.41",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "majorLine": "v4",
@@ -2399,7 +2399,7 @@
2399
2399
  "missing receipts are non-qualifying and must not be represented as a successful controller run"
2400
2400
  ],
2401
2401
  "breakingDigest": "sha256:d4bd0f2a1921bfed71a4d9104d45934555bde74a5c189f93ad79f37074c02b87",
2402
- "auditDigest": "sha256:44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74"
2402
+ "auditDigest": "sha256:fbf3549e4f4987733f53ff362bf49d2001d56ae5842bbd1ed343c0fba40d9429"
2403
2403
  },
2404
2404
  {
2405
2405
  "contractVersion": 1,
@@ -5444,5 +5444,5 @@
5444
5444
  "compatibilityFactCutRoot": "sha256:f61b975d4a96c921cc4bd37fb3ed9a0596b47004fe34dc7219979d697e3707f9",
5445
5445
  "compatibilityProofRegistryRoot": "sha256:b7194b811e4d3af2df4390bc4d1731e16a86215bd64ee18cb630dd5492f4fb63",
5446
5446
  "compatibilityDigest": "sha256:20411029d83211dff426fb6535a608902129844a5ccb4788db77d3f81becb839",
5447
- "contractDigest": "sha256:d255326bba602066d36fe883834521278f08da64de01849dbf5fe47a6ac43530"
5447
+ "contractDigest": "sha256:39e53fdd55e9917c4ae31644eef10d9782c135e04e285ca54446092e0c410a34"
5448
5448
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-site-bundle",
4
- "generatedAt": "2026-09-06T06:41:17.000Z",
5
- "publishedAt": "2026-09-06T06:41:17.000Z",
4
+ "generatedAt": "2026-09-06T10:28:10.000Z",
5
+ "publishedAt": "2026-09-06T10:28:10.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "89ab54a52311f442b988647fc97ffc292dbceba2",
22
+ "sourceRevision": "582817dd310dd602d843776e3a6121b1e467c83e",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "package": {
39
39
  "name": "@kungfu-tech/buildchain",
40
- "version": "4.0.2-alpha.40",
40
+ "version": "4.0.2-alpha.41",
41
41
  "versionSource": "package.json#version"
42
42
  },
43
43
  "source": {
@@ -21,7 +21,7 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "6db59a4c0acdd8d063bec9be6a766419f6fe7b9c8e2936730849f28b2535efc6",
24
+ "sha256": "d1d428fe86c94a710930781061ffee3726c09800a929e053ac02dff6fa4c4acc",
25
25
  "summary": {
26
26
  "cliCommandCount": 117,
27
27
  "workflowCount": 114,
@@ -246,7 +246,7 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "6db59a4c0acdd8d063bec9be6a766419f6fe7b9c8e2936730849f28b2535efc6",
249
+ "sha256": "d1d428fe86c94a710930781061ffee3726c09800a929e053ac02dff6fa4c4acc",
250
250
  "summary": {
251
251
  "cliCommandCount": 117,
252
252
  "workflowCount": 114,
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "4.0.2-alpha.40",
7
+ "version": "4.0.2-alpha.41",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -10929,7 +10929,7 @@
10929
10929
  "workflowRegistryPath": "dist/site/workflow-registry.json",
10930
10930
  "pageRegistryPath": "dist/site/page-registry.json",
10931
10931
  "cliRegistryDigest": "fbc23073bbae240489a2f826b2c26daadc58e704050c5f8df366509f5c5a1c3e",
10932
- "workflowRegistryDigest": "da116382d57fad02e09e5e846f808560f731fc56a814bc385b156bed28cc46f8",
10932
+ "workflowRegistryDigest": "93a0729cc5283630085af66e719b0157fcd843df76b2b57c7fa767427adfa05c",
10933
10933
  "pageRegistryDigest": "3be2a3d02eeb4d4561022fd81de41c9853c9e196c3ced7466d88ce6766b24456"
10934
10934
  },
10935
10935
  "comparison": {
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-publication-release-registry",
4
- "generatedAt": "2026-09-06T06:41:17.000Z",
5
- "publishedAt": "2026-09-06T06:41:17.000Z",
4
+ "generatedAt": "2026-09-06T10:28:10.000Z",
5
+ "publishedAt": "2026-09-06T10:28:10.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "89ab54a52311f442b988647fc97ffc292dbceba2",
22
+ "sourceRevision": "582817dd310dd602d843776e3a6121b1e467c83e",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "package": {
34
34
  "name": "@kungfu-tech/buildchain",
35
- "version": "4.0.2-alpha.40",
35
+ "version": "4.0.2-alpha.41",
36
36
  "versionSource": "package.json#version"
37
37
  },
38
38
  "sourceKind": "package-site-bundle",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-site-manifest",
4
- "generatedAt": "2026-09-06T06:41:17.000Z",
5
- "publishedAt": "2026-09-06T06:41:17.000Z",
4
+ "generatedAt": "2026-09-06T10:28:10.000Z",
5
+ "publishedAt": "2026-09-06T10:28:10.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "89ab54a52311f442b988647fc97ffc292dbceba2",
22
+ "sourceRevision": "582817dd310dd602d843776e3a6121b1e467c83e",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "package": {
39
39
  "name": "@kungfu-tech/buildchain",
40
- "version": "4.0.2-alpha.40",
40
+ "version": "4.0.2-alpha.41",
41
41
  "versionSource": "package.json#version"
42
42
  },
43
43
  "entrypoint": "buildchain-site.json",
@@ -2746,7 +2746,7 @@
2746
2746
  "status": "preview",
2747
2747
  "owner": "buildchain-workflows",
2748
2748
  "maturity": "preview",
2749
- "introducedVersion": "4.0.2-alpha.40",
2749
+ "introducedVersion": "4.0.2-alpha.41",
2750
2750
  "compatibilityPromise": "preserved-through-the-v3-major-line",
2751
2751
  "deprecationReplacement": "",
2752
2752
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -3943,7 +3943,7 @@
3943
3943
  "status": "preview",
3944
3944
  "owner": "buildchain-workflows",
3945
3945
  "maturity": "preview",
3946
- "introducedVersion": "4.0.2-alpha.40",
3946
+ "introducedVersion": "4.0.2-alpha.41",
3947
3947
  "compatibilityPromise": "preserved-through-the-v3-major-line",
3948
3948
  "deprecationReplacement": "",
3949
3949
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -5970,7 +5970,7 @@
5970
5970
  "status": "preview",
5971
5971
  "owner": "buildchain-workflows",
5972
5972
  "maturity": "preview",
5973
- "introducedVersion": "4.0.2-alpha.40",
5973
+ "introducedVersion": "4.0.2-alpha.41",
5974
5974
  "compatibilityPromise": "preserved-through-the-v3-major-line",
5975
5975
  "deprecationReplacement": "",
5976
5976
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -6001,7 +6001,7 @@
6001
6001
  "status": "preview",
6002
6002
  "owner": "buildchain-workflows",
6003
6003
  "maturity": "preview",
6004
- "introducedVersion": "4.0.2-alpha.40",
6004
+ "introducedVersion": "4.0.2-alpha.41",
6005
6005
  "compatibilityPromise": "preserved-through-the-v3-major-line",
6006
6006
  "deprecationReplacement": "",
6007
6007
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -6032,7 +6032,7 @@
6032
6032
  "status": "preview",
6033
6033
  "owner": "buildchain-workflows",
6034
6034
  "maturity": "preview",
6035
- "introducedVersion": "4.0.2-alpha.40",
6035
+ "introducedVersion": "4.0.2-alpha.41",
6036
6036
  "compatibilityPromise": "preserved-through-the-v3-major-line",
6037
6037
  "deprecationReplacement": "",
6038
6038
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungfu-tech/buildchain",
3
- "version": "4.0.2-alpha.40",
3
+ "version": "4.0.2-alpha.41",
4
4
  "private": false,
5
5
  "description": "Buildchain Release Passport, release governance, CLI toolkit, and site facts.",
6
6
  "repository": "https://github.com/kungfu-systems/buildchain",