@bongos/core 1.19.581 → 1.19.582

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.581",
6
- "core_contract": "1.19.581",
7
- "source_commit": "03f7d02a4e669a2fa53f34e6375ebb6b7a046a27",
5
+ "core_version": "1.19.582",
6
+ "core_contract": "1.19.582",
7
+ "source_commit": "e08eecbc1ea83f6a28a974941d34596df6e8679c",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-07T20:15:39.494Z",
9
+ "built_at": "2026-09-07T20:40:15.927Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 453,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2530,
20
- "tree_sha256": "5c954594f6fc90e5180384a00a4a9cb3258580a0f9df36d629dbf71731a1fd4e",
20
+ "tree_sha256": "29108b672d011aaae1b40a09256ee01d2920dea6dc75314b191b4c4f2bf3d59c",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/blocker-review/SKILL.md",
@@ -2707,7 +2707,7 @@
2707
2707
  {
2708
2708
  "path": "docs/module-api-changelog.md",
2709
2709
  "mode": "0000644",
2710
- "sha256": "fad24c9257355302696388602bba42f251696c20d4e2380f668339a823a84558"
2710
+ "sha256": "adf481b84f3a8f77597056fad9643d39362e5333ac86b0c1ca7b122456dfd2fa"
2711
2711
  },
2712
2712
  {
2713
2713
  "path": "docs/modules-contract.md",
@@ -7572,12 +7572,12 @@
7572
7572
  {
7573
7573
  "path": "package-lock.json",
7574
7574
  "mode": "0000644",
7575
- "sha256": "06ccc86510eed776b32a243487781c83fefcf48d33053f9f3a313e90b8364a49"
7575
+ "sha256": "24d6748a6c6816752b86ef695eb75e27076d682ba1d3639763c6377389fcd17b"
7576
7576
  },
7577
7577
  {
7578
7578
  "path": "package.json",
7579
7579
  "mode": "0000644",
7580
- "sha256": "f145cacd4b2198eb4c6f6cd07a1ac30ebe653b3aaf34c7768cf0ad8dc0561db4"
7580
+ "sha256": "4dd5996574d3f875f81509651c5af05ff6313b45774b9f65737086658240c927"
7581
7581
  },
7582
7582
  {
7583
7583
  "path": "public-docs/index.html",
@@ -9287,7 +9287,7 @@
9287
9287
  {
9288
9288
  "path": "src/module-api.js",
9289
9289
  "mode": "0000644",
9290
- "sha256": "b928f49545fb1adb6ce26a620a73083be9d71257e6171a533d672190e86495a6"
9290
+ "sha256": "15e5aa2886df30346a374c4b4fa988ff471a73a113a10c13061ce174f1aacfde"
9291
9291
  },
9292
9292
  {
9293
9293
  "path": "src/module-loader/catalog.js",
@@ -1611,5 +1611,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1611
1611
  landed since 1.19.579 with no explicit bump. run 34153217035. (task 1002620)
1612
1612
  1.19.581 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1613
1613
  landed since 1.19.580 with no explicit bump. run 34158683008. (task 1002620)
1614
+ 1.19.582 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1615
+ landed since 1.19.581 with no explicit bump. run 34160253741. (task 1002620)
1614
1616
  ---------------------------------------------------------------------------
1615
1617
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.581",
3
+ "version": "1.19.582",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.581",
9
+ "version": "1.19.582",
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.581",
3
+ "version": "1.19.582",
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.581'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.582'; // 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');