@bongos/core 1.19.633 → 1.19.634

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.633",
6
- "core_contract": "1.19.633",
7
- "source_commit": "8a560f46851725a2db7c987576b636af9054138e",
5
+ "core_version": "1.19.634",
6
+ "core_contract": "1.19.634",
7
+ "source_commit": "c6cf6b2097a356d4fbeba38d35f63d7916f47161",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-09T23:38:22.332Z",
9
+ "built_at": "2026-09-10T02:29:42.182Z",
10
10
  "redaction": {
11
11
  "model": "docs-redacted+functional-verbatim",
12
12
  "docs_redacted": 468,
@@ -17,7 +17,7 @@
17
17
  "gate": "passed"
18
18
  },
19
19
  "file_count": 2591,
20
- "tree_sha256": "a7e9c16628645ccc819cbdbf1f77115bf6b14faaa2e04f9c019680d0ab321d1a",
20
+ "tree_sha256": "130728eaa47c8b34377490cb73c892c09b434f7921757c9152e0bc60022b1193",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/backlog-review/SKILL.md",
@@ -2777,7 +2777,7 @@
2777
2777
  {
2778
2778
  "path": "docs/module-api-changelog.md",
2779
2779
  "mode": "0000644",
2780
- "sha256": "9be51df76afca08c558e77044a4206b75cc51f30cddeb72a248030bd878c6541"
2780
+ "sha256": "c14f5fdbf90cbd56a4bc7895d0bca43707ec4b983a841b4341a872cf4b769ef2"
2781
2781
  },
2782
2782
  {
2783
2783
  "path": "docs/modules-contract.md",
@@ -7707,12 +7707,12 @@
7707
7707
  {
7708
7708
  "path": "package-lock.json",
7709
7709
  "mode": "0000644",
7710
- "sha256": "c0fc65fd1a4de740e7e68cbba9bc6ea3a3fa951ce373d3f79a4f829837ee0e78"
7710
+ "sha256": "89f594b6acc49fac8207c8a81f6bb1e35d0612256242a55313569ca4b71adebd"
7711
7711
  },
7712
7712
  {
7713
7713
  "path": "package.json",
7714
7714
  "mode": "0000644",
7715
- "sha256": "49f18e7b79579bd167d9a705afb40cbb99f67bf71b8118ccbbddfb306e15f740"
7715
+ "sha256": "2a7c8b281d90d8f0bb544426dd5d7eb370a41e0004f7b2e7f429ff666c008df9"
7716
7716
  },
7717
7717
  {
7718
7718
  "path": "public-docs/index.html",
@@ -9452,7 +9452,7 @@
9452
9452
  {
9453
9453
  "path": "src/module-api.js",
9454
9454
  "mode": "0000644",
9455
- "sha256": "833f00528d9bc449a51caa1a3ac924b866d1a054f89faf45bebf49d0b62be156"
9455
+ "sha256": "9fe227bb682a168430e0f111e37ece6d952038cf9bb03b34abf5f11c39d2db8e"
9456
9456
  },
9457
9457
  {
9458
9458
  "path": "src/module-loader/catalog.js",
@@ -1715,5 +1715,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1715
1715
  landed since 1.19.631 with no explicit bump. run 34417373737. (task 1002620)
1716
1716
  1.19.633 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1717
1717
  landed since 1.19.632 with no explicit bump. run 34417769106. (task 1002620)
1718
+ 1.19.634 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1719
+ landed since 1.19.633 with no explicit bump. run 34429621784. (task 1002620)
1718
1720
  ---------------------------------------------------------------------------
1719
1721
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.633",
3
+ "version": "1.19.634",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.633",
9
+ "version": "1.19.634",
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.633",
3
+ "version": "1.19.634",
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.633'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.634'; // 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');