@bongos/core 1.19.643 → 1.19.644

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/.bongos-core.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "artifact": "bongos-core",
3
3
  "manifest_schema": 1,
4
4
  "generator": "scripts/gds/package-core.js",
5
- "core_version": "1.19.643",
6
- "core_contract": "1.19.643",
7
- "source_commit": "2d7c2581cdff19dd5e71c3fcbdc625be3b657bd5",
5
+ "core_version": "1.19.644",
6
+ "core_contract": "1.19.644",
7
+ "source_commit": "cdc649c80e371715361cb64f295771663d028801",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-10T17:35:56.800Z",
9
+ "built_at": "2026-09-10T17:41:14.263Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 470,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2600,
20
- "tree_sha256": "8fba68a71020dd79550a4ee87ac752d8bf639ab61f8df485bfbe498734d3a5d9",
20
+ "tree_sha256": "8c4305075a816844d4abcbe56b413fa30c26237b066800b86dc6c4b348bef90b",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/backlog-review/SKILL.md",
@@ -2772,7 +2772,7 @@
2772
2772
  {
2773
2773
  "path": "docs/module-api-changelog.md",
2774
2774
  "mode": "0000644",
2775
- "sha256": "4cbeeef4269858ff55cfc2498cf8ecc993af96a08627310b3cbf2629f7611197"
2775
+ "sha256": "013f4da6dd306f5c4107b1527c38e9a422511b7b81e1ac7b33a2239c3e14c302"
2776
2776
  },
2777
2777
  {
2778
2778
  "path": "docs/modules-contract.md",
@@ -7722,12 +7722,12 @@
7722
7722
  {
7723
7723
  "path": "package-lock.json",
7724
7724
  "mode": "0000644",
7725
- "sha256": "68055d04404f44462d5d0c0370584e81e704fee71ed8f45eedbe95f51bbdee5c"
7725
+ "sha256": "f96527ae9191d470397057ba5d9df620b485cfac53854b04c6b4a9f4b2dd0073"
7726
7726
  },
7727
7727
  {
7728
7728
  "path": "package.json",
7729
7729
  "mode": "0000644",
7730
- "sha256": "d1d0f6e701482c90409d9ee50b8d16869060316abeb456cdf4175b6e68a8e1d9"
7730
+ "sha256": "11cc56ca7e914c5f0956f4c65d277cf92ca8098e62d987a907a43033886570ae"
7731
7731
  },
7732
7732
  {
7733
7733
  "path": "public-docs/index.html",
@@ -9482,7 +9482,7 @@
9482
9482
  {
9483
9483
  "path": "src/module-api.js",
9484
9484
  "mode": "0000644",
9485
- "sha256": "c00322b10ce3ed39f332fe9d096724af22ac04e4c1c6a1444a56a7b5c38dd528"
9485
+ "sha256": "9784cea15d64b5a9b88797988bfd3e863c9a4d44b45126c77a9502d87ae5a2b0"
9486
9486
  },
9487
9487
  {
9488
9488
  "path": "src/module-loader/catalog.js",
@@ -1735,5 +1735,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1735
1735
  landed since 1.19.641 with no explicit bump. run 34507442448. (task 1002620)
1736
1736
  1.19.643 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1737
1737
  landed since 1.19.642 with no explicit bump. run 34509123612. (task 1002620)
1738
+ 1.19.644 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1739
+ landed since 1.19.643 with no explicit bump. run 34509682128. (task 1002620)
1738
1740
  ---------------------------------------------------------------------------
1739
1741
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.643",
3
+ "version": "1.19.644",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.643",
9
+ "version": "1.19.644",
10
10
  "license": "AGPL-3.0-or-later",
11
11
  "dependencies": {
12
12
  "express": "^4.21.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.643",
3
+ "version": "1.19.644",
4
4
  "description": "Cloud Bongos — the AI-first build platform core (GDS + platform surfaces + module system), installed as a versioned dependency (ADR 0108).",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "main": "src/platform-server.js",
package/src/module-api.js CHANGED
@@ -71,7 +71,7 @@ const { responsibilityFor, ROLE_RESPONSIBILITIES } = require('./role-responsibil
71
71
  // there. scripts/gds/bump-version.js still rewrites the literal below; it appends
72
72
  // the entry to that file. Look for a version's history there, not here.
73
73
  // ---------------------------------------------------------------------------
74
- const CORE_VERSION = '1.19.643'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
74
+ const CORE_VERSION = '1.19.644'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
75
75
 
76
76
  // A namespaced logger so a module's log lines are attributable + consistent.
77
77
  // Usage: const log = api.logger('dev-box'); log.info('mounted');