@bongos/core 1.19.656 → 1.19.658
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 +43 -38
- package/docs/adr/0182-project-visibility-two-axes.md +9 -1
- package/docs/copy-inventory.md +56 -56
- package/docs/copy-registry.json +57 -57
- package/docs/module-api-changelog.md +4 -0
- package/modules/hall-ui/public/board-lib.js +165 -0
- package/modules/hall-ui/public/board-room.css +5 -16
- package/modules/hall-ui/public/board-room.html +3 -0
- package/modules/hall-ui/public/board-room.js +26 -86
- package/modules/hall-ui/public/government.css +10 -8
- package/modules/hall-ui/public/government.html +3 -0
- package/modules/hall-ui/public/government.js +31 -85
- package/modules/hall-ui/public/oversight.css +31 -0
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/scripts/gds/fitness-checks-vocabulary.js +75 -0
- package/scripts/gds/fitness.js +3 -3
- package/src/bongos/platform-visibility-gate.js +7 -4
- package/src/bongos/{stealth-gate.js → prelaunch-gate.js} +71 -12
- package/src/bongos/serve-internal.js +4 -4
- package/src/module-api.js +1 -1
- package/tests/government_board_room_copy.mjs +30 -14
- package/tests/government_constitution_view.mjs +7 -2
- package/tests/{stealth_gate.mjs → prelaunch_gate.mjs} +139 -10
- package/tests/rank_tier_single_source.mjs +28 -16
package/.bongos-core.json
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
"artifact": "bongos-core",
|
|
3
3
|
"manifest_schema": 1,
|
|
4
4
|
"generator": "scripts/gds/package-core.js",
|
|
5
|
-
"core_version": "1.19.
|
|
6
|
-
"core_contract": "1.19.
|
|
7
|
-
"source_commit": "
|
|
5
|
+
"core_version": "1.19.658",
|
|
6
|
+
"core_contract": "1.19.658",
|
|
7
|
+
"source_commit": "116ba7cf659c5768b1e7ce2196e38becb98d2654",
|
|
8
8
|
"source_ref": "HEAD",
|
|
9
|
-
"built_at": "2026-09-11T00:
|
|
9
|
+
"built_at": "2026-09-11T00:39:52.368Z",
|
|
10
10
|
"redaction": {
|
|
11
11
|
"model": "docs-redacted+functional-verbatim",
|
|
12
12
|
"docs_redacted": 472,
|
|
13
13
|
"agent_docs_stubbed": 24,
|
|
14
|
-
"functional_verbatim":
|
|
14
|
+
"functional_verbatim": 2112,
|
|
15
15
|
"rules": 3,
|
|
16
16
|
"gate_literals": 3,
|
|
17
17
|
"gate": "passed"
|
|
18
18
|
},
|
|
19
|
-
"file_count":
|
|
20
|
-
"tree_sha256": "
|
|
19
|
+
"file_count": 2608,
|
|
20
|
+
"tree_sha256": "c480f8fa183ff4de3cbfefdfe804fe219ab875a0c873e4d9dc8ed1322652e3ae",
|
|
21
21
|
"files": [
|
|
22
22
|
{
|
|
23
23
|
"path": ".claude/skills/backlog-review/SKILL.md",
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
{
|
|
1408
1408
|
"path": "docs/adr/0182-project-visibility-two-axes.md",
|
|
1409
1409
|
"mode": "0000644",
|
|
1410
|
-
"sha256": "
|
|
1410
|
+
"sha256": "5c81ca2fe6d92058039999c0d5e38b67cfdaa795ba227e341b2339bbf20815d5"
|
|
1411
1411
|
},
|
|
1412
1412
|
{
|
|
1413
1413
|
"path": "docs/adr/0183-criteria-close-themselves.md",
|
|
@@ -1932,12 +1932,12 @@
|
|
|
1932
1932
|
{
|
|
1933
1933
|
"path": "docs/copy-inventory.md",
|
|
1934
1934
|
"mode": "0000644",
|
|
1935
|
-
"sha256": "
|
|
1935
|
+
"sha256": "9c7ebc5ac06b51b14168be63504572c223ade3b023f552181ae05e08c2f1891d"
|
|
1936
1936
|
},
|
|
1937
1937
|
{
|
|
1938
1938
|
"path": "docs/copy-registry.json",
|
|
1939
1939
|
"mode": "0000644",
|
|
1940
|
-
"sha256": "
|
|
1940
|
+
"sha256": "b0d5ba4f48eb6deeeafdd20b8dc6bb56cfb9340b85707b2da6a7a24c0637d5c6"
|
|
1941
1941
|
},
|
|
1942
1942
|
{
|
|
1943
1943
|
"path": "docs/design/apex-pass-2-direction.md",
|
|
@@ -2782,7 +2782,7 @@
|
|
|
2782
2782
|
{
|
|
2783
2783
|
"path": "docs/module-api-changelog.md",
|
|
2784
2784
|
"mode": "0000644",
|
|
2785
|
-
"sha256": "
|
|
2785
|
+
"sha256": "08320e0ddfd04ab34b258eb3c6e2c4700c5cc209d76efb8becf7c9f65149678b"
|
|
2786
2786
|
},
|
|
2787
2787
|
{
|
|
2788
2788
|
"path": "docs/modules-contract.md",
|
|
@@ -4789,20 +4789,25 @@
|
|
|
4789
4789
|
"mode": "0000644",
|
|
4790
4790
|
"sha256": "cad620c960fb6bb8533d40a1e1e9b841b998b30ff073dabaca8623ee183d142c"
|
|
4791
4791
|
},
|
|
4792
|
+
{
|
|
4793
|
+
"path": "modules/hall-ui/public/board-lib.js",
|
|
4794
|
+
"mode": "0000644",
|
|
4795
|
+
"sha256": "4320cea37413fd9d4eb327c7c11cf4f49fd8ae33b21fe00e9b4d0ca2c3bf912b"
|
|
4796
|
+
},
|
|
4792
4797
|
{
|
|
4793
4798
|
"path": "modules/hall-ui/public/board-room.css",
|
|
4794
4799
|
"mode": "0000644",
|
|
4795
|
-
"sha256": "
|
|
4800
|
+
"sha256": "863c8af438be96097a63555d4573baec2b3a0bbdc73c1d23366cf5484189fb8a"
|
|
4796
4801
|
},
|
|
4797
4802
|
{
|
|
4798
4803
|
"path": "modules/hall-ui/public/board-room.html",
|
|
4799
4804
|
"mode": "0000644",
|
|
4800
|
-
"sha256": "
|
|
4805
|
+
"sha256": "362381c40f1011455cab89d473108eb3f41747fe46cde62d932744fc2d2512f0"
|
|
4801
4806
|
},
|
|
4802
4807
|
{
|
|
4803
4808
|
"path": "modules/hall-ui/public/board-room.js",
|
|
4804
4809
|
"mode": "0000644",
|
|
4805
|
-
"sha256": "
|
|
4810
|
+
"sha256": "8ffede7efdf1c99e42fc58ecfe56ae6736c1ef3cd1446ca6a544c30f781947a2"
|
|
4806
4811
|
},
|
|
4807
4812
|
{
|
|
4808
4813
|
"path": "modules/hall-ui/public/board-room.states.json",
|
|
@@ -5012,17 +5017,17 @@
|
|
|
5012
5017
|
{
|
|
5013
5018
|
"path": "modules/hall-ui/public/government.css",
|
|
5014
5019
|
"mode": "0000644",
|
|
5015
|
-
"sha256": "
|
|
5020
|
+
"sha256": "df3a7f79fbcac083f8a616eead84b49d40ed867e08896a7f7279d1a56178799d"
|
|
5016
5021
|
},
|
|
5017
5022
|
{
|
|
5018
5023
|
"path": "modules/hall-ui/public/government.html",
|
|
5019
5024
|
"mode": "0000644",
|
|
5020
|
-
"sha256": "
|
|
5025
|
+
"sha256": "83338cc027af8f146960f58c3398dd28c0218c9671aad2327eef6d81588f85b8"
|
|
5021
5026
|
},
|
|
5022
5027
|
{
|
|
5023
5028
|
"path": "modules/hall-ui/public/government.js",
|
|
5024
5029
|
"mode": "0000644",
|
|
5025
|
-
"sha256": "
|
|
5030
|
+
"sha256": "4e527b94cf239b219b309d1fe7d8a7d907f42f1f610b0ef3d7edb6d4b23ab6c6"
|
|
5026
5031
|
},
|
|
5027
5032
|
{
|
|
5028
5033
|
"path": "modules/hall-ui/public/government.states.json",
|
|
@@ -5152,7 +5157,7 @@
|
|
|
5152
5157
|
{
|
|
5153
5158
|
"path": "modules/hall-ui/public/oversight.css",
|
|
5154
5159
|
"mode": "0000644",
|
|
5155
|
-
"sha256": "
|
|
5160
|
+
"sha256": "456432b7b0a0863a35d3fe25f3e24949dacf9112583ec01e7e71ced79ffeb08c"
|
|
5156
5161
|
},
|
|
5157
5162
|
{
|
|
5158
5163
|
"path": "modules/hall-ui/public/pair.css",
|
|
@@ -7742,12 +7747,12 @@
|
|
|
7742
7747
|
{
|
|
7743
7748
|
"path": "package-lock.json",
|
|
7744
7749
|
"mode": "0000644",
|
|
7745
|
-
"sha256": "
|
|
7750
|
+
"sha256": "b64a9a59bb6257652b417c5a8c52b901d02915ae5d565b728e29b01f73ee5b01"
|
|
7746
7751
|
},
|
|
7747
7752
|
{
|
|
7748
7753
|
"path": "package.json",
|
|
7749
7754
|
"mode": "0000644",
|
|
7750
|
-
"sha256": "
|
|
7755
|
+
"sha256": "0c28879af088fa3615bb534b1d545e909d712b2c5676e5f4a6140410c43b21e2"
|
|
7751
7756
|
},
|
|
7752
7757
|
{
|
|
7753
7758
|
"path": "public-docs/index.html",
|
|
@@ -8187,7 +8192,7 @@
|
|
|
8187
8192
|
{
|
|
8188
8193
|
"path": "scripts/gds/fitness-checks-vocabulary.js",
|
|
8189
8194
|
"mode": "0000644",
|
|
8190
|
-
"sha256": "
|
|
8195
|
+
"sha256": "ff21b52ecfe355ce19d7bf576880dfe1b561ffe33664a9a6ec06ccc704425f1d"
|
|
8191
8196
|
},
|
|
8192
8197
|
{
|
|
8193
8198
|
"path": "scripts/gds/fitness-checks-write-validation.js",
|
|
@@ -8207,7 +8212,7 @@
|
|
|
8207
8212
|
{
|
|
8208
8213
|
"path": "scripts/gds/fitness.js",
|
|
8209
8214
|
"mode": "0000644",
|
|
8210
|
-
"sha256": "
|
|
8215
|
+
"sha256": "d6120a5427f9053529639cf15a59bad0afae9602d5a1e8301017f3321493038b"
|
|
8211
8216
|
},
|
|
8212
8217
|
{
|
|
8213
8218
|
"path": "scripts/gds/gate-review.js",
|
|
@@ -9337,13 +9342,18 @@
|
|
|
9337
9342
|
{
|
|
9338
9343
|
"path": "src/bongos/platform-visibility-gate.js",
|
|
9339
9344
|
"mode": "0000644",
|
|
9340
|
-
"sha256": "
|
|
9345
|
+
"sha256": "eea15ebe44e9450f2d62040c239828008e8953ea5ee465085d5f0e8e63fe6233"
|
|
9341
9346
|
},
|
|
9342
9347
|
{
|
|
9343
9348
|
"path": "src/bongos/pool.js",
|
|
9344
9349
|
"mode": "0000644",
|
|
9345
9350
|
"sha256": "c9edcf9cb1f027ca122388beabae488d2b771b9e7aee2cd12fbdb48ea6f0ded8"
|
|
9346
9351
|
},
|
|
9352
|
+
{
|
|
9353
|
+
"path": "src/bongos/prelaunch-gate.js",
|
|
9354
|
+
"mode": "0000644",
|
|
9355
|
+
"sha256": "16da458f537d9eaf55675fab8aab71f537882c1630baa02d2795f32f6a52454e"
|
|
9356
|
+
},
|
|
9347
9357
|
{
|
|
9348
9358
|
"path": "src/bongos/project-door.js",
|
|
9349
9359
|
"mode": "0000644",
|
|
@@ -9467,12 +9477,7 @@
|
|
|
9467
9477
|
{
|
|
9468
9478
|
"path": "src/bongos/serve-internal.js",
|
|
9469
9479
|
"mode": "0000644",
|
|
9470
|
-
"sha256": "
|
|
9471
|
-
},
|
|
9472
|
-
{
|
|
9473
|
-
"path": "src/bongos/stealth-gate.js",
|
|
9474
|
-
"mode": "0000644",
|
|
9475
|
-
"sha256": "3f105bd9c578d320a5b88cf4cebb69c63c16f7b7f81dbeb554a78d00461ca97c"
|
|
9480
|
+
"sha256": "b388de4de8993892d26a1a456eda30deb87a95cf4f64e262cb6541e04495c43d"
|
|
9476
9481
|
},
|
|
9477
9482
|
{
|
|
9478
9483
|
"path": "src/bongos/uptime-poller.js",
|
|
@@ -9502,7 +9507,7 @@
|
|
|
9502
9507
|
{
|
|
9503
9508
|
"path": "src/module-api.js",
|
|
9504
9509
|
"mode": "0000644",
|
|
9505
|
-
"sha256": "
|
|
9510
|
+
"sha256": "25384d0eebd630303512971574f4bbdfa1aebc9680705bff64a34c6dc6e1b4d5"
|
|
9506
9511
|
},
|
|
9507
9512
|
{
|
|
9508
9513
|
"path": "src/module-loader/catalog.js",
|
|
@@ -10807,7 +10812,7 @@
|
|
|
10807
10812
|
{
|
|
10808
10813
|
"path": "tests/government_board_room_copy.mjs",
|
|
10809
10814
|
"mode": "0000644",
|
|
10810
|
-
"sha256": "
|
|
10815
|
+
"sha256": "8a13c4aefa85968aa716b8a06fa40166f5e612a597da87973bad313b8140d370"
|
|
10811
10816
|
},
|
|
10812
10817
|
{
|
|
10813
10818
|
"path": "tests/government_board_summons.mjs",
|
|
@@ -10867,7 +10872,7 @@
|
|
|
10867
10872
|
{
|
|
10868
10873
|
"path": "tests/government_constitution_view.mjs",
|
|
10869
10874
|
"mode": "0000644",
|
|
10870
|
-
"sha256": "
|
|
10875
|
+
"sha256": "ad805a6015e844e5afa32913d8731bf76b9a474f316c741ee41c28d0d12e57e0"
|
|
10871
10876
|
},
|
|
10872
10877
|
{
|
|
10873
10878
|
"path": "tests/government_fold.mjs",
|
|
@@ -11869,6 +11874,11 @@
|
|
|
11869
11874
|
"mode": "0000644",
|
|
11870
11875
|
"sha256": "9f16091a8feeaef9e4350104dbc9671fab6f2b53f99fd82f798c77800e780b61"
|
|
11871
11876
|
},
|
|
11877
|
+
{
|
|
11878
|
+
"path": "tests/prelaunch_gate.mjs",
|
|
11879
|
+
"mode": "0000644",
|
|
11880
|
+
"sha256": "53bdf7b9e0f09b4abab2c83ed77d48bd4ecd29f2b82afecc78dd694d5b36bc9f"
|
|
11881
|
+
},
|
|
11872
11882
|
{
|
|
11873
11883
|
"path": "tests/preview_server.mjs",
|
|
11874
11884
|
"mode": "0000644",
|
|
@@ -12162,7 +12172,7 @@
|
|
|
12162
12172
|
{
|
|
12163
12173
|
"path": "tests/rank_tier_single_source.mjs",
|
|
12164
12174
|
"mode": "0000644",
|
|
12165
|
-
"sha256": "
|
|
12175
|
+
"sha256": "1601fee7aef64836d1496954f0f74c5947c03dc167a49c6a5a4845e5ec07b91d"
|
|
12166
12176
|
},
|
|
12167
12177
|
{
|
|
12168
12178
|
"path": "tests/rate_limit_public.mjs",
|
|
@@ -12729,11 +12739,6 @@
|
|
|
12729
12739
|
"mode": "0000644",
|
|
12730
12740
|
"sha256": "aa1d79bb3f900097a911c8c6b3055debe4bb20bfe2c3d6c8c64cfd8d7688824e"
|
|
12731
12741
|
},
|
|
12732
|
-
{
|
|
12733
|
-
"path": "tests/stealth_gate.mjs",
|
|
12734
|
-
"mode": "0000644",
|
|
12735
|
-
"sha256": "bb264253e2a9c233734cf9273928db203f8f441c4e7a53f5f9ae5ea0477e20e3"
|
|
12736
|
-
},
|
|
12737
12742
|
{
|
|
12738
12743
|
"path": "tests/stop_refcheck.mjs",
|
|
12739
12744
|
"mode": "0000644",
|
|
@@ -150,7 +150,15 @@ Stealth's distinction from private is **at the door, not in the queue**: a refus
|
|
|
150
150
|
|
|
151
151
|
**Decision:** the *product* meaning (the owner-facing state, whose orb metaphor is locked by the criterion) keeps the word. The infra gate is the one that should be renamed — to `prelaunch` — but that touches a protected path, an env var, and a live instance's configuration, so it is **not** decided here by an ADR about visibility. It is filed as its own task with the owner's call attached.
|
|
152
152
|
|
|
153
|
-
|
|
153
|
+
**RESOLVED — the rename was taken** (owner, 2026-09-09 backlog review of goal [#1000111](https://cloudbongos.com/builders#/goal/1000111); executed by task [#1003152](https://cloudbongos.com/builders#/task/1003152)). This paragraph is kept rather than rewritten, because the open question is part of the record: what follows is what the rename actually did, not what it promised.
|
|
154
|
+
|
|
155
|
+
- `src/bongos/stealth-gate.js` → **`src/bongos/prelaunch-gate.js`**; `stealthGate()` → `prelaunchGate()`. The ~16 files carrying the PRODUCT sense are untouched, exactly as this decision says they must be.
|
|
156
|
+
- **`PRELAUNCH_PASSWORD` is primary; `STEALTH_PASSWORD` is honoured as a deprecated alias**, with a one-time startup warning when only the old name is set. The env is read in exactly one place, so honouring both is a single expression — and it had to be: `STEALTH_PASSWORD` is set on live today, and a rename that did not read it would be an instant, total outage of the instance. Dropping the alias is a separate, later task, and must not run until the live instance has `PRELAUNCH_PASSWORD` set.
|
|
157
|
+
- The submit path is **`/__prelaunch`**, with `/__stealth` still accepted and still exempt, so a form already open when the rename deployed still works.
|
|
158
|
+
- **Three identifiers deliberately did NOT move** — the cookie `cb_stealth`, the HMAC label `stealth-v1`, and the legacy path above. The first two are keyed into live cookies: <redacted> either forces every holder to re-enter the password and buys nothing, because neither string is ever read by a human. One is wire format, the other an HMAC message; neither is vocabulary.
|
|
159
|
+
- A fitness check in the ADR 0174 family (**check 19d**, `checkPrelaunchVocabulary`) now keeps the word from drifting back into the infra surface, scoped so the product surface's legitimate `stealth` never trips it. Per ADR 0174's own lesson it carries mutation tests: plant a violation, prove the build reds.
|
|
160
|
+
|
|
161
|
+
The last sentence of this decision is therefore now spent — `stealth` unqualified means the project state, and the infra gate says `prelaunch` in its identifiers as well as in prose.
|
|
154
162
|
|
|
155
163
|
## Consequences
|
|
156
164
|
|