@bongos/core 1.19.616 → 1.19.617

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.616",
6
- "core_contract": "1.19.616",
7
- "source_commit": "2113152645fd3966e0a77a4da6b68d6ea73848aa",
5
+ "core_version": "1.19.617",
6
+ "core_contract": "1.19.617",
7
+ "source_commit": "203592afd9cb34d665552529bb6dd17c36bb5c1e",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-09T05:39:43.695Z",
9
+ "built_at": "2026-09-09T05:58:55.608Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 460,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2565,
20
- "tree_sha256": "f508d8a28fac2d7f0653d1b5663e850247311a8a9187a112387cd1658b4830cc",
20
+ "tree_sha256": "9832dfdbe8796c1219f41418c67e707f0b30103bcbc3b7950cacd7a90758f646",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/blocker-review/SKILL.md",
@@ -2742,7 +2742,7 @@
2742
2742
  {
2743
2743
  "path": "docs/module-api-changelog.md",
2744
2744
  "mode": "0000644",
2745
- "sha256": "b94b3264ad1cdcdcb427201228f87e7b5d6362210338ac13e1b4382cde0081b6"
2745
+ "sha256": "86545cc0ed7296d979d78e5a6bf3a6259e358f1673c00db4d9c9c0906aaa5a2f"
2746
2746
  },
2747
2747
  {
2748
2748
  "path": "docs/modules-contract.md",
@@ -7642,12 +7642,12 @@
7642
7642
  {
7643
7643
  "path": "package-lock.json",
7644
7644
  "mode": "0000644",
7645
- "sha256": "51bfd3e50f43955dc06201b291f9dbba29c3439724aab443c5d177ef30776557"
7645
+ "sha256": "3885cce1d32ce4a6a9c0ca430b7f03250a0cdb520f41aeae05cf69e32463fa93"
7646
7646
  },
7647
7647
  {
7648
7648
  "path": "package.json",
7649
7649
  "mode": "0000644",
7650
- "sha256": "a9ddee44e32208948907ee0f79e1927f9e09cf3a6e71975f11c43fc61fe916fa"
7650
+ "sha256": "a810ca7406dc6408d628d4b6fafd83268bf994bb407e8a19acf91e35e3348192"
7651
7651
  },
7652
7652
  {
7653
7653
  "path": "public-docs/index.html",
@@ -9372,7 +9372,7 @@
9372
9372
  {
9373
9373
  "path": "src/module-api.js",
9374
9374
  "mode": "0000644",
9375
- "sha256": "fdf7c35d60a47a1850c524f9bfa233ac52cd1727dc7ceff35c2653895724675f"
9375
+ "sha256": "1607f76a96146a4b3bfdda5b3206097dbee812115f47d57fe545513490fb350f"
9376
9376
  },
9377
9377
  {
9378
9378
  "path": "src/module-loader/catalog.js",
@@ -1681,5 +1681,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1681
1681
  landed since 1.19.614 with no explicit bump. run 34314595235. (task 1002620)
1682
1682
  1.19.616 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1683
1683
  landed since 1.19.615 with no explicit bump. run 34315726534. (task 1002620)
1684
+ 1.19.617 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1685
+ landed since 1.19.616 with no explicit bump. run 34317034024. (task 1002620)
1684
1686
  ---------------------------------------------------------------------------
1685
1687
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.616",
3
+ "version": "1.19.617",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.616",
9
+ "version": "1.19.617",
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.616",
3
+ "version": "1.19.617",
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
@@ -55,7 +55,7 @@ const { buildInfo } = require('./build-info');
55
55
  // there. scripts/gds/bump-version.js still rewrites the literal below; it appends
56
56
  // the entry to that file. Look for a version's history there, not here.
57
57
  // ---------------------------------------------------------------------------
58
- const CORE_VERSION = '1.19.616'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.617'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
59
59
 
60
60
  // A namespaced logger so a module's log lines are attributable + consistent.
61
61
  // Usage: const log = api.logger('dev-box'); log.info('mounted');