@bongos/core 1.19.621 → 1.19.623
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 +60 -30
- package/docs/copy-inventory.md +90 -82
- package/docs/copy-registry.json +205 -111
- package/docs/module-api-changelog.md +4 -0
- package/modules/hall-ui/public/board-room.css +83 -0
- package/modules/hall-ui/public/board-room.html +70 -0
- package/modules/hall-ui/public/board-room.js +517 -0
- package/modules/hall-ui/public/board-room.states.json +104 -0
- package/modules/hall-ui/public/government.css +10 -57
- package/modules/hall-ui/public/government.html +10 -12
- package/modules/hall-ui/public/government.js +119 -367
- package/modules/hall-ui/public/palette.js +5 -2
- package/modules/hall-ui/public/shell.js +16 -0
- package/modules/lifecycle/db-tasks.js +24 -4
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/scripts/gds/fitness-checks-vocabulary.js +7 -0
- package/scripts/gds/start.js +29 -11
- package/src/bongos/auth.js +27 -0
- package/src/bongos/serve-internal.js +21 -0
- package/src/module-api.js +1 -1
- package/tests/auth_resolve_failure.mjs +6 -5
- package/tests/cross_discipline_priority_direction.mjs +196 -0
- package/tests/government_board_hash_redirect.mjs +129 -0
- package/tests/government_board_room_copy.mjs +41 -15
- package/tests/government_board_vote_ui.mjs +5 -1
- package/tests/hall_nav.mjs +5 -1
- package/tests/hall_page_gate_map.mjs +11 -0
- package/tests/hall_palette.mjs +9 -3
- package/tests/rank_tier_single_source.mjs +8 -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
|
+
**1742 strings** across 3 surfaces · 1506 distinct pieces of copy · 1742 certain, 0 heuristic · 165 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` |
|
|
13
|
+
| `builders-hall` | `modules/hall-ui/public` | 80 | 1269 |
|
|
14
14
|
| `status-dashboard` | `modules/status-ui/public` | 4 | 100 |
|
|
15
15
|
| `landing` | `modules/public-landing/public` | 5 | 373 |
|
|
16
16
|
|
|
@@ -43,6 +43,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
43
43
|
| `afe83bbbd0d4` | 5x | A non-profit, capture-resistant commons. | modules/public-landing/public/contact.html:71, modules/public-landing/public/index.html:900, modules/public-landing/public/privacy.html:80 |
|
|
44
44
|
| `c661548d5140` | 5x | Next → | modules/public-landing/public/projects.html:1019, modules/public-landing/public/projects.html:1052, modules/public-landing/public/projects.html:1091 |
|
|
45
45
|
| `cbfdd6ac4ec8` | 5x | Open source (AGPL-3.0) | modules/public-landing/public/contact.html:71, modules/public-landing/public/index.html:900, modules/public-landing/public/privacy.html:80 |
|
|
46
|
+
| `0887725744f2` | 5x | Restricted. | modules/hall-ui/public/board-room.js:493, modules/hall-ui/public/gate.js:219, modules/hall-ui/public/government.js:933 |
|
|
46
47
|
| `9a685b01e2c6` | 5x | This page opens at a higher rank. | modules/hall-ui/public/gate.html:37, modules/hall-ui/public/government.html:37, modules/hall-ui/public/harbor.html:37 |
|
|
47
48
|
| `4d8ee7d68974` | 5x | task {…} | modules/hall-ui/public/gate.js:142, modules/hall-ui/public/hall-render.js:605, modules/hall-ui/public/idea.js:207 |
|
|
48
49
|
| `08afb1257b71` | 4x | Back to home | modules/hall-ui/public/drachmae.html:87, modules/hall-ui/public/not-ready.html:38, modules/hall-ui/public/primer.html:90 |
|
|
@@ -51,12 +52,12 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
51
52
|
| `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
53
|
| `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
54
|
| `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: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:936, modules/hall-ui/public/harbor.js:340 |
|
|
60
|
+
| `118026595c16` | 3x | Board Room | modules/hall-ui/public/board-room.html:19, modules/hall-ui/public/board-room.html:19, modules/hall-ui/public/board-room.html:31 |
|
|
60
61
|
| `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
62
|
| `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
63
|
| `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 |
|
|
@@ -75,10 +76,9 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
75
76
|
| `996edffc1966` | 2x | Access requests | modules/hall-ui/public/watch.html:46, modules/hall-ui/public/watch.html:61 |
|
|
76
77
|
| `a072071b893c` | 2x | All time | modules/status-ui/public/index.html:286, modules/status-ui/public/index.html:313 |
|
|
77
78
|
| `490b73a0c6e8` | 2x | Approve your Dev Box app — {{worldName}} | modules/hall-ui/public/pair.html:6, modules/hall-ui/public/pair.html:6 |
|
|
78
|
-
|
|
|
79
|
-
| … | | _123 more in the JSON registry_ | |
|
|
79
|
+
| … | | _125 more in the JSON registry_ | |
|
|
80
80
|
|
|
81
|
-
## `builders-hall` —
|
|
81
|
+
## `builders-hall` — 1269 strings
|
|
82
82
|
|
|
83
83
|
| id | conf | text | where |
|
|
84
84
|
|---|---|---|---|
|
|
@@ -101,11 +101,11 @@ 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/
|
|
104
|
+
| `9c8aba2b2fa4` | certain | , // membership | `modules/hall-ui/public/board-room.js:252` |
|
|
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` |
|
|
108
|
-
| `574acf2f93bb` | certain | , never quietly ratified — so a clock is worth proposing. The recommended sitting is | `modules/hall-ui/public/government.js:
|
|
108
|
+
| `574acf2f93bb` | certain | , never quietly ratified — so a clock is worth proposing. The recommended sitting is | `modules/hall-ui/public/government.js:641` |
|
|
109
109
|
| `741e355954ac` | certain | , not at ship). | `modules/hall-ui/public/diagrams.html:52` |
|
|
110
110
|
| `c7c9b0afc38e` | certain | , then mark it as read on the Home page. | `modules/hall-ui/public/work.html:45` |
|
|
111
111
|
| `24174ce79df3` | certain | 1 · Task lifecycle | `modules/hall-ui/public/diagrams.html:49` |
|
|
@@ -152,7 +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:
|
|
155
|
+
| `da5368d10f85` | certain | Amendment {…} passed{…}, and the constitution below is not the one it decided: | `modules/hall-ui/public/government.js:669` |
|
|
156
156
|
| `69f0ca4a4d84` | certain | Analytics scope | `modules/hall-ui/public/hall-render.js:1114` |
|
|
157
157
|
| `14bdceaac078` | certain | Answer the five questions and this spark becomes a Full Idea. | `modules/hall-ui/public/ideas.js:586` |
|
|
158
158
|
| `52ed0e2e3470` | certain | Any rank | `modules/hall-ui/public/task-lib.js:62` |
|
|
@@ -167,15 +167,15 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
167
167
|
| `4160b56d14af` | certain | Archive goal | `modules/hall-ui/public/goals-render.js:927` |
|
|
168
168
|
| `4160b56d14af` | certain | Archive goal | `modules/hall-ui/public/goals-render.js:1009` |
|
|
169
169
|
| `206acb4467a2` | certain | Archive this goal? | `modules/hall-ui/public/goals-render.js:999` |
|
|
170
|
-
| `5fcfdf8975cf` | certain | As configuration: | `modules/hall-ui/public/government.js:
|
|
170
|
+
| `5fcfdf8975cf` | certain | As configuration: | `modules/hall-ui/public/government.js:886` |
|
|
171
171
|
| `01a0f29ff406` | certain | As first filed | `modules/hall-ui/public/idea.js:252` |
|
|
172
172
|
| `688cc6dd38ee` | certain | Asked of you | `modules/hall-ui/public/collab.html:37` |
|
|
173
173
|
| `b2656d0b2402` | certain | Asked {…} | `modules/hall-ui/public/collab.js:41` |
|
|
174
174
|
| `b2656d0b2402` | certain | Asked {…} | `modules/hall-ui/public/watch.js:464` |
|
|
175
|
-
| `8c8ec2597036` | certain | Assigned {…} to builder {…}. | `modules/hall-ui/public/government.js:
|
|
175
|
+
| `8c8ec2597036` | certain | Assigned {…} to builder {…}. | `modules/hall-ui/public/government.js:472` |
|
|
176
176
|
| `46714066f2da` | certain | Audit log | `modules/hall-ui/public/watch.html:148` |
|
|
177
177
|
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/gate.js:222` |
|
|
178
|
-
| `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:936` |
|
|
179
179
|
| `1de02052abf2` | certain | Available from the {…} rank up. | `modules/hall-ui/public/harbor.js:340` |
|
|
180
180
|
| `bdbe9ff6a177` | certain | Awaiting the grader, or a confirmation, before it can ship. | `modules/hall-ui/public/task.js:607` |
|
|
181
181
|
| `ecfbb10d4ca9` | certain | Awaiting the owner/manager's approval | `modules/hall-ui/public/goals-render.js:934` |
|
|
@@ -189,11 +189,15 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
189
189
|
| `f6bb75b08e98` | certain | Back to {…} | `modules/hall-ui/public/task.js:197` |
|
|
190
190
|
| `e49da8610a21` | certain | Block lifted. | `modules/hall-ui/public/harbor.js:182` |
|
|
191
191
|
| `f0576990e9fc` | certain | Blocker resolution | `modules/hall-ui/public/ideas.html:81` |
|
|
192
|
-
| `118026595c16` | certain | Board Room | `modules/hall-ui/public/
|
|
192
|
+
| `118026595c16` | certain | Board Room | `modules/hall-ui/public/board-room.html:19` |
|
|
193
|
+
| `118026595c16` | certain | Board Room | `modules/hall-ui/public/board-room.html:19` |
|
|
194
|
+
| `118026595c16` | certain | Board Room | `modules/hall-ui/public/board-room.html:31` |
|
|
195
|
+
| `2b8ad43383de` | certain | Board Room — {{worldName}} | `modules/hall-ui/public/board-room.html:6` |
|
|
196
|
+
| `2b8ad43383de` | certain | Board Room — {{worldName}} | `modules/hall-ui/public/board-room.html:6` |
|
|
193
197
|
| `da910fee01d7` | certain | Browse goals → | `modules/hall-ui/public/goals.js:83` |
|
|
194
198
|
| `1596210cea76` | certain | Build from your own machine — clone the repository, run the platform locally, and sign in from the terminal. | `modules/hall-ui/public/hall-render.js:791` |
|
|
195
199
|
| `29bd516ad17e` | certain | Builder directory | `modules/hall-ui/public/people.html:37` |
|
|
196
|
-
| `08bfcc9198ba` | certain | Builder id | `modules/hall-ui/public/government.html:
|
|
200
|
+
| `08bfcc9198ba` | certain | Builder id | `modules/hall-ui/public/government.html:109` |
|
|
197
201
|
| `60b248791dc3` | certain | Builders — {{worldName}} | `modules/hall-ui/public/roster.html:6` |
|
|
198
202
|
| `60b248791dc3` | certain | Builders — {{worldName}} | `modules/hall-ui/public/roster.html:6` |
|
|
199
203
|
| `a78477a24a48` | certain | Builders' Hall | `modules/hall-ui/public/index.html:12` |
|
|
@@ -207,8 +211,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
207
211
|
| `6d6d626fc518` | certain | Bulk release | `modules/hall-ui/public/work.html:133` |
|
|
208
212
|
| `181cfa50b127` | certain | By the numbers | `modules/hall-ui/public/profile.html:60` |
|
|
209
213
|
| `a015a43bfc7f` | certain | CLI access | `modules/hall-ui/public/settings.html:144` |
|
|
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:
|
|
211
|
-
| `bdca1f219e6f` | certain | Cast objection | `modules/hall-ui/public/
|
|
214
|
+
| `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:123` |
|
|
215
|
+
| `bdca1f219e6f` | certain | Cast objection | `modules/hall-ui/public/board-room.js:336` |
|
|
212
216
|
| `a974494e44f3` | certain | Catalog at a glance | `modules/hall-ui/public/modules.html:50` |
|
|
213
217
|
| `c1c7158e0a43` | certain | Category saved. | `modules/hall-ui/public/project-settings.js:214` |
|
|
214
218
|
| `0279db21e29a` | certain | Change in Settings → | `modules/hall-ui/public/hall-render.js:513` |
|
|
@@ -217,7 +221,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
217
221
|
| `52384bdc035c` | certain | Changes save at once. Your new choice plays the next time that event fires. | `modules/hall-ui/public/settings.html:336` |
|
|
218
222
|
| `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` |
|
|
219
223
|
| `4b714191b423` | certain | Changes touching protected build surfaces, held for your approval. | `modules/hall-ui/public/gate.js:243` |
|
|
220
|
-
| `e6982a9ff948` | certain | Charter library | `modules/hall-ui/public/government.js:
|
|
224
|
+
| `e6982a9ff948` | certain | Charter library | `modules/hall-ui/public/government.js:856` |
|
|
221
225
|
| `f8725cf3ba62` | certain | Checking dependency order… | `modules/hall-ui/public/work.js:802` |
|
|
222
226
|
| `7a41b18c0de8` | certain | Checking for conflicts… | `modules/hall-ui/public/work.js:781` |
|
|
223
227
|
| `aa3ba7d28a76` | certain | Checking your key… | `modules/hall-ui/public/settings.js:1118` |
|
|
@@ -280,7 +284,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
280
284
|
| `3837f6d586a3` | certain | Copy the task prompt to your clipboard | `modules/hall-ui/public/work.js:419` |
|
|
281
285
|
| `09d0d1a74ec9` | certain | Copy {…} | `modules/hall-ui/public/box-panel.js:137` |
|
|
282
286
|
| `7bcaeffb742f` | certain | Could not approve: {…} | `modules/hall-ui/public/gate.js:108` |
|
|
283
|
-
| `c922293e668c` | certain | Could not assign: {…} | `modules/hall-ui/public/government.js:
|
|
287
|
+
| `c922293e668c` | certain | Could not assign: {…} | `modules/hall-ui/public/government.js:477` |
|
|
284
288
|
| `94763c4d5a94` | certain | Could not block: {…} | `modules/hall-ui/public/harbor.js:167` |
|
|
285
289
|
| `e1fc7cedf4e7` | certain | Could not change rank: {…} | `modules/hall-ui/public/watch.js:795` |
|
|
286
290
|
| `b9e53fbd90e6` | certain | Could not change standing: {…} | `modules/hall-ui/public/watch.js:821` |
|
|
@@ -291,7 +295,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
291
295
|
| `e3fd1febf63d` | certain | Could not copy to the clipboard. Try again. | `modules/hall-ui/public/work.js:563` |
|
|
292
296
|
| `487e0b39ac8f` | certain | Could not copy — select and copy by hand. | `modules/hall-ui/public/box-panel.js:413` |
|
|
293
297
|
| `04824d351824` | certain | Could not copy — select the text and copy it manually. | `modules/hall-ui/public/copy-on-click.js:110` |
|
|
294
|
-
| `fa309d1d0104` | certain | Could not create rank: {…} | `modules/hall-ui/public/government.js:
|
|
298
|
+
| `fa309d1d0104` | certain | Could not create rank: {…} | `modules/hall-ui/public/government.js:457` |
|
|
295
299
|
| `7054cd87b5ec` | certain | Could not end that session: {…} | `modules/hall-ui/public/settings-sessions.js:85` |
|
|
296
300
|
| `01f0308c66e0` | certain | Could not invite that builder just now. | `modules/hall-ui/public/goals-render.js:1189` |
|
|
297
301
|
| `71da00d47492` | certain | Could not invite: {…} | `modules/hall-ui/public/watch.js:297` |
|
|
@@ -318,8 +322,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
318
322
|
| `6f500726f0ac` | certain | Could not read the report: {…} | `modules/hall-ui/public/watch.js:616` |
|
|
319
323
|
| `8b470cebf53d` | certain | Could not remove your key. Try again. | `modules/hall-ui/public/settings.js:1198` |
|
|
320
324
|
| `4cf6bc8b377b` | certain | Could not remove. Try again. | `modules/hall-ui/public/settings.js:1197` |
|
|
321
|
-
| `7a778d188e87` | certain | Could not remove: {…} | `modules/hall-ui/public/government.js:
|
|
322
|
-
| `bb5a7753e62b` | certain | Could not reset: {…} | `modules/hall-ui/public/government.js:
|
|
325
|
+
| `7a778d188e87` | certain | Could not remove: {…} | `modules/hall-ui/public/government.js:378` |
|
|
326
|
+
| `bb5a7753e62b` | certain | Could not reset: {…} | `modules/hall-ui/public/government.js:310` |
|
|
323
327
|
| `b526ee0b8c48` | certain | Could not save just now. Try again. | `modules/hall-ui/public/builders.js:464` |
|
|
324
328
|
| `41a351aea8d4` | certain | Could not save the volume. Try again. | `modules/hall-ui/public/settings.js:221` |
|
|
325
329
|
| `5305186a4154` | certain | Could not save your choice. Try again. | `modules/hall-ui/public/settings.js:104` |
|
|
@@ -347,18 +351,18 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
347
351
|
| `3db890b074a7` | certain | Could not update visibility just now. | `modules/hall-ui/public/goals-render.js:1219` |
|
|
348
352
|
| `112d12b24879` | certain | Could not verify your access. Go back and try again. | `modules/hall-ui/public/watch.js:1286` |
|
|
349
353
|
| `6bd74fd20311` | certain | Could not verify your access. Try again. | `modules/hall-ui/public/sessions.js:280` |
|
|
350
|
-
| `278e8281c82f` | certain | Could not vote: {…} | `modules/hall-ui/public/
|
|
354
|
+
| `278e8281c82f` | certain | Could not vote: {…} | `modules/hall-ui/public/board-room.js:364` |
|
|
351
355
|
| `a48e9f098392` | certain | Could not {…} just now. | `modules/hall-ui/public/goals-render.js:1205` |
|
|
352
|
-
| `cb09ee26014f` | certain | Could not {…}: {…} | `modules/hall-ui/public/government.js:
|
|
356
|
+
| `cb09ee26014f` | certain | Could not {…}: {…} | `modules/hall-ui/public/government.js:323` |
|
|
353
357
|
| `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` |
|
|
354
|
-
| `38827a954f3b` | certain | Create a custom rank first. | `modules/hall-ui/public/government.js:
|
|
355
|
-
| `dd8ead7adc9a` | certain | Create rank | `modules/hall-ui/public/government.html:
|
|
358
|
+
| `38827a954f3b` | certain | Create a custom rank first. | `modules/hall-ui/public/government.js:468` |
|
|
359
|
+
| `dd8ead7adc9a` | certain | Create rank | `modules/hall-ui/public/government.html:92` |
|
|
356
360
|
| `d7beb841395e` | certain | Create task | `modules/hall-ui/public/task-detail.js:377` |
|
|
357
361
|
| `533f24219487` | certain | Create your | `modules/hall-ui/public/hall-render.js:750` |
|
|
358
|
-
| `e91a4d2e3e1c` | certain | Created rank {…}. | `modules/hall-ui/public/government.js:
|
|
362
|
+
| `e91a4d2e3e1c` | certain | Created rank {…}. | `modules/hall-ui/public/government.js:451` |
|
|
359
363
|
| `a55e423263f0` | certain | Cross-project record | `modules/hall-ui/public/profile.html:94` |
|
|
360
364
|
| `a55e423263f0` | certain | Cross-project record | `modules/hall-ui/public/settings.html:95` |
|
|
361
|
-
| `24013a074724` | certain | Custom rank | `modules/hall-ui/public/government.html:
|
|
365
|
+
| `24013a074724` | certain | Custom rank | `modules/hall-ui/public/government.html:113` |
|
|
362
366
|
| `6744aed3d15e` | certain | Dated exploit-detail engagement reports — kept out of the repo (threat-model §6.3) and served only to Archons. | `modules/hall-ui/public/watch.html:138` |
|
|
363
367
|
| `7c6891813679` | certain | Default ({…}) | `modules/hall-ui/public/settings.js:65` |
|
|
364
368
|
| `8cac6be8afdf` | certain | Dev box app | `modules/hall-ui/public/settings.html:216` |
|
|
@@ -403,11 +407,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
403
407
|
| `44f928d13699` | certain | Event sounds | `modules/hall-ui/public/settings.html:328` |
|
|
404
408
|
| `8690c6424585` | certain | Every builder in {{worldName}} — rank, {{currency}}, karma, and active claims. | `modules/hall-ui/public/watch.html:69` |
|
|
405
409
|
| `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` |
|
|
406
|
-
| `a97b064db76f` | certain | Every closed amendment sitting, ratified and returned alike, with the rule it was decided under. | `modules/hall-ui/public/government.js:
|
|
410
|
+
| `a97b064db76f` | certain | Every closed amendment sitting, ratified and returned alike, with the rule it was decided under. | `modules/hall-ui/public/government.js:896` |
|
|
407
411
|
| `2ae1eb35611e` | certain | Every done-when criterion for this goal, with its full detail. | `modules/hall-ui/public/goals.html:210` |
|
|
408
412
|
| `8825f1d90dd1` | certain | Every idea this builder captured — promoted, discarded, merged, or still open. | `modules/hall-ui/public/profile.html:153` |
|
|
409
413
|
| `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:
|
|
414
|
+
| `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:669` |
|
|
411
415
|
| `efafe5ce29ed` | certain | Every task linked to this criterion has shipped — a Metic can confirm it | `modules/hall-ui/public/goals-render.js:699` |
|
|
412
416
|
| `ddebbccd4b37` | certain | Everyone building across hosted projects, ranked by track record. Descriptive only — cross-project numbers nev | `modules/hall-ui/public/people.html:29` |
|
|
413
417
|
| `4750e12477e7` | certain | Everyone is already a member | `modules/hall-ui/public/goals-render.js:1152` |
|
|
@@ -466,7 +470,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
466
470
|
| `cab3de254155` | certain | Government — {{worldName}} | `modules/hall-ui/public/government.html:6` |
|
|
467
471
|
| `24d58d284952` | certain | Grades across all recent shipped work — a rolling aggregate. | `modules/hall-ui/public/watch.html:83` |
|
|
468
472
|
| `721fe281f993` | certain | Granted by | `modules/hall-ui/public/hall-widgets.js:162` |
|
|
469
|
-
| `fa087609bd2e` | certain | Hand a custom rank to a builder. The four ladder ranks are assigned by rank itself and cannot be granted here. | `modules/hall-ui/public/government.html:
|
|
473
|
+
| `fa087609bd2e` | certain | Hand a custom rank to a builder. The four ladder ranks are assigned by rank itself and cannot be granted here. | `modules/hall-ui/public/government.html:106` |
|
|
470
474
|
| `53eb8a07e0f8` | certain | Harbor — {{worldName}} | `modules/hall-ui/public/harbor.html:6` |
|
|
471
475
|
| `53eb8a07e0f8` | certain | Harbor — {{worldName}} | `modules/hall-ui/public/harbor.html:6` |
|
|
472
476
|
| `7cdddb5e2332` | certain | Held changes summary | `modules/hall-ui/public/gate.html:44` |
|
|
@@ -475,7 +479,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
475
479
|
| `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` |
|
|
476
480
|
| `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` |
|
|
477
481
|
| `0bab9286ea38` | certain | How each builder's shipped work has been graded over the past thirty days. | `modules/hall-ui/public/watch.html:76` |
|
|
478
|
-
| `fb7489e8b67c` | certain | How it has changed | `modules/hall-ui/public/government.js:
|
|
482
|
+
| `fb7489e8b67c` | certain | How it has changed | `modules/hall-ui/public/government.js:896` |
|
|
479
483
|
| `ec3f26ff8137` | certain | How planning sessions feed each version's task pool and how a version closes. | `modules/hall-ui/public/diagrams.html:84` |
|
|
480
484
|
| `0bae5deb899d` | certain | How readily Claude opens a | `modules/hall-ui/public/settings.html:259` |
|
|
481
485
|
| `868cf6930d64` | certain | How task estimates compare with the time work actually took. | `modules/hall-ui/public/watch.html:156` |
|
|
@@ -483,7 +487,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
483
487
|
| `06cb721a03e1` | certain | How the system works — {{worldName}} | `modules/hall-ui/public/diagrams.html:6` |
|
|
484
488
|
| `06cb721a03e1` | certain | How the system works — {{worldName}} | `modules/hall-ui/public/diagrams.html:6` |
|
|
485
489
|
| `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` |
|
|
486
|
-
| `b536897de6a3` | certain | How this project is governed. | `modules/hall-ui/public/government.js:
|
|
490
|
+
| `b536897de6a3` | certain | How this project is governed. | `modules/hall-ui/public/government.js:974` |
|
|
487
491
|
| `2d156231e9fe` | certain | How you advance | `modules/hall-ui/public/ranks.html:55` |
|
|
488
492
|
| `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` |
|
|
489
493
|
| `4c247368c384` | certain | How you got here, what you'd build | `modules/hall-ui/public/hall-render.js:284` |
|
|
@@ -512,7 +516,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
512
516
|
| `b9cb720ad5d1` | certain | Invited? Sign in | `modules/hall-ui/public/hall-render.js:276` |
|
|
513
517
|
| `0e48bb2c8c94` | certain | Island index | `modules/hall-ui/public/atlas.html:76` |
|
|
514
518
|
| `2170b74c6526` | certain | Isometric map of the repository | `modules/hall-ui/public/atlas.html:54` |
|
|
515
|
-
| `bd8d04eb265c` | certain | It cleared the completeness grade at {…}/100. | `modules/hall-ui/public/
|
|
519
|
+
| `bd8d04eb265c` | certain | It cleared the completeness grade at {…}/100. | `modules/hall-ui/public/board-room.js:306` |
|
|
516
520
|
| `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` |
|
|
517
521
|
| `79791be35018` | certain | It opens this hall in your browser — click one | `modules/hall-ui/public/hall-render.js:750` |
|
|
518
522
|
| `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` |
|
|
@@ -521,9 +525,9 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
521
525
|
| `9f9424a5100b` | certain | Join our Discord | `modules/hall-ui/public/hall-render.js:748` |
|
|
522
526
|
| `7ee76a958445` | certain | Join requests | `modules/hall-ui/public/goals-render.js:1289` |
|
|
523
527
|
| `b7ab5922126b` | certain | Join-requests to approve | `modules/hall-ui/public/goal-inbox.js:117` |
|
|
524
|
-
| `d305f0df6f25` | certain | Jump to | `modules/hall-ui/public/palette.js:
|
|
525
|
-
| `2bfc5a50ce88` | certain | Jump to a page or record | `modules/hall-ui/public/shell.js:
|
|
526
|
-
| `eba610d25523` | certain | Jump to… | `modules/hall-ui/public/shell.js:
|
|
528
|
+
| `d305f0df6f25` | certain | Jump to | `modules/hall-ui/public/palette.js:226` |
|
|
529
|
+
| `2bfc5a50ce88` | certain | Jump to a page or record | `modules/hall-ui/public/shell.js:396` |
|
|
530
|
+
| `eba610d25523` | certain | Jump to… | `modules/hall-ui/public/shell.js:398` |
|
|
527
531
|
| `bc779353aa0c` | certain | Karma — peer recognition and approvals, a separate counter from {…}. | `modules/hall-ui/public/profile.js:70` |
|
|
528
532
|
| `de0e1590667f` | certain | Keep all {…} {…} — they are the values the code drops in, and the change cannot land without them. | `modules/hall-ui/public/copy-desk.js:442` |
|
|
529
533
|
| `32d25ef2182d` | certain | Keep box | `modules/hall-ui/public/box-panel.js:164` |
|
|
@@ -551,6 +555,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
551
555
|
| `93ceeaa4e226` | certain | Loading idea | `modules/hall-ui/public/idea.html:32` |
|
|
552
556
|
| `2b5826012538` | certain | Loading profile… | `modules/hall-ui/public/profile.html:34` |
|
|
553
557
|
| `554b156a08d6` | certain | Loading sessions… | `modules/hall-ui/public/sessions.html:32` |
|
|
558
|
+
| `a0c18cece568` | certain | Loading sittings… | `modules/hall-ui/public/board-room.js:511` |
|
|
554
559
|
| `7ca55f9ba183` | certain | Loading task | `modules/hall-ui/public/task.html:35` |
|
|
555
560
|
| `20d8552e13db` | certain | Loading tasks… | `modules/hall-ui/public/work.html:32` |
|
|
556
561
|
| `217f64ef8667` | certain | Loading the catalog… | `modules/hall-ui/public/modules.html:59` |
|
|
@@ -571,7 +576,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
571
576
|
| `c27711f9eb4d` | certain | Locked until you reach the end of the article above. | `modules/hall-ui/public/primer.html:103` |
|
|
572
577
|
| `4017ee030bc2` | certain | Lookback window | `modules/hall-ui/public/profile-charts.js:431` |
|
|
573
578
|
| `a93ca2841b96` | certain | Mac (Intel) | `modules/hall-ui/public/hall-render.js:750` |
|
|
574
|
-
| `06b4ede3fb58` | certain | Machine principals | `modules/hall-ui/public/government.html:
|
|
579
|
+
| `06b4ede3fb58` | certain | Machine principals | `modules/hall-ui/public/government.html:122` |
|
|
575
580
|
| `6b3d660e0e31` | certain | Map view | `modules/hall-ui/public/atlas.html:46` |
|
|
576
581
|
| `df335a1224ae` | certain | Member since {…} | `modules/hall-ui/public/hall-render.js:499` |
|
|
577
582
|
| `df335a1224ae` | certain | Member since {…} | `modules/hall-ui/public/profile.js:70` |
|
|
@@ -595,7 +600,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
595
600
|
| `7def635421ea` | certain | Needs your attention | `modules/hall-ui/public/goal-inbox.js:385` |
|
|
596
601
|
| `87f09d983f6c` | certain | New category label | `modules/hall-ui/public/project-settings.js:138` |
|
|
597
602
|
| `d427d9dab01c` | certain | New claims are paused: {…} confirmed {…} can't land yet, so {…} reward is pending. Rebase and re-ship, or rele | `modules/hall-ui/public/hall-render.js:610` |
|
|
598
|
-
| `7fcc2583c372` | certain | New custom rank | `modules/hall-ui/public/government.html:
|
|
603
|
+
| `7fcc2583c372` | certain | New custom rank | `modules/hall-ui/public/government.html:79` |
|
|
599
604
|
| `9e06c14d155a` | certain | New here — request access | `modules/hall-ui/public/hall-render.js:284` |
|
|
600
605
|
| `ccf08aecab86` | certain | New here — sign in to join | `modules/hall-ui/public/hall-render.js:267` |
|
|
601
606
|
| `de1713edd4aa` | certain | Next page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
@@ -606,7 +611,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
606
611
|
| `c255749ec989` | certain | No achievements earned yet. | `modules/hall-ui/public/profile.js:120` |
|
|
607
612
|
| `83f62fc94271` | certain | No builder account found for this sign-in. | `modules/hall-ui/public/settings.js:1384` |
|
|
608
613
|
| `6d6fd2314248` | certain | No cross-project activity reported yet. | `modules/hall-ui/public/profile.js:299` |
|
|
609
|
-
| `b1ada579483c` | certain | No custom ranks yet | `modules/hall-ui/public/government.js:
|
|
614
|
+
| `b1ada579483c` | certain | No custom ranks yet | `modules/hall-ui/public/government.js:367` |
|
|
610
615
|
| `6e2d2e11f84a` | certain | No description. | `modules/hall-ui/public/idea.js:122` |
|
|
611
616
|
| `881d06b5e79f` | certain | No done-when criteria yet | `modules/hall-ui/public/goals-render.js:149` |
|
|
612
617
|
| `93c00cb1423a` | certain | No goal | `modules/hall-ui/public/work.js:523` |
|
|
@@ -616,7 +621,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
616
621
|
| `abc64639b134` | certain | No goals seeded yet. | `modules/hall-ui/public/roadmap.js:212` |
|
|
617
622
|
| `9b84e98cfc3b` | certain | No introductions right now. You will see one here when a pairing round runs. | `modules/hall-ui/public/collab.html:64` |
|
|
618
623
|
| `3b9823dd4579` | certain | No maintenance declared — nobody is on the hook for this module as the core advances. | `modules/hall-ui/public/modules.js:92` |
|
|
619
|
-
| `64a4281934d1` | certain | No match. Try a page name, or an id like | `modules/hall-ui/public/palette.js:
|
|
624
|
+
| `64a4281934d1` | certain | No match. Try a page name, or an id like | `modules/hall-ui/public/palette.js:182` |
|
|
620
625
|
| `4f89817b92e5` | certain | No onboarding steps recorded yet. | `modules/hall-ui/public/hall-render.js:882` |
|
|
621
626
|
| `421ae031594e` | certain | No open goals in this version | `modules/hall-ui/public/task.js:509` |
|
|
622
627
|
| `2a6d7552e21f` | certain | No other sessions. | `modules/hall-ui/public/settings-sessions.js:64` |
|
|
@@ -667,7 +672,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
667
672
|
| `261d123970e8` | certain | Open goal #{…} | `modules/hall-ui/public/roadmap.js:119` |
|
|
668
673
|
| `5f3e0b179839` | certain | Open in Sessions | `modules/hall-ui/public/task.js:443` |
|
|
669
674
|
| `9f55e4674ebb` | certain | Open in the copy desk | `modules/hall-ui/public/studio.js:104` |
|
|
670
|
-
| `3366b115217b` | certain | Open navigation | `modules/hall-ui/public/shell.js:
|
|
675
|
+
| `3366b115217b` | certain | Open navigation | `modules/hall-ui/public/shell.js:387` |
|
|
671
676
|
| `0f0b1e62148d` | certain | Open online environment | `modules/hall-ui/public/box-panel.js:421` |
|
|
672
677
|
| `855277dff074` | certain | Open task #{…} | `modules/hall-ui/public/goals-render.js:401` |
|
|
673
678
|
| `855277dff074` | certain | Open task #{…} | `modules/hall-ui/public/work.js:1065` |
|
|
@@ -697,8 +702,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
697
702
|
| `b95918d421ae` | certain | People — {{worldName}} | `modules/hall-ui/public/people.html:6` |
|
|
698
703
|
| `b95918d421ae` | certain | People — {{worldName}} | `modules/hall-ui/public/people.html:6` |
|
|
699
704
|
| `4a46b478edaf` | certain | Per page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
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:
|
|
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:
|
|
705
|
+
| `e1e10dc5e357` | certain | Permissions is the Archon administration surface. The Constitution and the Board Room are yours to read. | `modules/hall-ui/public/government.js:950` |
|
|
706
|
+
| `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:76` |
|
|
702
707
|
| `2ec5f77eb6f0` | certain | Preferred disciplines | `modules/hall-ui/public/settings.html:126` |
|
|
703
708
|
| `f03d68e60416` | certain | Preferred work | `modules/hall-ui/public/hall-render.js:562` |
|
|
704
709
|
| `ed8edd684547` | certain | Preferred work: | `modules/hall-ui/public/hall-render.js:513` |
|
|
@@ -735,7 +740,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
735
740
|
| `6824ec470f99` | certain | Ranks — {{worldName}} | `modules/hall-ui/public/ranks.html:6` |
|
|
736
741
|
| `e60039795803` | certain | Re-issue CLI token | `modules/hall-ui/public/settings.html:151` |
|
|
737
742
|
| `101a51902f53` | certain | Re-issue failed: {…} | `modules/hall-ui/public/settings.js:1001` |
|
|
738
|
-
| `fae2f90927bd` | certain | Read an idea, then decide. An objection needs a reason and the section it faults. | `modules/hall-ui/public/
|
|
743
|
+
| `fae2f90927bd` | certain | Read an idea, then decide. An objection needs a reason and the section it faults. | `modules/hall-ui/public/board-room.html:51` |
|
|
739
744
|
| `b03e17693dcd` | certain | Read it as a table | `modules/hall-ui/public/drachmae.js:148` |
|
|
740
745
|
| `b03e17693dcd` | certain | Read it as a table | `modules/hall-ui/public/watch.js:1102` |
|
|
741
746
|
| `b6fcfdd652a7` | certain | Read it here | `modules/hall-ui/public/work.html:45` |
|
|
@@ -764,7 +769,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
764
769
|
| `9c74a2572f4d` | certain | Remote control (recommended) | `modules/hall-ui/public/hall-render.js:750` |
|
|
765
770
|
| `65e3399a8fbf` | certain | Remove filter | `modules/hall-ui/public/hall-kit.js:311` |
|
|
766
771
|
| `dacd113fb3b2` | certain | Remove your image-generation key? Art generation will stop until you add one again. | `modules/hall-ui/public/settings.js:1185` |
|
|
767
|
-
| `20882d6ffdd0` | certain | Removed {…} from builder {…}. | `modules/hall-ui/public/government.js:
|
|
772
|
+
| `20882d6ffdd0` | certain | Removed {…} from builder {…}. | `modules/hall-ui/public/government.js:374` |
|
|
768
773
|
| `b06589044b0b` | certain | Render session cards as widgets (prettier, costs tokens) instead of plain text (cheaper, identical info). | `modules/hall-ui/public/settings.js:507` |
|
|
769
774
|
| `9f4e519ea3e2` | certain | Repo Atlas | `modules/hall-ui/public/atlas.html:18` |
|
|
770
775
|
| `9f4e519ea3e2` | certain | Repo Atlas | `modules/hall-ui/public/atlas.html:18` |
|
|
@@ -782,12 +787,13 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
782
787
|
| `e86e43684bce` | certain | Request sent — the owner or a manager will review it. | `modules/hall-ui/public/goals-render.js:1241` |
|
|
783
788
|
| `280f20e7ddf5` | certain | Request withdrawn. | `modules/hall-ui/public/goals-render.js:1257` |
|
|
784
789
|
| `61f862ffb9eb` | certain | Requests addressed to your craft, or to you by name. Answering is optional and declining costs nothing — nobod | `modules/hall-ui/public/collab.html:38` |
|
|
785
|
-
| `a030881168b5` | certain | Reset to default | `modules/hall-ui/public/government.js:
|
|
790
|
+
| `a030881168b5` | certain | Reset to default | `modules/hall-ui/public/government.js:276` |
|
|
786
791
|
| `fd89b5be9d3b` | certain | Reset zoom to fit | `modules/hall-ui/public/diagram-viewer.js:97` |
|
|
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:
|
|
792
|
+
| `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:302` |
|
|
788
793
|
| `3ef9382d4726` | certain | Resolved — the copy was changed | `modules/hall-ui/public/copy-desk.html:122` |
|
|
794
|
+
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/board-room.js:493` |
|
|
789
795
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/gate.js:219` |
|
|
790
|
-
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/government.js:
|
|
796
|
+
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/government.js:933` |
|
|
791
797
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/harbor.js:337` |
|
|
792
798
|
| `0887725744f2` | certain | Restricted. | `modules/hall-ui/public/watch.js:1241` |
|
|
793
799
|
| `b33dde402434` | certain | Retire this goal — you will be asked what happens to any unfinished work | `modules/hall-ui/public/goals-render.js:927` |
|
|
@@ -820,7 +826,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
820
826
|
| `582bdd9435eb` | certain | Select task {…} for bulk actions | `modules/hall-ui/public/work.js:405` |
|
|
821
827
|
| `d91c8e9be76c` | certain | Select task {…} for bulk claim | `modules/hall-ui/public/goals-render.js:339` |
|
|
822
828
|
| `7e1d54119e08` | certain | Select task {…} for bulk release | `modules/hall-ui/public/work.js:216` |
|
|
823
|
-
| `ae43a132699b` | certain | Selectable today | `modules/hall-ui/public/government.js:
|
|
829
|
+
| `ae43a132699b` | certain | Selectable today | `modules/hall-ui/public/government.js:856` |
|
|
824
830
|
| `d14e8e9acaff` | certain | Session ended. | `modules/hall-ui/public/settings-sessions.js:81` |
|
|
825
831
|
| `55e0a34bafed` | certain | Session log{…} | `modules/hall-ui/public/task.js:447` |
|
|
826
832
|
| `cccb362bd6da` | certain | Sessions — {{worldName}} | `modules/hall-ui/public/sessions.html:6` |
|
|
@@ -849,12 +855,12 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
849
855
|
| `e57ec24e13ef` | certain | Sign in with GitHub | `modules/hall-ui/public/hall-render.js:265` |
|
|
850
856
|
| `e57ec24e13ef` | certain | Sign in with GitHub | `modules/hall-ui/public/hall-render.js:336` |
|
|
851
857
|
| `e57ec24e13ef` | certain | Sign in with GitHub | `modules/hall-ui/public/hall-render.js:405` |
|
|
852
|
-
| `e57ec24e13ef` | certain | Sign in with GitHub | `modules/hall-ui/public/shell.js:
|
|
853
|
-
| `1883ad7f07fc` | certain | Sign out | `modules/hall-ui/public/shell.js:
|
|
854
|
-
| `1883ad7f07fc` | certain | Sign out | `modules/hall-ui/public/shell.js:
|
|
858
|
+
| `e57ec24e13ef` | certain | Sign in with GitHub | `modules/hall-ui/public/shell.js:357` |
|
|
859
|
+
| `1883ad7f07fc` | certain | Sign out | `modules/hall-ui/public/shell.js:375` |
|
|
860
|
+
| `1883ad7f07fc` | certain | Sign out | `modules/hall-ui/public/shell.js:532` |
|
|
855
861
|
| `8ad669ab2565` | certain | Sign out everywhere | `modules/hall-ui/public/settings.html:171` |
|
|
856
862
|
| `ecc12c1dd4de` | certain | Skill voices | `modules/hall-ui/public/settings.html:291` |
|
|
857
|
-
| `87cee78ca134` | certain | Skip to content | `modules/hall-ui/public/shell.js:
|
|
863
|
+
| `87cee78ca134` | certain | Skip to content | `modules/hall-ui/public/shell.js:523` |
|
|
858
864
|
| `688ca7b6e30f` | certain | Slop — reads as machine-written | `modules/hall-ui/public/copy-desk.html:90` |
|
|
859
865
|
| `82df09a08476` | certain | So the Archon knows who you are | `modules/hall-ui/public/hall-render.js:284` |
|
|
860
866
|
| `7da6a848cd26` | certain | Someone helped | `modules/hall-ui/public/collab.js:113` |
|
|
@@ -874,7 +880,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
874
880
|
| `5831de503015` | certain | Studio — {{worldName}} | `modules/hall-ui/public/studio.html:10` |
|
|
875
881
|
| `5831de503015` | certain | Studio — {{worldName}} | `modules/hall-ui/public/studio.html:10` |
|
|
876
882
|
| `f79e1fb8ebd4` | certain | Suggested as you type; leave it on "no goal" and it waits for triage. | `modules/hall-ui/public/ideas.html:91` |
|
|
877
|
-
| `1e40f33483eb` | certain | Switch theme | `modules/hall-ui/public/shell.js:
|
|
883
|
+
| `1e40f33483eb` | certain | Switch theme | `modules/hall-ui/public/shell.js:402` |
|
|
878
884
|
| `93fa2e97dd35` | certain | System default for this skill | `modules/hall-ui/public/settings.js:74` |
|
|
879
885
|
| `4894b1d9b0de` | certain | System oversight: people, operations and security. | `modules/hall-ui/public/watch.js:1300` |
|
|
880
886
|
| `dfc967a63d57` | certain | Task lifecycle from backlog to shipped, showing states and transitions and the edge where credits are awarded. | `modules/hall-ui/public/diagrams.html:51` |
|
|
@@ -892,22 +898,23 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
892
898
|
| `2fc66e722e33` | certain | Tasks open once you have read the builder primer. | `modules/hall-ui/public/work.html:43` |
|
|
893
899
|
| `44579eef0c8d` | certain | Tasks — {{worldName}} | `modules/hall-ui/public/work.html:6` |
|
|
894
900
|
| `44579eef0c8d` | certain | Tasks — {{worldName}} | `modules/hall-ui/public/work.html:6` |
|
|
895
|
-
| `2f4f047dc1b4` | certain | Text size | `modules/hall-ui/public/shell.js:
|
|
901
|
+
| `2f4f047dc1b4` | certain | Text size | `modules/hall-ui/public/shell.js:401` |
|
|
896
902
|
| `545c59c1deb7` | certain | That is the session you are using right now. Ending it signs you out of this page. | `modules/hall-ui/public/settings-sessions.js:74` |
|
|
897
903
|
| `282c3fa2d456` | certain | That is the wording it already has. Change something, or file a flag instead if you only want to mark it. | `modules/hall-ui/public/copy-desk.js:438` |
|
|
898
904
|
| `c0e28f30524d` | certain | That project's own standing, as reported by that project. | `modules/hall-ui/public/profile.js:290` |
|
|
899
905
|
| `e99d4a811e92` | certain | That request is no longer available. | `modules/hall-ui/public/profile-connections.js:270` |
|
|
900
906
|
| `50198c465225` | certain | The 16-value rank enum in three bands, which ranks are live, and the permissions each rank holds. | `modules/hall-ui/public/diagrams.html:59` |
|
|
907
|
+
| `c5e6bdd32fe3` | certain | The Board Room is open to the builders this project’s constitution seats on its board. | `modules/hall-ui/public/board-room.js:496` |
|
|
901
908
|
| `1569b8838862` | certain | The Dev Box app now acts as | `modules/hall-ui/public/pair.js:40` |
|
|
902
909
|
| `6e93ef49d63f` | certain | The adversarial panel. Each worker reports pass, concerns or fail on its own; the gating workers must all pass | `modules/hall-ui/public/task.js:391` |
|
|
903
910
|
| `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` |
|
|
904
911
|
| `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` |
|
|
905
912
|
| `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:
|
|
913
|
+
| `f38140e472df` | certain | The board ratified a change that is not in force. | `modules/hall-ui/public/government.js:669` |
|
|
907
914
|
| `716a303927d6` | certain | The box you turn on has a | `modules/hall-ui/public/box-panel.js:339` |
|
|
908
915
|
| `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` |
|
|
909
916
|
| `2dc061096c48` | certain | The copy desk — every flagged string | `modules/hall-ui/public/studio.html:57` |
|
|
910
|
-
| `bac12faf3328` | certain | The developmental ladder: {…}. Formality is adopted only where informal coordination breaks. | `modules/hall-ui/public/government.js:
|
|
917
|
+
| `bac12faf3328` | certain | The developmental ladder: {…}. Formality is adopted only where informal coordination breaks. | `modules/hall-ui/public/government.js:863` |
|
|
911
918
|
| `6e2554615883` | certain | The event sounds could not be loaded. Reload the page to try again. | `modules/hall-ui/public/settings.js:393` |
|
|
912
919
|
| `36ed1b04583e` | certain | The full queues | `modules/hall-ui/public/studio.html:56` |
|
|
913
920
|
| `cb7c7879eeba` | certain | The fundamentals | `modules/hall-ui/public/project-settings.html:40` |
|
|
@@ -938,7 +945,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
938
945
|
| `d01d36a596b0` | certain | The session log could not be loaded. Try again. | `modules/hall-ui/public/sessions.js:242` |
|
|
939
946
|
| `d01d36a596b0` | certain | The session log could not be loaded. Try again. | `modules/hall-ui/public/sessions.js:294` |
|
|
940
947
|
| `e48a9b77d91b` | certain | The session log opens from a higher rank. | `modules/hall-ui/public/sessions.html:41` |
|
|
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:
|
|
948
|
+
| `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:856` |
|
|
942
949
|
| `6360a5988f26` | certain | The shape and health of the codebase. | `modules/hall-ui/public/watch.html:112` |
|
|
943
950
|
| `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` |
|
|
944
951
|
| `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` |
|
|
@@ -971,13 +978,14 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
971
978
|
| `23f531302e9e` | certain | This is you — | `modules/hall-ui/public/profile.js:266` |
|
|
972
979
|
| `c4a7e427e82c` | certain | This one | `modules/hall-ui/public/settings.html:227` |
|
|
973
980
|
| `c4a7e427e82c` | certain | This one | `modules/hall-ui/public/settings.html:228` |
|
|
981
|
+
| `e54578188187` | certain | This page is for members of the board. | `modules/hall-ui/public/board-room.html:44` |
|
|
974
982
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/gate.html:37` |
|
|
975
983
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/government.html:37` |
|
|
976
984
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/harbor.html:37` |
|
|
977
985
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/project-settings.html:36` |
|
|
978
986
|
| `9a685b01e2c6` | certain | This page opens at a higher rank. | `modules/hall-ui/public/watch.html:40` |
|
|
979
987
|
| `87f1c2e07790` | certain | This page unlocks as you advance. | `modules/hall-ui/public/not-ready.html:26` |
|
|
980
|
-
| `69e8beced2ff` | certain | This sends the idea back to its author. Say why, and which section. | `modules/hall-ui/public/
|
|
988
|
+
| `69e8beced2ff` | certain | This sends the idea back to its author. Say why, and which section. | `modules/hall-ui/public/board-room.js:336` |
|
|
981
989
|
| `09256febc32d` | certain | This sentence has {…} {…} where a value is dropped in when it is shown. | `modules/hall-ui/public/copy-desk.js:422` |
|
|
982
990
|
| `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` |
|
|
983
991
|
| `7217c4f1769d` | certain | This will {…} | `modules/hall-ui/public/harbor.js:125` |
|
|
@@ -998,7 +1006,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
998
1006
|
| `71c09cda8246` | certain | Voice for {…} | `modules/hall-ui/public/settings.js:76` |
|
|
999
1007
|
| `2940b7828d26` | certain | Volume {…}%. | `modules/hall-ui/public/settings.js:218` |
|
|
1000
1008
|
| `6905f2ee5702` | certain | Vote on this work | `modules/hall-ui/public/builders.js:739` |
|
|
1001
|
-
| `b2937e14ee9b` | certain | Vote yes | `modules/hall-ui/public/
|
|
1009
|
+
| `b2937e14ee9b` | certain | Vote yes | `modules/hall-ui/public/board-room.js:336` |
|
|
1002
1010
|
| `8cc425582984` | certain | Vulnerability reports | `modules/hall-ui/public/watch.html:132` |
|
|
1003
1011
|
| `b1e63e33f739` | certain | Vulnerability reports, engagement reports, override requests, and the audit log. | `modules/hall-ui/public/watch.html:129` |
|
|
1004
1012
|
| `f2e019bfdbe8` | certain | Waiting to be developed | `modules/hall-ui/public/ideas.html:41` |
|
|
@@ -1008,7 +1016,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1008
1016
|
| `c1fcfa9b48c2` | certain | Watch — {{worldName}} | `modules/hall-ui/public/watch.html:6` |
|
|
1009
1017
|
| `0658f0358ffd` | certain | Welcome back, {…}. | `modules/hall-ui/public/hall-render.js:532` |
|
|
1010
1018
|
| `04ef2f1bc4c4` | certain | Welcome, {…}. Claim and release tasks and follow work in progress — no terminal needed. | `modules/hall-ui/public/work.js:1145` |
|
|
1011
|
-
| `d6bae87dc29b` | certain | What builders will see | `modules/hall-ui/public/government.html:
|
|
1019
|
+
| `d6bae87dc29b` | certain | What builders will see | `modules/hall-ui/public/government.html:86` |
|
|
1012
1020
|
| `f3d93a872a38` | certain | What counts | `modules/hall-ui/public/drachmae.js:107` |
|
|
1013
1021
|
| `4a33938611be` | certain | What each builder's dev box has cost — spin-up, compute, and storage. Tracked for oversight; not charged in th | `modules/hall-ui/public/watch.html:95` |
|
|
1014
1022
|
| `21b7bd90ce2a` | certain | What happens to task {…} | `modules/hall-ui/public/goals-render.js:970` |
|
|
@@ -1019,7 +1027,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1019
1027
|
| `9a85f2c19b48` | certain | What should it say? | `modules/hall-ui/public/copy-desk.html:156` |
|
|
1020
1028
|
| `2dd116d2d817` | certain | What the current wording gets wrong, and what yours does about it. | `modules/hall-ui/public/copy-desk.html:166` |
|
|
1021
1029
|
| `5f2b989bbf6a` | certain | What this builder has done, seen one craft at a time. | `modules/hall-ui/public/profile.html:134` |
|
|
1022
|
-
| `32d675a2b022` | certain | What this rank is for (optional) | `modules/hall-ui/public/government.html:
|
|
1030
|
+
| `32d675a2b022` | certain | What this rank is for (optional) | `modules/hall-ui/public/government.html:90` |
|
|
1023
1031
|
| `3dade88f0584` | certain | What your box would cost: | `modules/hall-ui/public/box-panel.js:235` |
|
|
1024
1032
|
| `b8743d16eab8` | certain | What {…} unlocks | `modules/hall-ui/public/hall-render.js:82` |
|
|
1025
1033
|
| `ec1a438eee3f` | certain | Where each comes from and where each goes. {{Currency}} = credits; karma is a separate peer-trust signal, not | `modules/hall-ui/public/diagrams.html:68` |
|
|
@@ -1036,7 +1044,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1036
1044
|
| `5cc53380b1e8` | certain | Why (optional) | `modules/hall-ui/public/goals-render.js:999` |
|
|
1037
1045
|
| `62ab2e60f629` | certain | Why is this better? | `modules/hall-ui/public/copy-desk.html:164` |
|
|
1038
1046
|
| `2b047710fd6d` | certain | Why this goal is being retired (required) | `modules/hall-ui/public/goals-render.js:1009` |
|
|
1039
|
-
| `fbd8a815b808` | certain | Why — the reason the author will act on | `modules/hall-ui/public/
|
|
1047
|
+
| `fbd8a815b808` | certain | Why — the reason the author will act on | `modules/hall-ui/public/board-room.js:336` |
|
|
1040
1048
|
| `a3ac116b499a` | certain | Why? | `modules/hall-ui/public/copy-desk.html:99` |
|
|
1041
1049
|
| `0dcb485477b6` | certain | Windows (ARM) | `modules/hall-ui/public/hall-render.js:750` |
|
|
1042
1050
|
| `c5fd76a9e03d` | certain | Won {…} | `modules/hall-ui/public/builders.js:487` |
|
|
@@ -1058,7 +1066,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1058
1066
|
| `da274462bb30` | certain | You have no open asks. | `modules/hall-ui/public/collab.html:75` |
|
|
1059
1067
|
| `6b759151f722` | certain | You have reached the end. The button below is now active. | `modules/hall-ui/public/primer.js:310` |
|
|
1060
1068
|
| `6d5a4ca58dd6` | certain | You haven’t joined any goals yet. | `modules/hall-ui/public/goals.js:83` |
|
|
1061
|
-
| `8e527ab12334` | certain | You {…}. One vote per member. | `modules/hall-ui/public/
|
|
1069
|
+
| `8e527ab12334` | certain | You {…}. One vote per member. | `modules/hall-ui/public/board-room.js:408` |
|
|
1062
1070
|
| `8e1915b19274` | certain | You're in the {…} server with your rank role. | `modules/hall-ui/public/settings.js:921` |
|
|
1063
1071
|
| `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` |
|
|
1064
1072
|
| `7d26333b5fb0` | certain | Your asks | `modules/hall-ui/public/collab.html:69` |
|
|
@@ -1076,7 +1084,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1076
1084
|
| `20d453b11ae5` | certain | Your name | `modules/hall-ui/public/hall-render.js:284` |
|
|
1077
1085
|
| `6dadadffa36e` | certain | Your name cannot be blank. | `modules/hall-ui/public/settings.js:832` |
|
|
1078
1086
|
| `bd77210a8c90` | certain | Your name must be {…} characters or fewer. | `modules/hall-ui/public/settings.js:837` |
|
|
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/
|
|
1087
|
+
| `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/board-room.js:334` |
|
|
1080
1088
|
| `8fc605026acf` | certain | Your pending join {…}: {…} — awaiting approval. | `modules/hall-ui/public/goal-inbox.js:88` |
|
|
1081
1089
|
| `e91418db3962` | certain | Your preferences, {…}. | `modules/hall-ui/public/settings.js:856` |
|
|
1082
1090
|
| `e91418db3962` | certain | Your preferences, {…}. | `modules/hall-ui/public/settings.js:1393` |
|
|
@@ -1097,7 +1105,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1097
1105
|
| `44e6e402db94` | certain | account, then open | `modules/hall-ui/public/hall-render.js:750` |
|
|
1098
1106
|
| `ae43396446ed` | certain | account. | `modules/hall-ui/public/hall-render.js:750` |
|
|
1099
1107
|
| `9612c983451f` | certain | achieved · | `modules/hall-ui/public/roadmap.js:295` |
|
|
1100
|
-
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:
|
|
1108
|
+
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:856` |
|
|
1101
1109
|
| `754babaae931` | certain | and ask in | `modules/hall-ui/public/hall-render.js:748` |
|
|
1102
1110
|
| `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` |
|
|
1103
1111
|
| `bc960f460250` | certain | and install dependencies ( | `modules/hall-ui/public/hall-render.js:791` |
|
|
@@ -1105,7 +1113,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1105
1113
|
| `d86265f99668` | certain | and {…} more waiting{…} | `modules/hall-ui/public/studio.js:156` |
|
|
1106
1114
|
| `520853131591` | certain | artist mode | `modules/hall-ui/public/studio.html:36` |
|
|
1107
1115
|
| `b4033000c537` | certain | as a table | `modules/hall-ui/public/profile-charts.js:202` |
|
|
1108
|
-
| `d7c511423bc0` | certain | as configuration: {…} | `modules/hall-ui/public/government.js:
|
|
1116
|
+
| `d7c511423bc0` | certain | as configuration: {…} | `modules/hall-ui/public/government.js:842` |
|
|
1109
1117
|
| `a756e47632cd` | certain | at {…} — {…}. The timer above is the fallback that is actually in force. | `modules/hall-ui/public/project-settings.js:103` |
|
|
1110
1118
|
| `63bd14f73960` | certain | author trusted | `modules/hall-ui/public/gate.js:141` |
|
|
1111
1119
|
| `93438b9ffa98` | certain | below or type | `modules/hall-ui/public/box-panel.js:226` |
|
|
@@ -1115,7 +1123,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1115
1123
|
| `c36033fdd528` | certain | built & enforced today | `modules/hall-ui/public/diagrams.html:42` |
|
|
1116
1124
|
| `a87a3c30b1b5` | certain | built here | `modules/hall-ui/public/modules.js:53` |
|
|
1117
1125
|
| `77cb8b998ae6` | certain | button and you're in. No terminal, nothing to paste. | `modules/hall-ui/public/hall-render.js:750` |
|
|
1118
|
-
| `b73a83223bc0` | certain | cannot be read, so | `modules/hall-ui/public/government.js:
|
|
1126
|
+
| `b73a83223bc0` | certain | cannot be read, so | `modules/hall-ui/public/government.js:583` |
|
|
1119
1127
|
| `9203a7283960` | certain | claim next | `modules/hall-ui/public/goals-render.js:159` |
|
|
1120
1128
|
| `3a49b4974af1` | certain | clean ship you are promoted automatically to | `modules/hall-ui/public/ranks.js:83` |
|
|
1121
1129
|
| `508ff7083048` | certain | command says your session expired. | `modules/hall-ui/public/settings.html:147` |
|
|
@@ -1133,7 +1141,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1133
1141
|
| `12a23cc46ace` | certain | ends every session including this one — you will be asked to sign in again. | `modules/hall-ui/public/settings.html:172` |
|
|
1134
1142
|
| `5321f9da0841` | certain | exists in schema, no behavior yet | `modules/hall-ui/public/diagrams.html:44` |
|
|
1135
1143
|
| `df941da50c7c` | certain | fell short | `modules/hall-ui/public/builders.js:572` |
|
|
1136
|
-
| `31735e119a04` | certain | first vote | `modules/hall-ui/public/government.js:
|
|
1144
|
+
| `31735e119a04` | certain | first vote | `modules/hall-ui/public/government.js:606` |
|
|
1137
1145
|
| `9563bd9f4971` | certain | first — your username is all we need. | `modules/hall-ui/public/hall-render.js:284` |
|
|
1138
1146
|
| `2e111f3a4912` | certain | flagged by | `modules/hall-ui/public/copy-desk.js:148` |
|
|
1139
1147
|
| `1874087e6d87` | certain | for Mac or Windows, sign in with your | `modules/hall-ui/public/hall-render.js:750` |
|
|
@@ -1165,7 +1173,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1165
1173
|
| `2ce7738b1eb0` | certain | loading goals… | `modules/hall-ui/public/task-detail.js:394` |
|
|
1166
1174
|
| `754bdec368ed` | certain | lowest credits | `modules/hall-ui/public/hall-widgets.js:136` |
|
|
1167
1175
|
| `cffba8409070` | certain | manage its visibility in Settings → Cross-project record | `modules/hall-ui/public/profile.js:266` |
|
|
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:
|
|
1176
|
+
| `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:856` |
|
|
1169
1177
|
| `0eefd625d954` | certain | merged into | `modules/hall-ui/public/idea.js:210` |
|
|
1170
1178
|
| `70c234985d42` | certain | most recent first | `modules/hall-ui/public/hall-widgets.js:134` |
|
|
1171
1179
|
| `e7213f35cd9a` | certain | move → #{…} {…} | `modules/hall-ui/public/goals-render.js:969` |
|
|
@@ -1173,7 +1181,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1173
1181
|
| `fdfb8b2ce948` | certain | new identity | `modules/hall-ui/public/box-panel.js:160` |
|
|
1174
1182
|
| `fdfb8b2ce948` | certain | new identity | `modules/hall-ui/public/box-panel.js:339` |
|
|
1175
1183
|
| `86f235ddfe01` | certain | new thread | `modules/hall-ui/public/settings.html:260` |
|
|
1176
|
-
| `b9f2e0d43c94` | certain | no clock | `modules/hall-ui/public/government.js:
|
|
1184
|
+
| `b9f2e0d43c94` | certain | no clock | `modules/hall-ui/public/government.js:643` |
|
|
1177
1185
|
| `e02979266baf` | certain | no data | `modules/hall-ui/public/hall-kit.js:727` |
|
|
1178
1186
|
| `33ca71bef112` | certain | no tasks yet | `modules/hall-ui/public/goals-render.js:163` |
|
|
1179
1187
|
| `739a4bd6bd83` | certain | node scripts/setup-builder.js | `modules/hall-ui/public/hall-render.js:817` |
|
|
@@ -1185,7 +1193,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1185
1193
|
| `b5567b42fa52` | certain | not yet | `modules/hall-ui/public/not-ready.html:25` |
|
|
1186
1194
|
| `8ca0a499ec86` | certain | nothing recorded yet · {…} | `modules/hall-ui/public/profile-charts.js:220` |
|
|
1187
1195
|
| `e2c643fbf4d6` | certain | npm install | `modules/hall-ui/public/hall-render.js:791` |
|
|
1188
|
-
| `e90b5601ce16` | certain | objected to | `modules/hall-ui/public/
|
|
1196
|
+
| `e90b5601ce16` | certain | objected to | `modules/hall-ui/public/board-room.js:200` |
|
|
1189
1197
|
| `351d56b80a6c` | certain | of all in-flight tasks shipped | `modules/hall-ui/public/roadmap.js:305` |
|
|
1190
1198
|
| `09172f45e6da` | certain | of the 90% needed | `modules/hall-ui/public/primer.html:101` |
|
|
1191
1199
|
| `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` |
|
|
@@ -1195,14 +1203,14 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1195
1203
|
| `c15a63d53697` | certain | on {…} is asking to sign in as | `modules/hall-ui/public/pair.js:53` |
|
|
1196
1204
|
| `af3a8e0fe6a8` | certain | open your goals | `modules/hall-ui/public/goal-inbox.js:121` |
|
|
1197
1205
|
| `4f279d68175f` | certain | open, on the Security tab | `modules/hall-ui/public/watch.html:47` |
|
|
1198
|
-
| `7b85e6494596` | certain | opens a new tab | `modules/hall-ui/public/palette.js:
|
|
1199
|
-
| `c38db02adb61` | certain | or above | `modules/hall-ui/public/government.js:
|
|
1206
|
+
| `7b85e6494596` | certain | opens a new tab | `modules/hall-ui/public/palette.js:190` |
|
|
1207
|
+
| `c38db02adb61` | certain | or above | `modules/hall-ui/public/government.js:600` |
|
|
1200
1208
|
| `66f7e9c2dde0` | certain | or right-click — plain Ctrl+V will not paste here. Claude takes over the terminal with its own interface once | `modules/hall-ui/public/hall-render.js:750` |
|
|
1201
1209
|
| `884948925fcb` | certain | paste command | `modules/hall-ui/public/settings.js:989` |
|
|
1202
1210
|
| `25d2c940e672` | certain | paste it into your terminal — bypasses Device Flow. | `modules/hall-ui/public/settings.html:152` |
|
|
1203
1211
|
| `2fb1dad96280` | certain | pending, on the People tab | `modules/hall-ui/public/watch.html:46` |
|
|
1204
1212
|
| `3b22c5af029b` | certain | rank or above, or that it is your own. | `modules/hall-ui/public/copy-desk.html:47` |
|
|
1205
|
-
| `80ddf28baee7` | certain | rank-key (kebab-case) | `modules/hall-ui/public/government.html:
|
|
1213
|
+
| `80ddf28baee7` | certain | rank-key (kebab-case) | `modules/hall-ui/public/government.html:82` |
|
|
1206
1214
|
| `f83f0a9d6b6a` | certain | recorded, on the Operations tab | `modules/hall-ui/public/watch.html:49` |
|
|
1207
1215
|
| `26da1df6fd4a` | certain | reflects it. | `modules/hall-ui/public/settings.html:136` |
|
|
1208
1216
|
| `d4bb81532896` | certain | repro steps, context, anything that helps… | `modules/hall-ui/public/ideas.html:87` |
|
|
@@ -1235,7 +1243,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1235
1243
|
| `23488ca48320` | certain | to take a task right here — no terminal needed. Then click | `modules/hall-ui/public/work.html:65` |
|
|
1236
1244
|
| `1b88ce51fd84` | certain | to tend now · {…} | `modules/hall-ui/public/studio.js:87` |
|
|
1237
1245
|
| `1b88ce51fd84` | certain | to tend now · {…} | `modules/hall-ui/public/studio.js:104` |
|
|
1238
|
-
| `edd5e9f56c25` | certain | unanimous agreement | `modules/hall-ui/public/government.js:
|
|
1246
|
+
| `edd5e9f56c25` | certain | unanimous agreement | `modules/hall-ui/public/government.js:623` |
|
|
1239
1247
|
| `f98966dc7cac` | certain | upkeep undeclared | `modules/hall-ui/public/modules.js:92` |
|
|
1240
1248
|
| `4de556377db2` | certain | verdict {…} | `modules/hall-ui/public/task.js:395` |
|
|
1241
1249
|
| `969577b937d6` | certain | versions in flight | `modules/hall-ui/public/roadmap.js:305` |
|
|
@@ -1249,7 +1257,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1249
1257
|
| `1651cb1876f5` | certain | who sits on the board | `modules/hall-ui/public/government.html:55` |
|
|
1250
1258
|
| `143f77e2b782` | certain | why these are the same | `modules/hall-ui/public/task-detail.js:477` |
|
|
1251
1259
|
| `ec7c228cb4ce` | certain | why this isn’t worth doing | `modules/hall-ui/public/task-detail.js:528` |
|
|
1252
|
-
| `66d979d0db89` | certain | your vote | `modules/hall-ui/public/
|
|
1260
|
+
| `66d979d0db89` | certain | your vote | `modules/hall-ui/public/board-room.js:195` |
|
|
1253
1261
|
| `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` |
|
|
1254
1262
|
| `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` |
|
|
1255
1263
|
| `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` |
|
|
@@ -1277,8 +1285,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1277
1285
|
| `c3d9687e2375` | certain | {…} of {…} shipped | `modules/hall-ui/public/profile.js:488` |
|
|
1278
1286
|
| `f32710d0ef37` | certain | {…} of {…} steps cleared. | `modules/hall-ui/public/hall-render.js:978` |
|
|
1279
1287
|
| `60743fe1e40d` | certain | {…} per page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
1280
|
-
| `154bc518bab4` | certain | {…} proposed | `modules/hall-ui/public/government.js:
|
|
1281
|
-
| `275f3565c78b` | certain | {…} reset to its default {…} permissions. | `modules/hall-ui/public/government.js:
|
|
1288
|
+
| `154bc518bab4` | certain | {…} proposed | `modules/hall-ui/public/government.js:760` |
|
|
1289
|
+
| `275f3565c78b` | certain | {…} reset to its default {…} permissions. | `modules/hall-ui/public/government.js:306` |
|
|
1282
1290
|
| `33afba17ee0f` | certain | {…} seeded | `modules/hall-ui/public/roadmap.js:214` |
|
|
1283
1291
|
| `732b4c935e36` | certain | {…} sessions | `modules/hall-ui/public/task.js:446` |
|
|
1284
1292
|
| `3d76dce19c4a` | certain | {…} session{…} across {…} builder{…}. | `modules/hall-ui/public/sessions.js:194` |
|
|
@@ -1297,7 +1305,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1297
1305
|
| `0d4016a5531c` | certain | {…} {…}{…} | `modules/hall-ui/public/work.js:223` |
|
|
1298
1306
|
| `b3757ba3bb46` | certain | {…} · Stored encrypted; never shown again after saving. | `modules/hall-ui/public/settings.js:1055` |
|
|
1299
1307
|
| `94445e6ed5e8` | certain | {…} · code | `modules/hall-ui/public/pair.js:53` |
|
|
1300
|
-
| `d73256fbc395` | certain | {…} · who votes, and how it {…} | `modules/hall-ui/public/
|
|
1308
|
+
| `d73256fbc395` | certain | {…} · who votes, and how it {…} | `modules/hall-ui/public/board-room.js:417` |
|
|
1301
1309
|
| `cab2a4296aec` | certain | {…} · {…} · {…}{…} | `modules/hall-ui/public/goal-inbox.js:326` |
|
|
1302
1310
|
| `085f93f3f775` | certain | {…} — see all standings | `modules/hall-ui/public/hall-render.js:80` |
|
|
1303
1311
|
| `f75ee96a7511` | certain | {…} — total payout from shipped work. | `modules/hall-ui/public/profile.js:70` |
|
|
@@ -1305,7 +1313,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1305
1313
|
| `15e545eb3ce2` | certain | {…}, no such task | `modules/hall-ui/public/task.js:691` |
|
|
1306
1314
|
| `c43050b62297` | certain | {…}/100 complete | `modules/hall-ui/public/idea.js:87` |
|
|
1307
1315
|
| `8e8c7da4f7f5` | certain | {…}criteria met · awaiting review | `modules/hall-ui/public/goals-render.js:155` |
|
|
1308
|
-
| `1e275ee0299c` | certain | {…}s only | `modules/hall-ui/public/government.js:
|
|
1316
|
+
| `1e275ee0299c` | certain | {…}s only | `modules/hall-ui/public/government.js:950` |
|
|
1309
1317
|
| `499916045b19` | certain | {…}{…} asks to join | `modules/hall-ui/public/goal-inbox.js:69` |
|
|
1310
1318
|
| `3d74668f69e5` | certain | {…}{…} · {…} | `modules/hall-ui/public/task.js:546` |
|
|
1311
1319
|
| `9588652a7aff` | certain | · follows your profile setting | `modules/hall-ui/public/settings.js:636` |
|