@bongos/core 1.19.616 → 1.19.618
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 +51 -21
- package/.claude/skills/backlog-review/SKILL.md +175 -0
- package/docs/adr/0268-the-constitution-comes-from-two-roots.md +132 -0
- package/docs/adr/README.md +1 -0
- package/docs/copy-inventory.md +36 -33
- package/docs/copy-registry.json +61 -34
- package/docs/file-map.md +1 -0
- package/docs/module-api-changelog.md +4 -0
- package/modules/government/board.js +58 -0
- package/modules/government/config.js +34 -9
- package/modules/hall-ui/public/government.js +54 -0
- package/modules/hall-ui/public/oversight.css +25 -0
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/scripts/gds/backlog-review.js +399 -0
- package/src/module-api.js +27 -1
- package/tests/backlog_review.mjs +183 -0
- package/tests/government_config_roots.mjs +159 -0
- package/tests/government_constitution_divergence.mjs +123 -0
- package/tests/module_api.mjs +1 -0
package/docs/copy-inventory.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
> Deterministic on a given tree — regenerate and commit rather than hand-editing.
|
|
5
5
|
> Machine-readable twin: [`copy-registry.json`](copy-registry.json).
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**1734 strings** across 3 surfaces · 1502 distinct pieces of copy · 1734 certain, 0 heuristic · 163 shown in more than one place.
|
|
8
8
|
|
|
9
9
|
## Surfaces
|
|
10
10
|
|
|
11
11
|
| surface | lives at | files | strings |
|
|
12
12
|
|---|---|---|---|
|
|
13
|
-
| `builders-hall` | `modules/hall-ui/public` | 78 |
|
|
13
|
+
| `builders-hall` | `modules/hall-ui/public` | 78 | 1261 |
|
|
14
14
|
| `status-dashboard` | `modules/status-ui/public` | 4 | 100 |
|
|
15
15
|
| `landing` | `modules/public-landing/public` | 5 | 373 |
|
|
16
16
|
|
|
@@ -51,12 +51,12 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
51
51
|
| `512ab32e3bf2` | 4x | Close box | modules/hall-ui/public/box-panel.js:149, modules/hall-ui/public/box-panel.js:163, modules/hall-ui/public/box-panel.js:206 |
|
|
52
52
|
| `a5257c88eb07` | 4x | GitHub username | modules/public-landing/public/projects.html:864, modules/public-landing/public/projects.html:865, modules/public-landing/public/projects.html:1247 |
|
|
53
53
|
| `3eb67b892dea` | 4x | Percy Jackson | modules/public-landing/public/index.html:803, modules/public-landing/public/index.html:821, modules/public-landing/public/index.html:827 |
|
|
54
|
-
| `0887725744f2` | 4x | Restricted. | modules/hall-ui/public/gate.js:219, modules/hall-ui/public/government.js:
|
|
54
|
+
| `0887725744f2` | 4x | Restricted. | modules/hall-ui/public/gate.js:219, modules/hall-ui/public/government.js:1183, modules/hall-ui/public/harbor.js:337 |
|
|
55
55
|
| `e57ec24e13ef` | 4x | Sign in with GitHub | modules/hall-ui/public/hall-render.js:265, modules/hall-ui/public/hall-render.js:336, modules/hall-ui/public/hall-render.js:405 |
|
|
56
56
|
| `2ae36be1c531` | 4x | Start a project | modules/public-landing/public/index.html:727, modules/public-landing/public/index.html:891, modules/public-landing/public/projects.html:509 |
|
|
57
57
|
| `eff70e59d12e` | 4x | Task {…} | modules/hall-ui/public/task.js:454, modules/hall-ui/public/task.js:463, modules/hall-ui/public/task.js:691 |
|
|
58
58
|
| `b31fc908c962` | 4x | You claimed #{…}. Open a terminal to start work. | modules/hall-ui/public/goals-page.js:418, modules/hall-ui/public/goals-page.js:515, modules/hall-ui/public/work.js:853 |
|
|
59
|
-
| `1de02052abf2` | 3x | Available from the {…} rank up. | modules/hall-ui/public/gate.js:222, modules/hall-ui/public/government.js:
|
|
59
|
+
| `1de02052abf2` | 3x | Available from the {…} rank up. | modules/hall-ui/public/gate.js:222, modules/hall-ui/public/government.js:1186, modules/hall-ui/public/harbor.js:340 |
|
|
60
60
|
| `a78477a24a48` | 3x | Builders' Hall | modules/hall-ui/public/index.html:12, modules/hall-ui/public/index.html:12, modules/hall-ui/public/index.html:45 |
|
|
61
61
|
| `12ee050d0180` | 3x | Copy desk | modules/hall-ui/public/copy-desk.html:15, modules/hall-ui/public/copy-desk.html:15, modules/hall-ui/public/copy-desk.html:27 |
|
|
62
62
|
| `a873e7c29d80` | 3x | Copy prompt | modules/hall-ui/public/task.js:617, modules/hall-ui/public/task.js:637, modules/hall-ui/public/work.js:548 |
|
|
@@ -78,7 +78,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
78
78
|
| `4160b56d14af` | 2x | Archive goal | modules/hall-ui/public/goals-render.js:927, modules/hall-ui/public/goals-render.js:1009 |
|
|
79
79
|
| … | | _123 more in the JSON registry_ | |
|
|
80
80
|
|
|
81
|
-
## `builders-hall` —
|
|
81
|
+
## `builders-hall` — 1261 strings
|
|
82
82
|
|
|
83
83
|
| id | conf | text | where |
|
|
84
84
|
|---|---|---|---|
|
|
@@ -101,7 +101,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
101
101
|
| `27d9721f358f` | certain | + Invite | `modules/hall-ui/public/goals-render.js:1136` |
|
|
102
102
|
| `646fab1157fe` | certain | + {…} more project{…} not publicly listed. | `modules/hall-ui/public/profile.js:296` |
|
|
103
103
|
| `05da3082c8c5` | certain | +{…} more | `modules/hall-ui/public/gate.js:134` |
|
|
104
|
-
| `9c8aba2b2fa4` | certain | , // membership | `modules/hall-ui/public/government.js:
|
|
104
|
+
| `9c8aba2b2fa4` | certain | , // membership | `modules/hall-ui/public/government.js:953` |
|
|
105
105
|
| `37964829d693` | certain | , and | `modules/hall-ui/public/government.html:55` |
|
|
106
106
|
| `9a663ca57b14` | certain | , claiming, and shipping show — render as rich in-feed widgets or as plain text. Widgets are prettier but spen | `modules/hall-ui/public/settings.html:277` |
|
|
107
107
|
| `ac57fe1ccd6e` | certain | , follow its acceptance criteria, stay within touches[], /builder-ship | `modules/hall-ui/public/work.js:841` |
|
|
@@ -152,6 +152,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
152
152
|
| `627c683a5e5d` | certain | All time | `modules/hall-ui/public/hall-widgets.js:130` |
|
|
153
153
|
| `b38c01691857` | certain | All your work → | `modules/hall-ui/public/hall-widgets.js:110` |
|
|
154
154
|
| `e99cc5d37404` | certain | Already a member? | `modules/hall-ui/public/hall-render.js:336` |
|
|
155
|
+
| `da5368d10f85` | certain | Amendment {…} passed{…}, and the constitution below is not the one it decided: | `modules/hall-ui/public/government.js:647` |
|
|
155
156
|
| `69f0ca4a4d84` | certain | Analytics scope | `modules/hall-ui/public/hall-render.js:1114` |
|
|
156
157
|
| `14bdceaac078` | certain | Answer the five questions and this spark becomes a Full Idea. | `modules/hall-ui/public/ideas.js:586` |
|
|
157
158
|
| `52ed0e2e3470` | certain | Any rank | `modules/hall-ui/public/task-lib.js:62` |
|
|
@@ -166,7 +167,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
166
167
|
| `4160b56d14af` | certain | Archive goal | `modules/hall-ui/public/goals-render.js:927` |
|
|
167
168
|
| `4160b56d14af` | certain | Archive goal | `modules/hall-ui/public/goals-render.js:1009` |
|
|
168
169
|
| `206acb4467a2` | certain | Archive this goal? | `modules/hall-ui/public/goals-render.js:999` |
|
|
169
|
-
| `5fcfdf8975cf` | certain | As configuration: | `modules/hall-ui/public/government.js:
|
|
170
|
+
| `5fcfdf8975cf` | certain | As configuration: | `modules/hall-ui/public/government.js:824` |
|
|
170
171
|
| `01a0f29ff406` | certain | As first filed | `modules/hall-ui/public/idea.js:252` |
|
|
171
172
|
| `688cc6dd38ee` | certain | Asked of you | `modules/hall-ui/public/collab.html:37` |
|
|
172
173
|
| `b2656d0b2402` | certain | Asked {…} | `modules/hall-ui/public/collab.js:41` |
|
|
@@ -174,7 +175,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
174
175
|
| `8c8ec2597036` | certain | Assigned {…} to builder {…}. | `modules/hall-ui/public/government.js:470` |
|
|
175
176
|
| `46714066f2da` | certain | Audit log | `modules/hall-ui/public/watch.html:148` |
|
|
176
177
|
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/gate.js:222` |
|
|
177
|
-
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/government.js:
|
|
178
|
+
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/government.js:1186` |
|
|
178
179
|
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/harbor.js:340` |
|
|
179
180
|
| `bdbe9ff6a177` | certain | Awaiting the grader, or a confirmation, before it can ship. | `modules/hall-ui/public/task.js:607` |
|
|
180
181
|
| `ecfbb10d4ca9` | certain | Awaiting the owner/manager's approval | `modules/hall-ui/public/goals-render.js:934` |
|
|
@@ -207,7 +208,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
207
208
|
| `181cfa50b127` | certain | By the numbers | `modules/hall-ui/public/profile.html:60` |
|
|
208
209
|
| `a015a43bfc7f` | certain | CLI access | `modules/hall-ui/public/settings.html:144` |
|
|
209
210
|
| `084eb64bce72` | certain | Capabilities held by a machine identity, never by a person or a rank. Shown for completeness; nothing here can | `modules/hall-ui/public/government.html:125` |
|
|
210
|
-
| `bdca1f219e6f` | certain | Cast objection | `modules/hall-ui/public/government.js:
|
|
211
|
+
| `bdca1f219e6f` | certain | Cast objection | `modules/hall-ui/public/government.js:1041` |
|
|
211
212
|
| `a974494e44f3` | certain | Catalog at a glance | `modules/hall-ui/public/modules.html:50` |
|
|
212
213
|
| `c1c7158e0a43` | certain | Category saved. | `modules/hall-ui/public/project-settings.js:214` |
|
|
213
214
|
| `0279db21e29a` | certain | Change in Settings → | `modules/hall-ui/public/hall-render.js:513` |
|
|
@@ -216,7 +217,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
216
217
|
| `52384bdc035c` | certain | Changes save at once. Your new choice plays the next time that event fires. | `modules/hall-ui/public/settings.html:336` |
|
|
217
218
|
| `cab7a9526ca1` | certain | Changes save the moment you pick. “Default” clears your override and falls back to the system's choice. | `modules/hall-ui/public/settings.html:306` |
|
|
218
219
|
| `4b714191b423` | certain | Changes touching protected build surfaces, held for your approval. | `modules/hall-ui/public/gate.js:243` |
|
|
219
|
-
| `e6982a9ff948` | certain | Charter library | `modules/hall-ui/public/government.js:
|
|
220
|
+
| `e6982a9ff948` | certain | Charter library | `modules/hall-ui/public/government.js:794` |
|
|
220
221
|
| `f8725cf3ba62` | certain | Checking dependency order… | `modules/hall-ui/public/work.js:802` |
|
|
221
222
|
| `7a41b18c0de8` | certain | Checking for conflicts… | `modules/hall-ui/public/work.js:781` |
|
|
222
223
|
| `aa3ba7d28a76` | certain | Checking your key… | `modules/hall-ui/public/settings.js:1118` |
|
|
@@ -346,7 +347,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
346
347
|
| `3db890b074a7` | certain | Could not update visibility just now. | `modules/hall-ui/public/goals-render.js:1219` |
|
|
347
348
|
| `112d12b24879` | certain | Could not verify your access. Go back and try again. | `modules/hall-ui/public/watch.js:1286` |
|
|
348
349
|
| `6bd74fd20311` | certain | Could not verify your access. Try again. | `modules/hall-ui/public/sessions.js:280` |
|
|
349
|
-
| `278e8281c82f` | certain | Could not vote: {…} | `modules/hall-ui/public/government.js:
|
|
350
|
+
| `278e8281c82f` | certain | Could not vote: {…} | `modules/hall-ui/public/government.js:1069` |
|
|
350
351
|
| `a48e9f098392` | certain | Could not {…} just now. | `modules/hall-ui/public/goals-render.js:1205` |
|
|
351
352
|
| `cb09ee26014f` | certain | Could not {…}: {…} | `modules/hall-ui/public/government.js:321` |
|
|
352
353
|
| `28ec06f6060a` | certain | Counted, not judged: each question is worth the same, and earns its share in proportion to how much real text | `modules/hall-ui/public/ideas.html:167` |
|
|
@@ -402,10 +403,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
402
403
|
| `44f928d13699` | certain | Event sounds | `modules/hall-ui/public/settings.html:328` |
|
|
403
404
|
| `8690c6424585` | certain | Every builder in {{worldName}} — rank, {{currency}}, karma, and active claims. | `modules/hall-ui/public/watch.html:69` |
|
|
404
405
|
| `34efbc699a88` | certain | Every builder's box, running ones first. Close a box to reclaim it; block a builder to keep them from opening | `modules/hall-ui/public/harbor.html:48` |
|
|
405
|
-
| `a97b064db76f` | certain | Every closed amendment sitting, ratified and returned alike, with the rule it was decided under. | `modules/hall-ui/public/government.js:
|
|
406
|
+
| `a97b064db76f` | certain | Every closed amendment sitting, ratified and returned alike, with the rule it was decided under. | `modules/hall-ui/public/government.js:834` |
|
|
406
407
|
| `2ae1eb35611e` | certain | Every done-when criterion for this goal, with its full detail. | `modules/hall-ui/public/goals.html:210` |
|
|
407
408
|
| `8825f1d90dd1` | certain | Every idea this builder captured — promoted, discarded, merged, or still open. | `modules/hall-ui/public/profile.html:153` |
|
|
408
409
|
| `bc481184a282` | certain | Every place you are currently signed in — this browser, your terminal, any dev box. A session refreshes for an | `modules/hall-ui/public/settings.html:163` |
|
|
410
|
+
| `47be006e5ad5` | certain | Every sitting since has been decided under the constitution below, not the ratified one. Nothing is re-applied | `modules/hall-ui/public/government.js:647` |
|
|
409
411
|
| `efafe5ce29ed` | certain | Every task linked to this criterion has shipped — a Metic can confirm it | `modules/hall-ui/public/goals-render.js:699` |
|
|
410
412
|
| `ddebbccd4b37` | certain | Everyone building across hosted projects, ranked by track record. Descriptive only — cross-project numbers nev | `modules/hall-ui/public/people.html:29` |
|
|
411
413
|
| `4750e12477e7` | certain | Everyone is already a member | `modules/hall-ui/public/goals-render.js:1152` |
|
|
@@ -473,7 +475,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
473
475
|
| `d9bd3b703fe4` | certain | Hover an island to light its links, click one for its details, or open it from the index below. | `modules/hall-ui/public/atlas.html:68` |
|
|
474
476
|
| `68382894d8f9` | certain | How a planning session seeds each version's task pool, and how a version closes and archives its scope. | `modules/hall-ui/public/diagrams.html:85` |
|
|
475
477
|
| `0bab9286ea38` | certain | How each builder's shipped work has been graded over the past thirty days. | `modules/hall-ui/public/watch.html:76` |
|
|
476
|
-
| `fb7489e8b67c` | certain | How it has changed | `modules/hall-ui/public/government.js:
|
|
478
|
+
| `fb7489e8b67c` | certain | How it has changed | `modules/hall-ui/public/government.js:834` |
|
|
477
479
|
| `ec3f26ff8137` | certain | How planning sessions feed each version's task pool and how a version closes. | `modules/hall-ui/public/diagrams.html:84` |
|
|
478
480
|
| `0bae5deb899d` | certain | How readily Claude opens a | `modules/hall-ui/public/settings.html:259` |
|
|
479
481
|
| `868cf6930d64` | certain | How task estimates compare with the time work actually took. | `modules/hall-ui/public/watch.html:156` |
|
|
@@ -481,7 +483,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
481
483
|
| `06cb721a03e1` | certain | How the system works — {{worldName}} | `modules/hall-ui/public/diagrams.html:6` |
|
|
482
484
|
| `06cb721a03e1` | certain | How the system works — {{worldName}} | `modules/hall-ui/public/diagrams.html:6` |
|
|
483
485
|
| `4f3802e6c81e` | certain | How the whole build is doing — the program at a glance, then each version. Shipped work stays out of the way. | `modules/hall-ui/public/roadmap.js:441` |
|
|
484
|
-
| `b536897de6a3` | certain | How this project is governed. | `modules/hall-ui/public/government.js:
|
|
486
|
+
| `b536897de6a3` | certain | How this project is governed. | `modules/hall-ui/public/government.js:1221` |
|
|
485
487
|
| `2d156231e9fe` | certain | How you advance | `modules/hall-ui/public/ranks.html:55` |
|
|
486
488
|
| `c763425718f2` | certain | How you get paid, and how you earn trust. A reference to jump around in: every section has its own link, and t | `modules/hall-ui/public/drachmae.html:38` |
|
|
487
489
|
| `4c247368c384` | certain | How you got here, what you'd build | `modules/hall-ui/public/hall-render.js:284` |
|
|
@@ -510,7 +512,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
510
512
|
| `b9cb720ad5d1` | certain | Invited? Sign in | `modules/hall-ui/public/hall-render.js:276` |
|
|
511
513
|
| `0e48bb2c8c94` | certain | Island index | `modules/hall-ui/public/atlas.html:76` |
|
|
512
514
|
| `2170b74c6526` | certain | Isometric map of the repository | `modules/hall-ui/public/atlas.html:54` |
|
|
513
|
-
| `bd8d04eb265c` | certain | It cleared the completeness grade at {…}/100. | `modules/hall-ui/public/government.js:
|
|
515
|
+
| `bd8d04eb265c` | certain | It cleared the completeness grade at {…}/100. | `modules/hall-ui/public/government.js:1011` |
|
|
514
516
|
| `4f5b39802b07` | certain | It holds no unfinished work, so this is a single step. Archiving is reversible — an archived goal can be reope | `modules/hall-ui/public/goals-render.js:999` |
|
|
515
517
|
| `79791be35018` | certain | It opens this hall in your browser — click one | `modules/hall-ui/public/hall-render.js:750` |
|
|
516
518
|
| `d751fe51e178` | certain | It shipped and it is live. Your review coaches the grader on how it judged the work, then remakes or tweaks th | `modules/hall-ui/public/studio.js:87` |
|
|
@@ -695,7 +697,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
695
697
|
| `b95918d421ae` | certain | People — {{worldName}} | `modules/hall-ui/public/people.html:6` |
|
|
696
698
|
| `b95918d421ae` | certain | People — {{worldName}} | `modules/hall-ui/public/people.html:6` |
|
|
697
699
|
| `4a46b478edaf` | certain | Per page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
698
|
-
| `e1e10dc5e357` | certain | Permissions is the Archon administration surface. The Constitution and the Board Room are yours to read. | `modules/hall-ui/public/government.js:
|
|
700
|
+
| `e1e10dc5e357` | certain | Permissions is the Archon administration surface. The Constitution and the Board Room are yours to read. | `modules/hall-ui/public/government.js:1200` |
|
|
699
701
|
| `fcf996d77050` | certain | Pick a rank to see what it may do. The four ladder ranks ship with the platform; a custom rank is yours to sha | `modules/hall-ui/public/government.html:78` |
|
|
700
702
|
| `2ec5f77eb6f0` | certain | Preferred disciplines | `modules/hall-ui/public/settings.html:126` |
|
|
701
703
|
| `f03d68e60416` | certain | Preferred work | `modules/hall-ui/public/hall-render.js:562` |
|
|
@@ -785,7 +787,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
785
787
|
| `9d9567d1dead` | certain | Reset {…} to its default permissions?\n\nEvery change you've made to this rank is discarded, and it takes effe | `modules/hall-ui/public/government.js:300` |
|
|
786
788
|
| `3ef9382d4726` | certain | Resolved — the copy was changed | `modules/hall-ui/public/copy-desk.html:122` |
|
|
787
789
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/gate.js:219` |
|
|
788
|
-
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/government.js:
|
|
790
|
+
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/government.js:1183` |
|
|
789
791
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/harbor.js:337` |
|
|
790
792
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/watch.js:1241` |
|
|
791
793
|
| `b33dde402434` | certain | Retire this goal — you will be asked what happens to any unfinished work | `modules/hall-ui/public/goals-render.js:927` |
|
|
@@ -818,7 +820,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
818
820
|
| `582bdd9435eb` | certain | Select task {…} for bulk actions | `modules/hall-ui/public/work.js:405` |
|
|
819
821
|
| `d91c8e9be76c` | certain | Select task {…} for bulk claim | `modules/hall-ui/public/goals-render.js:339` |
|
|
820
822
|
| `7e1d54119e08` | certain | Select task {…} for bulk release | `modules/hall-ui/public/work.js:216` |
|
|
821
|
-
| `ae43a132699b` | certain | Selectable today | `modules/hall-ui/public/government.js:
|
|
823
|
+
| `ae43a132699b` | certain | Selectable today | `modules/hall-ui/public/government.js:794` |
|
|
822
824
|
| `d14e8e9acaff` | certain | Session ended. | `modules/hall-ui/public/settings-sessions.js:81` |
|
|
823
825
|
| `55e0a34bafed` | certain | Session log{…} | `modules/hall-ui/public/task.js:447` |
|
|
824
826
|
| `cccb362bd6da` | certain | Sessions — {{worldName}} | `modules/hall-ui/public/sessions.html:6` |
|
|
@@ -901,10 +903,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
901
903
|
| `600b90074021` | certain | The art pipeline draws tiles and sprites with Google AI Studio (Gemini). Needed only if you generate art — you | `modules/hall-ui/public/settings.html:185` |
|
|
902
904
|
| `4462dcaaaa7d` | certain | The artist reads this instead of guessing. A pointer with no judgement costs them a look and tells them nothin | `modules/hall-ui/public/copy-desk.html:103` |
|
|
903
905
|
| `195b295d0bf3` | certain | The atlas regenerates itself on the server every time code ships; it has not been generated on this deploy yet | `modules/hall-ui/public/atlas.html:63` |
|
|
906
|
+
| `f38140e472df` | certain | The board ratified a change that is not in force. | `modules/hall-ui/public/government.js:647` |
|
|
904
907
|
| `716a303927d6` | certain | The box you turn on has a | `modules/hall-ui/public/box-panel.js:339` |
|
|
905
908
|
| `520da1cd5dcc` | certain | The complete architecture: your device (screen only), the dev box (worker, code, and local memory), the server | `modules/hall-ui/public/diagrams.html:76` |
|
|
906
909
|
| `2dc061096c48` | certain | The copy desk — every flagged string | `modules/hall-ui/public/studio.html:57` |
|
|
907
|
-
| `bac12faf3328` | certain | The developmental ladder: {…}. Formality is adopted only where informal coordination breaks. | `modules/hall-ui/public/government.js:
|
|
910
|
+
| `bac12faf3328` | certain | The developmental ladder: {…}. Formality is adopted only where informal coordination breaks. | `modules/hall-ui/public/government.js:801` |
|
|
908
911
|
| `6e2554615883` | certain | The event sounds could not be loaded. Reload the page to try again. | `modules/hall-ui/public/settings.js:393` |
|
|
909
912
|
| `36ed1b04583e` | certain | The full queues | `modules/hall-ui/public/studio.html:56` |
|
|
910
913
|
| `cb7c7879eeba` | certain | The fundamentals | `modules/hall-ui/public/project-settings.html:40` |
|
|
@@ -935,7 +938,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
935
938
|
| `d01d36a596b0` | certain | The session log could not be loaded. Try again. | `modules/hall-ui/public/sessions.js:242` |
|
|
936
939
|
| `d01d36a596b0` | certain | The session log could not be loaded. Try again. | `modules/hall-ui/public/sessions.js:294` |
|
|
937
940
|
| `e48a9b77d91b` | certain | The session log opens from a higher rank. | `modules/hall-ui/public/sessions.html:41` |
|
|
938
|
-
| `af664a644b13` | certain | The seven government structures, for getting a team up to speed before deciding when to flip a switch. | `modules/hall-ui/public/government.js:
|
|
941
|
+
| `af664a644b13` | certain | The seven government structures, for getting a team up to speed before deciding when to flip a switch. | `modules/hall-ui/public/government.js:794` |
|
|
939
942
|
| `6360a5988f26` | certain | The shape and health of the codebase. | `modules/hall-ui/public/watch.html:112` |
|
|
940
943
|
| `fc422cced9e3` | certain | The shared goals you’ve joined. Browse, join, and leave goals — and read their criteria — on the | `modules/hall-ui/public/goals.js:94` |
|
|
941
944
|
| `ac46dc53d95f` | certain | The shared repository the core ships and the modules this project built for itself, each credited to its autho | `modules/hall-ui/public/modules.html:47` |
|
|
@@ -974,7 +977,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
974
977
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/project-settings.html:36` |
|
|
975
978
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/watch.html:40` |
|
|
976
979
|
| `87f1c2e07790` | certain | This page unlocks as you advance. | `modules/hall-ui/public/not-ready.html:26` |
|
|
977
|
-
| `69e8beced2ff` | certain | This sends the idea back to its author. Say why, and which section. | `modules/hall-ui/public/government.js:
|
|
980
|
+
| `69e8beced2ff` | certain | This sends the idea back to its author. Say why, and which section. | `modules/hall-ui/public/government.js:1041` |
|
|
978
981
|
| `09256febc32d` | certain | This sentence has {…} {…} where a value is dropped in when it is shown. | `modules/hall-ui/public/copy-desk.js:422` |
|
|
979
982
|
| `c9e50a67988a` | certain | This task has shipped and its credits have landed. Neither Ship it nor Confirm is available. | `modules/hall-ui/public/task.js:612` |
|
|
980
983
|
| `7217c4f1769d` | certain | This will {…} | `modules/hall-ui/public/harbor.js:125` |
|
|
@@ -995,7 +998,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
995
998
|
| `71c09cda8246` | certain | Voice for {…} | `modules/hall-ui/public/settings.js:76` |
|
|
996
999
|
| `2940b7828d26` | certain | Volume {…}%. | `modules/hall-ui/public/settings.js:218` |
|
|
997
1000
|
| `6905f2ee5702` | certain | Vote on this work | `modules/hall-ui/public/builders.js:739` |
|
|
998
|
-
| `b2937e14ee9b` | certain | Vote yes | `modules/hall-ui/public/government.js:
|
|
1001
|
+
| `b2937e14ee9b` | certain | Vote yes | `modules/hall-ui/public/government.js:1041` |
|
|
999
1002
|
| `8cc425582984` | certain | Vulnerability reports | `modules/hall-ui/public/watch.html:132` |
|
|
1000
1003
|
| `b1e63e33f739` | certain | Vulnerability reports, engagement reports, override requests, and the audit log. | `modules/hall-ui/public/watch.html:129` |
|
|
1001
1004
|
| `f2e019bfdbe8` | certain | Waiting to be developed | `modules/hall-ui/public/ideas.html:41` |
|
|
@@ -1033,7 +1036,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1033
1036
|
| `5cc53380b1e8` | certain | Why (optional) | `modules/hall-ui/public/goals-render.js:999` |
|
|
1034
1037
|
| `62ab2e60f629` | certain | Why is this better? | `modules/hall-ui/public/copy-desk.html:164` |
|
|
1035
1038
|
| `2b047710fd6d` | certain | Why this goal is being retired (required) | `modules/hall-ui/public/goals-render.js:1009` |
|
|
1036
|
-
| `fbd8a815b808` | certain | Why — the reason the author will act on | `modules/hall-ui/public/government.js:
|
|
1039
|
+
| `fbd8a815b808` | certain | Why — the reason the author will act on | `modules/hall-ui/public/government.js:1041` |
|
|
1037
1040
|
| `a3ac116b499a` | certain | Why? | `modules/hall-ui/public/copy-desk.html:99` |
|
|
1038
1041
|
| `0dcb485477b6` | certain | Windows (ARM) | `modules/hall-ui/public/hall-render.js:750` |
|
|
1039
1042
|
| `c5fd76a9e03d` | certain | Won {…} | `modules/hall-ui/public/builders.js:487` |
|
|
@@ -1055,7 +1058,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1055
1058
|
| `da274462bb30` | certain | You have no open asks. | `modules/hall-ui/public/collab.html:75` |
|
|
1056
1059
|
| `6b759151f722` | certain | You have reached the end. The button below is now active. | `modules/hall-ui/public/primer.js:310` |
|
|
1057
1060
|
| `6d5a4ca58dd6` | certain | You haven’t joined any goals yet. | `modules/hall-ui/public/goals.js:83` |
|
|
1058
|
-
| `8e527ab12334` | certain | You {…}. One vote per member. | `modules/hall-ui/public/government.js:
|
|
1061
|
+
| `8e527ab12334` | certain | You {…}. One vote per member. | `modules/hall-ui/public/government.js:1113` |
|
|
1059
1062
|
| `8e1915b19274` | certain | You're in the {…} server with your rank role. | `modules/hall-ui/public/settings.js:921` |
|
|
1060
1063
|
| `d8c542541c15` | certain | You're not signed in yet. Sign in to manage your connections, your keys, your dev box and the way the hall beh | `modules/hall-ui/public/settings.html:41` |
|
|
1061
1064
|
| `7d26333b5fb0` | certain | Your asks | `modules/hall-ui/public/collab.html:69` |
|
|
@@ -1073,7 +1076,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1073
1076
|
| `20d453b11ae5` | certain | Your name | `modules/hall-ui/public/hall-render.js:284` |
|
|
1074
1077
|
| `6dadadffa36e` | certain | Your name cannot be blank. | `modules/hall-ui/public/settings.js:832` |
|
|
1075
1078
|
| `bd77210a8c90` | certain | Your name must be {…} characters or fewer. | `modules/hall-ui/public/settings.js:837` |
|
|
1076
|
-
| `c0a01a95e97e` | certain | Your own idea. You may vote, but it can’t be decided by your vote alone, and a vote on your own idea earns no | `modules/hall-ui/public/government.js:
|
|
1079
|
+
| `c0a01a95e97e` | certain | Your own idea. You may vote, but it can’t be decided by your vote alone, and a vote on your own idea earns no | `modules/hall-ui/public/government.js:1039` |
|
|
1077
1080
|
| `8fc605026acf` | certain | Your pending join {…}: {…} — awaiting approval. | `modules/hall-ui/public/goal-inbox.js:88` |
|
|
1078
1081
|
| `e91418db3962` | certain | Your preferences, {…}. | `modules/hall-ui/public/settings.js:856` |
|
|
1079
1082
|
| `e91418db3962` | certain | Your preferences, {…}. | `modules/hall-ui/public/settings.js:1393` |
|
|
@@ -1094,7 +1097,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1094
1097
|
| `44e6e402db94` | certain | account, then open | `modules/hall-ui/public/hall-render.js:750` |
|
|
1095
1098
|
| `ae43396446ed` | certain | account. | `modules/hall-ui/public/hall-render.js:750` |
|
|
1096
1099
|
| `9612c983451f` | certain | achieved · | `modules/hall-ui/public/roadmap.js:295` |
|
|
1097
|
-
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:
|
|
1100
|
+
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:794` |
|
|
1098
1101
|
| `754babaae931` | certain | and ask in | `modules/hall-ui/public/hall-render.js:748` |
|
|
1099
1102
|
| `181d339c9318` | certain | and build right here in the browser — no remote control needed. Either way, reopening the online terminal late | `modules/hall-ui/public/hall-render.js:750` |
|
|
1100
1103
|
| `bc960f460250` | certain | and install dependencies ( | `modules/hall-ui/public/hall-render.js:791` |
|
|
@@ -1102,7 +1105,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1102
1105
|
| `d86265f99668` | certain | and {…} more waiting{…} | `modules/hall-ui/public/studio.js:156` |
|
|
1103
1106
|
| `520853131591` | certain | artist mode | `modules/hall-ui/public/studio.html:36` |
|
|
1104
1107
|
| `b4033000c537` | certain | as a table | `modules/hall-ui/public/profile-charts.js:202` |
|
|
1105
|
-
| `d7c511423bc0` | certain | as configuration: {…} | `modules/hall-ui/public/government.js:
|
|
1108
|
+
| `d7c511423bc0` | certain | as configuration: {…} | `modules/hall-ui/public/government.js:780` |
|
|
1106
1109
|
| `a756e47632cd` | certain | at {…} — {…}. The timer above is the fallback that is actually in force. | `modules/hall-ui/public/project-settings.js:103` |
|
|
1107
1110
|
| `63bd14f73960` | certain | author trusted | `modules/hall-ui/public/gate.js:141` |
|
|
1108
1111
|
| `93438b9ffa98` | certain | below or type | `modules/hall-ui/public/box-panel.js:226` |
|
|
@@ -1162,7 +1165,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1162
1165
|
| `2ce7738b1eb0` | certain | loading goals… | `modules/hall-ui/public/task-detail.js:394` |
|
|
1163
1166
|
| `754bdec368ed` | certain | lowest credits | `modules/hall-ui/public/hall-widgets.js:136` |
|
|
1164
1167
|
| `cffba8409070` | certain | manage its visibility in Settings → Cross-project record | `modules/hall-ui/public/profile.js:266` |
|
|
1165
|
-
| `5c3fdd34cd02` | certain | means expressible through the real configuration — a rank-based membership plus a pass rule — with no new code | `modules/hall-ui/public/government.js:
|
|
1168
|
+
| `5c3fdd34cd02` | certain | means expressible through the real configuration — a rank-based membership plus a pass rule — with no new code | `modules/hall-ui/public/government.js:794` |
|
|
1166
1169
|
| `0eefd625d954` | certain | merged into | `modules/hall-ui/public/idea.js:210` |
|
|
1167
1170
|
| `70c234985d42` | certain | most recent first | `modules/hall-ui/public/hall-widgets.js:134` |
|
|
1168
1171
|
| `e7213f35cd9a` | certain | move → #{…} {…} | `modules/hall-ui/public/goals-render.js:969` |
|
|
@@ -1182,7 +1185,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1182
1185
|
| `b5567b42fa52` | certain | not yet | `modules/hall-ui/public/not-ready.html:25` |
|
|
1183
1186
|
| `8ca0a499ec86` | certain | nothing recorded yet · {…} | `modules/hall-ui/public/profile-charts.js:220` |
|
|
1184
1187
|
| `e2c643fbf4d6` | certain | npm install | `modules/hall-ui/public/hall-render.js:791` |
|
|
1185
|
-
| `e90b5601ce16` | certain | objected to | `modules/hall-ui/public/government.js:
|
|
1188
|
+
| `e90b5601ce16` | certain | objected to | `modules/hall-ui/public/government.js:901` |
|
|
1186
1189
|
| `351d56b80a6c` | certain | of all in-flight tasks shipped | `modules/hall-ui/public/roadmap.js:305` |
|
|
1187
1190
|
| `09172f45e6da` | certain | of the 90% needed | `modules/hall-ui/public/primer.html:101` |
|
|
1188
1191
|
| `99f88f2af2ee` | certain | of work — a tangent, an investigation, an unprompted suggestion — instead of staying on your claimed task. It | `modules/hall-ui/public/settings.html:260` |
|
|
@@ -1246,7 +1249,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1246
1249
|
| `1651cb1876f5` | certain | who sits on the board | `modules/hall-ui/public/government.html:55` |
|
|
1247
1250
|
| `143f77e2b782` | certain | why these are the same | `modules/hall-ui/public/task-detail.js:477` |
|
|
1248
1251
|
| `ec7c228cb4ce` | certain | why this isn’t worth doing | `modules/hall-ui/public/task-detail.js:528` |
|
|
1249
|
-
| `66d979d0db89` | certain | your vote | `modules/hall-ui/public/government.js:
|
|
1252
|
+
| `66d979d0db89` | certain | your vote | `modules/hall-ui/public/government.js:896` |
|
|
1250
1253
|
| `d2bd1c3ab0f5` | certain | { if (row.key === 'rot_timer' && row.editable) return rowHtml(row, rotBodyHtml(row)); if (row.key === 'work_ca | `modules/hall-ui/public/project-settings.js:152` |
|
|
1251
1254
|
| `50d4a70a2eb2` | certain | {…} Access is invite-based: an Archon approves each new builder. To begin, request access below. | `modules/hall-ui/public/hall-render.js:284` |
|
|
1252
1255
|
| `9aac280c89ec` | certain | {…} Anyone with a GitHub account can join: sign in and you're in, starting at the newcomer rank. | `modules/hall-ui/public/hall-render.js:267` |
|
|
@@ -1274,7 +1277,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1274
1277
|
| `c3d9687e2375` | certain | {…} of {…} shipped | `modules/hall-ui/public/profile.js:488` |
|
|
1275
1278
|
| `f32710d0ef37` | certain | {…} of {…} steps cleared. | `modules/hall-ui/public/hall-render.js:978` |
|
|
1276
1279
|
| `60743fe1e40d` | certain | {…} per page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
1277
|
-
| `154bc518bab4` | certain | {…} proposed | `modules/hall-ui/public/government.js:
|
|
1280
|
+
| `154bc518bab4` | certain | {…} proposed | `modules/hall-ui/public/government.js:698` |
|
|
1278
1281
|
| `275f3565c78b` | certain | {…} reset to its default {…} permissions. | `modules/hall-ui/public/government.js:304` |
|
|
1279
1282
|
| `33afba17ee0f` | certain | {…} seeded | `modules/hall-ui/public/roadmap.js:214` |
|
|
1280
1283
|
| `732b4c935e36` | certain | {…} sessions | `modules/hall-ui/public/task.js:446` |
|
|
@@ -1294,7 +1297,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1294
1297
|
| `0d4016a5531c` | certain | {…} {…}{…} | `modules/hall-ui/public/work.js:223` |
|
|
1295
1298
|
| `b3757ba3bb46` | certain | {…} · Stored encrypted; never shown again after saving. | `modules/hall-ui/public/settings.js:1055` |
|
|
1296
1299
|
| `94445e6ed5e8` | certain | {…} · code | `modules/hall-ui/public/pair.js:53` |
|
|
1297
|
-
| `d73256fbc395` | certain | {…} · who votes, and how it {…} | `modules/hall-ui/public/government.js:
|
|
1300
|
+
| `d73256fbc395` | certain | {…} · who votes, and how it {…} | `modules/hall-ui/public/government.js:1122` |
|
|
1298
1301
|
| `cab2a4296aec` | certain | {…} · {…} · {…}{…} | `modules/hall-ui/public/goal-inbox.js:326` |
|
|
1299
1302
|
| `085f93f3f775` | certain | {…} — see all standings | `modules/hall-ui/public/hall-render.js:80` |
|
|
1300
1303
|
| `f75ee96a7511` | certain | {…} — total payout from shipped work. | `modules/hall-ui/public/profile.js:70` |
|
|
@@ -1302,7 +1305,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1302
1305
|
| `15e545eb3ce2` | certain | {…}, no such task | `modules/hall-ui/public/task.js:691` |
|
|
1303
1306
|
| `c43050b62297` | certain | {…}/100 complete | `modules/hall-ui/public/idea.js:87` |
|
|
1304
1307
|
| `8e8c7da4f7f5` | certain | {…}criteria met · awaiting review | `modules/hall-ui/public/goals-render.js:155` |
|
|
1305
|
-
| `1e275ee0299c` | certain | {…}s only | `modules/hall-ui/public/government.js:
|
|
1308
|
+
| `1e275ee0299c` | certain | {…}s only | `modules/hall-ui/public/government.js:1200` |
|
|
1306
1309
|
| `499916045b19` | certain | {…}{…} asks to join | `modules/hall-ui/public/goal-inbox.js:69` |
|
|
1307
1310
|
| `3d74668f69e5` | certain | {…}{…} · {…} | `modules/hall-ui/public/task.js:546` |
|
|
1308
1311
|
| `9588652a7aff` | certain | · follows your profile setting | `modules/hall-ui/public/settings.js:636` |
|