@bongos/core 1.19.593 → 1.19.594

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.593",
6
- "core_contract": "1.19.593",
7
- "source_commit": "ea0ad212050a06465dc2c1b43a8a1a2af240498a",
5
+ "core_version": "1.19.594",
6
+ "core_contract": "1.19.594",
7
+ "source_commit": "d1c41d5b88611f4b58e5615348e3082be372705f",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-08T03:36:57.554Z",
9
+ "built_at": "2026-09-08T03:45:14.086Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 457,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2550,
20
- "tree_sha256": "0e4a8cf83cd59f8a25dbc37a5e8382998f3b2c20793ad712b851687be1ef4e81",
20
+ "tree_sha256": "14bc490bf2880a28130ca038b2c83aa810253abb030e303c6d305605a7c8bd89",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/blocker-review/SKILL.md",
@@ -2727,7 +2727,7 @@
2727
2727
  {
2728
2728
  "path": "docs/module-api-changelog.md",
2729
2729
  "mode": "0000644",
2730
- "sha256": "bf5970e301d96ec4fd5c7a449da179edb4fb509f6430dec81d19b9680eaabe4c"
2730
+ "sha256": "2e50d6ff6484577699a8b749827aa4b5fc7d36a3d7f14f381f2bdc6a8532f02a"
2731
2731
  },
2732
2732
  {
2733
2733
  "path": "docs/modules-contract.md",
@@ -7612,12 +7612,12 @@
7612
7612
  {
7613
7613
  "path": "package-lock.json",
7614
7614
  "mode": "0000644",
7615
- "sha256": "be3914ecf700403c201cc59bfc3eda9bc1494e12a5b44b04fec6e97892e4f05f"
7615
+ "sha256": "06b8564ba0e1a6cd3eae666c5d3483f2d7205d94489043b81b8f5acaed43c23d"
7616
7616
  },
7617
7617
  {
7618
7618
  "path": "package.json",
7619
7619
  "mode": "0000644",
7620
- "sha256": "560bc9c97a89ffd8c58c70da7a39467537a678525dfe2ebb8bfbc2d5c1cb0c17"
7620
+ "sha256": "e55f4cb9511aa686e6d034728525f73b91e482f76674f69e04b8b3407cbd4418"
7621
7621
  },
7622
7622
  {
7623
7623
  "path": "public-docs/index.html",
@@ -9332,7 +9332,7 @@
9332
9332
  {
9333
9333
  "path": "src/module-api.js",
9334
9334
  "mode": "0000644",
9335
- "sha256": "5a2a37804d21f51fb5a4433b4f2c39ecdb91f6fe29de0d0802902bf38f981217"
9335
+ "sha256": "73ff9e6325803d7da5a4388aae355f13a4559f98434d16967d37e4ff2bbc150d"
9336
9336
  },
9337
9337
  {
9338
9338
  "path": "src/module-loader/catalog.js",
@@ -1635,5 +1635,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1635
1635
  landed since 1.19.591 with no explicit bump. run 34181434332. (task 1002620)
1636
1636
  1.19.593 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1637
1637
  landed since 1.19.592 with no explicit bump. run 34184095455. (task 1002620)
1638
+ 1.19.594 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1639
+ landed since 1.19.593 with no explicit bump. run 34184562228. (task 1002620)
1638
1640
  ---------------------------------------------------------------------------
1639
1641
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.593",
3
+ "version": "1.19.594",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.593",
9
+ "version": "1.19.594",
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.593",
3
+ "version": "1.19.594",
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.593'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.594'; // 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');