@bongos/core 1.19.713 → 1.19.714

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.713",
6
- "core_contract": "1.19.713",
7
- "source_commit": "5be761d1e912b17b2dd926e9e0b592ca16fd03d7",
5
+ "core_version": "1.19.714",
6
+ "core_contract": "1.19.714",
7
+ "source_commit": "a5a66a5abc084908ffbcb70583aa9effa9bc86d7",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-13T07:37:27.419Z",
9
+ "built_at": "2026-09-13T07:48:24.895Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 478,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2649,
20
- "tree_sha256": "4b976390238b5dcf6d47222e20f7b6e8888937d359baebc19d1f1a0ba6f00b6e",
20
+ "tree_sha256": "51e98dc1aa5041914570019a3903f1b1c0cce050fff1b530c41da04241a719a7",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/ask-for-help/SKILL.md",
@@ -2807,7 +2807,7 @@
2807
2807
  {
2808
2808
  "path": "docs/module-api-changelog.md",
2809
2809
  "mode": "0000644",
2810
- "sha256": "0a5717521fbdc11a214fa18fab654d79d7a99edd1bca3e593130b05bc9039ab2"
2810
+ "sha256": "3484277ad5363b99cffe978b168fcdadd40051cb9fc45c51a2aab58dd43fe601"
2811
2811
  },
2812
2812
  {
2813
2813
  "path": "docs/modules-contract.md",
@@ -7817,12 +7817,12 @@
7817
7817
  {
7818
7818
  "path": "package-lock.json",
7819
7819
  "mode": "0000644",
7820
- "sha256": "376faf36a3b58a417b8f70396e85d6c43ae3fda00a2d04b1aeac65b649068fa9"
7820
+ "sha256": "732fe7dc9bc6b9c48aabb5fb6dcf35aa9a71f50fcf16d6548e183a1092c40853"
7821
7821
  },
7822
7822
  {
7823
7823
  "path": "package.json",
7824
7824
  "mode": "0000644",
7825
- "sha256": "08d91f7a26e6d416fb03293a5ce8cfbd54ec8c9c3b390e51896e1712327da69b"
7825
+ "sha256": "6543f1d328faab7d974585c1ad7f0f1b79ba653563bf5d75b7948f01501ce322"
7826
7826
  },
7827
7827
  {
7828
7828
  "path": "public-docs/index.html",
@@ -9602,7 +9602,7 @@
9602
9602
  {
9603
9603
  "path": "src/module-api.js",
9604
9604
  "mode": "0000644",
9605
- "sha256": "87766080733fb825c08f63e2aeef763fde461f58aab511af3c5814c6316a8a04"
9605
+ "sha256": "e836253fa5b1c1b117c308430b19b2129a19904b21371ad2c033f0613951d0c2"
9606
9606
  },
9607
9607
  {
9608
9608
  "path": "src/module-loader/catalog.js",
@@ -1885,5 +1885,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1885
1885
  landed since 1.19.711 with no explicit bump. run 34745412403. (task 1002620)
1886
1886
  1.19.713 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1887
1887
  landed since 1.19.712 with no explicit bump. run 34745667268. (task 1002620)
1888
+ 1.19.714 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1889
+ landed since 1.19.713 with no explicit bump. run 34746102135. (task 1002620)
1888
1890
  ---------------------------------------------------------------------------
1889
1891
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.713",
3
+ "version": "1.19.714",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.713",
9
+ "version": "1.19.714",
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.713",
3
+ "version": "1.19.714",
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.713'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
74
+ const CORE_VERSION = '1.19.714'; // 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');