@bongos/core 1.19.610 → 1.19.611

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.610",
6
- "core_contract": "1.19.610",
7
- "source_commit": "4c1f1badb5d2b5fa83e5968be5fa1e1f55d93e2b",
5
+ "core_version": "1.19.611",
6
+ "core_contract": "1.19.611",
7
+ "source_commit": "2fe1716bf46fd008eb614d9fb317b0e9ee2874eb",
8
8
  "source_ref": "HEAD",
9
- "built_at": "2026-09-09T02:54:17.395Z",
9
+ "built_at": "2026-09-09T03:07:36.926Z",
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": 2562,
20
- "tree_sha256": "d2202f52c9a79a7724caf58530643f0d415692205c8ba79f0bcf84bf52efe99c",
20
+ "tree_sha256": "c6a3113ed2f20af25a3ebcaee8cb4ff9cd42890d51e890a85c31ddf9d63ff5ea",
21
21
  "files": [
22
22
  {
23
23
  "path": ".claude/skills/blocker-review/SKILL.md",
@@ -1837,7 +1837,7 @@
1837
1837
  {
1838
1838
  "path": "docs/adr/0264-the-ten-working-areas.md",
1839
1839
  "mode": "0000644",
1840
- "sha256": "f87933b29006e445dd6d5e4861ce73648f2cc774daacf47ad890f5ae97738e60"
1840
+ "sha256": "b6127318d595f9885dbf6c42c1567c926f45200df2e2144dd2bbce9313e67d91"
1841
1841
  },
1842
1842
  {
1843
1843
  "path": "docs/adr/0265-work-with-no-goal-and-the-order-the-cut-needs.md",
@@ -2732,7 +2732,7 @@
2732
2732
  {
2733
2733
  "path": "docs/module-api-changelog.md",
2734
2734
  "mode": "0000644",
2735
- "sha256": "a0d2f5cc61592667c0aee1a2c8f91de5818664c949c3b5d25b63e4dea6fa13d6"
2735
+ "sha256": "4cc20b3afc8ec94a1d53e3d3f746269a1a7def4b6798d81402fe9078c002d3b1"
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": "e7585d9eda4e8d1c31e482b906b057faea09a6ce9762fe2f2a3291645cc05006"
7635
+ "sha256": "73ce6d69717b6ed9e4cf704e12b5578a86a5a9d34baaa1df34df7caa5accbedb"
7636
7636
  },
7637
7637
  {
7638
7638
  "path": "package.json",
7639
7639
  "mode": "0000644",
7640
- "sha256": "d9b8d44d792bded0ba975222aaeea57e61d9f55c065c872e419e699306b9111f"
7640
+ "sha256": "5ac0729891d64cd779f810b1bf4f98997a7dd8756c8baaa9d82577c7e7e29b60"
7641
7641
  },
7642
7642
  {
7643
7643
  "path": "public-docs/index.html",
@@ -9362,7 +9362,7 @@
9362
9362
  {
9363
9363
  "path": "src/module-api.js",
9364
9364
  "mode": "0000644",
9365
- "sha256": "ae1fb8dbae19e0cb39080790c1b71ad57db3249fed69cce4e633e537c1ae5269"
9365
+ "sha256": "790abd4adb2065c87aa21a729b69b33d01ed07be1c5c307a865f2f8942cc9d3f"
9366
9366
  },
9367
9367
  {
9368
9368
  "path": "src/module-loader/catalog.js",
@@ -170,3 +170,30 @@ Also folded, where §3 named no destination: [#1000032](https://cloudbongos.com/
170
170
  ### One correction to the execution plan, for whoever closes BONGOS-V2
171
171
 
172
172
  `roll_forward` **does not carry a goal's done-when criteria** — the successor `INSERT` in [db-versions.js](../../modules/lifecycle/db-versions.js) copies prose, scope, membership and category, and nothing in the close path touches `done_when_criteria`. The pre-execution plan predicted this would drive invariant C4 to 7/27. **It did not**, because the same transaction promotes the planning version to `building` and C4 only measures a planning version — so the criterion-less successors were never counted. The substance still matters even though the invariant stayed green: a successor arrives unable to achieve, and only the fold (which archives it) or a hand-written criterion resolves that.
173
+
174
+ ## 7. The names in §1, mapped to accounts — 2026-09-08
175
+
176
+ §1 names owners as people; the database knows accounts, and until now nothing wrote
177
+ down which was which. Recorded under [#1003729](https://cloudbongos.com/builders#/task/1003729). The map is evidenced from goal
178
+ membership rather than inferred from spelling — a name that merely *looks* like a login
179
+ is not a match.
180
+
181
+ | §1 name | Account | How it was established |
182
+ |---|---|---|
183
+ | Rini | `jaxri` (1000095) | Sole **lead** of area 2, which §1 gives to Rini; also a member of area 1, Rini's other area. |
184
+ | Will | `willHermesLines` (1000027) | **Lead** of area 5; member of areas 4 and 10 — the three areas §1 names him in. |
185
+ | Masterqua | `IAMMASTERQUA` (1000025) | Member of areas 7 and 10, both of which name Masterqua. |
186
+ | Lars | `example-owner` (3) | The owner; lead on every area. |
187
+ | Scott | `scootermack` (1000094) | **Owner decision, 2026-09-08.** Two accounts existed — `scootermack` (archon, already a member of area 1) and `scottymccormack` (1000160, xenos, no membership anywhere). Now **lead of areas 3 and 8**, which §1 gives to Scott and which previously carried no membership for him. |
188
+ | Nils | — | **Unmapped.** No roster account matches. |
189
+ | Niels | — | **Unmapped.** §3 says "Niels finishes" the rename; those five tasks carry no assignee (tasks have no assignee field — only `shipped_by`, and they are unshipped). |
190
+
191
+ **§1 spells the name two ways** — "Nils" in area 10's owner line, "Niels" in §3's rename
192
+ note. Whether that is one person or two is not derivable from the data, and neither
193
+ spelling matches any of the fifteen roster accounts. Worth resolving before anything
194
+ relies on area 10's "all except Nils and Scott".
195
+
196
+ **An owner in prose is not an owner in the database.** §1's owner column, and the
197
+ `Owner:` line in each area's done-when criterion, are text — they grant nothing and are
198
+ read by no gate. The load-bearing record is `goal_members`, which is why areas 3 and 8
199
+ could read as owned while holding no membership for their owner at all.
@@ -1669,5 +1669,7 @@ is load-bearing: the script throws rather than guess if it is missing, and
1669
1669
  landed since 1.19.608 with no explicit bump. run 34297289824. (task 1002620)
1670
1670
  1.19.610 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1671
1671
  landed since 1.19.609 with no explicit bump. run 34305007041. (task 1002620)
1672
+ 1.19.611 — CI auto-patch (publish-on-merge, ADR 0161): carrier for merges
1673
+ landed since 1.19.610 with no explicit bump. run 34305857169. (task 1002620)
1672
1674
  ---------------------------------------------------------------------------
1673
1675
  ```
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bongos/core",
3
- "version": "1.19.610",
3
+ "version": "1.19.611",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@bongos/core",
9
- "version": "1.19.610",
9
+ "version": "1.19.611",
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.610",
3
+ "version": "1.19.611",
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.610'; // CI auto-patch carrier (ADR 0161); changelog: docs/module-api-changelog.md
58
+ const CORE_VERSION = '1.19.611'; // 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');