@bongos/core 1.19.605 → 1.19.606

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.605",
6
- "core_contract": "1.19.605",
7
- "source_commit": "7d75ad596b8a0ebda56d47a18c68f8d7d0372a62",
5
+ "core_version": "1.19.606",
6
+ "core_contract": "1.19.606",
7
+ "source_commit": "01995576a9a5691914eaf92601a2babcb7f80436",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-08T23:30:23.409Z",
9
+ "built_at": "2026-09-08T23:43:27.112Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 458,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2559,
20
- "tree_sha256": "54ebf8421271793cdf29f4b7b5cbf777661dfb39ec6bd1eaba4639b0245316c9",
20
+ "tree_sha256": "b6468d5e9ecfea1fc1343a754b406f526858051bbb096a22aaa58915cf7673ab",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/blocker-review/SKILL.md",
@@ -2732,7 +2732,7 @@
2732
2732
  {
2733
2733
  "path": "docs/module-api-changelog.md",
2734
2734
  "mode": "0000644",
2735
- "sha256": "310d1c9b2d8b922f06253f9f93b4f6c4c43f1841c6c1dc8b65e3867371669dad"
2735
+ "sha256": "70528d71799dfa6f699267c439e32e65b2b922b768a6b7ff3b5b2f4d7aae8bd4"
2736
2736
  },
2737
2737
  {
2738
2738
  "path": "docs/modules-contract.md",
@@ -7632,12 +7632,12 @@
7632
7632
  {
7633
7633
  "path": "package-lock.json",
7634
7634
  "mode": "0000644",
7635
- "sha256": "e852049fb0b2971ebe8c8abb994d0f4239a97e81b56a355eafc055b057beaced"
7635
+ "sha256": "e1c65152d1b74b121478122824125a5b194f81391d291bded7b7f19a546cd072"
7636
7636
  },
7637
7637
  {
7638
7638
  "path": "package.json",
7639
7639
  "mode": "0000644",
7640
- "sha256": "d5eed87ff6d40d0f4abd5cd21db941c624240471beacd6dde3ce15b7d800221b"
7640
+ "sha256": "32c321ede296ec490893a1ca5e120cd82d19424fdb1073242921b6d1b7b1217c"
7641
7641
  },
7642
7642
  {
7643
7643
  "path": "public-docs/index.html",
@@ -9352,7 +9352,7 @@
9352
9352
  {
9353
9353
  "path": "src/module-api.js",
9354
9354
  "mode": "0000644",
9355
- "sha256": "2d74208cc55db7fd00751b651faf4389a8b345ccfb46bea127d678a49f56629a"
9355
+ "sha256": "887427fe5187c116f958ad5c23a0974c1a44fa00a02e43ad6ea5ef6b02f31888"
9356
9356
  },
9357
9357
  {
9358
9358
  "path": "src/module-loader/catalog.js",
@@ -1659,5 +1659,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1659
1659
  landed since 1.19.603 with no explicit bump. run 34288910914. (task 1002620)
1660
1660
  1.19.605 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1661
1661
  landed since 1.19.604 with no explicit bump. run 34290892691. (task 1002620)
1662
+ 1.19.606 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1663
+ landed since 1.19.605 with no explicit bump. run 34291868670. (task 1002620)
1662
1664
  ---------------------------------------------------------------------------
1663
1665
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.605",
3
+ "version": "1.19.606",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.605",
9
+ "version": "1.19.606",
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.605",
3
+ "version": "1.19.606",
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.605'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.606'; // 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');