@bongos/core 1.19.622 → 1.19.624
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 +70 -35
- package/docs/copy-inventory.md +166 -158
- package/docs/copy-registry.json +286 -192
- package/docs/module-api-changelog.md +4 -0
- package/modules/builder-settings/builder-needs.js +41 -4
- package/modules/economy/credits.js +38 -0
- package/modules/economy/reward.js +5 -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/hall-render.js +26 -7
- package/modules/hall-ui/public/palette.js +5 -2
- package/modules/hall-ui/public/shell.js +16 -0
- package/modules/sessions/db.js +65 -0
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/scripts/gds/backfill-session-earnings.js +123 -0
- package/scripts/gds/fitness-checks-vocabulary.js +7 -0
- package/scripts/gds/run-unit-tests.js +7 -0
- 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/builder_needs.mjs +122 -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/tests/session_earnings_mirror_db.mjs +250 -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,20 +43,21 @@ 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
|
-
| `4d8ee7d68974` | 5x | task {…} | modules/hall-ui/public/gate.js:142, modules/hall-ui/public/hall-render.js:
|
|
48
|
+
| `4d8ee7d68974` | 5x | task {…} | modules/hall-ui/public/gate.js:142, modules/hall-ui/public/hall-render.js:613, 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 |
|
|
49
50
|
| `90a128c97eae` | 4x | Builders' hall | modules/public-landing/public/index.html:906, modules/public-landing/public/projects.html:550, modules/public-landing/public/projects.html:550 |
|
|
50
51
|
| `bd315dd71ea7` | 4x | Built by agents, on Cloud Bongos. | modules/public-landing/public/contact.html:71, modules/public-landing/public/index.html:900, modules/public-landing/public/privacy.html:80 |
|
|
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,15 +76,14 @@ 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
|
|---|---|---|---|
|
|
85
85
|
| `d7416daf0a3c` | certain | " once /me answers, and fills the sub-line with what waits. It is the page's one | `modules/hall-ui/public/studio.html:30` |
|
|
86
|
-
| `926d5e9fa29d` | certain | ${…} of ${…} this month ({…}%). {…} | `modules/hall-ui/public/hall-render.js:
|
|
86
|
+
| `926d5e9fa29d` | certain | ${…} of ${…} this month ({…}%). {…} | `modules/hall-ui/public/hall-render.js:645` |
|
|
87
87
|
| `a8813c34d20d` | certain | “Host denied” | `modules/hall-ui/public/box-panel.js:160` |
|
|
88
88
|
| `a8813c34d20d` | certain | “Host denied” | `modules/hall-ui/public/box-panel.js:340` |
|
|
89
89
|
| `b585019e3e1d` | certain | ' lines collapse into one | `modules/hall-ui/public/md-reader.js:189` |
|
|
@@ -94,18 +94,18 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
94
94
|
| `cb327c50b079` | certain | 's dev box (state: {…}). Any uncommitted work on that box is lost. The box is destroyed; the builder can open | `modules/hall-ui/public/harbor.js:125` |
|
|
95
95
|
| `544794f1ec8f` | certain | (later in | `modules/hall-ui/public/index.html:9` |
|
|
96
96
|
| `3ac2eb36ba97` | certain | (no sections) | `modules/hall-ui/public/drachmae.js:260` |
|
|
97
|
-
| `a4614c0b8eb5` | certain | (or use the Claude Code CLI) and open the project. | `modules/hall-ui/public/hall-render.js:
|
|
97
|
+
| `a4614c0b8eb5` | certain | (or use the Claude Code CLI) and open the project. | `modules/hall-ui/public/hall-render.js:810` |
|
|
98
98
|
| `c72946be7ac0` | certain | (spin-up {…} · compute {…} · storage {…}) | `modules/hall-ui/public/box-panel.js:236` |
|
|
99
99
|
| `1eee272d5ff4` | certain | (the droplet) is both the authority and production; | `modules/hall-ui/public/diagrams.html:74` |
|
|
100
100
|
| `c7aecadc8133` | certain | (with {…}) | `modules/hall-ui/public/goals-render.js:569` |
|
|
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` |
|
|
@@ -146,14 +146,14 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
146
146
|
| `62eded408097` | certain | Add {…} | `modules/hall-ui/public/profile-nudge.js:68` |
|
|
147
147
|
| `cc4125ca7cff` | certain | Added to this version after it started building — an Archon override of the scope gate. Open the goal to see w | `modules/hall-ui/public/goals-render.js:184` |
|
|
148
148
|
| `ff67fba11965` | certain | Admitted into {…} mid-build | `modules/hall-ui/public/goals-render.js:873` |
|
|
149
|
-
| `8b736e365191` | certain | All builders | `modules/hall-ui/public/hall-render.js:
|
|
149
|
+
| `8b736e365191` | certain | All builders | `modules/hall-ui/public/hall-render.js:1135` |
|
|
150
150
|
| `b5e03617b319` | certain | All goals | `modules/hall-ui/public/goals.html:53` |
|
|
151
151
|
| `bea7817e57a4` | certain | All surfaces | `modules/hall-ui/public/copy-desk.js:301` |
|
|
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:
|
|
156
|
-
| `69f0ca4a4d84` | certain | Analytics scope | `modules/hall-ui/public/hall-render.js:
|
|
155
|
+
| `da5368d10f85` | certain | Amendment {…} passed{…}, and the constitution below is not the one it decided: | `modules/hall-ui/public/government.js:669` |
|
|
156
|
+
| `69f0ca4a4d84` | certain | Analytics scope | `modules/hall-ui/public/hall-render.js:1133` |
|
|
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` |
|
|
159
159
|
| `c89833aa985a` | certain | Approval failed — try again. | `modules/hall-ui/public/pair.js:92` |
|
|
@@ -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
|
-
| `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:
|
|
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:810` |
|
|
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,37 +211,37 @@ 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
|
-
| `0279db21e29a` | certain | Change in Settings → | `modules/hall-ui/public/hall-render.js:
|
|
218
|
+
| `0279db21e29a` | certain | Change in Settings → | `modules/hall-ui/public/hall-render.js:521` |
|
|
215
219
|
| `f040fb66f250` | certain | Changed files | `modules/hall-ui/public/gate.js:136` |
|
|
216
220
|
| `906c2947dfc1` | certain | Changes save at once and take effect the next time you start a session on this machine. | `modules/hall-ui/public/settings.html:323` |
|
|
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` |
|
|
224
228
|
| `b3d0e2af5176` | certain | Choose a goal first. | `modules/hall-ui/public/task.js:666` |
|
|
225
|
-
| `1c6b0e3ffc0e` | certain | Choose a setup | `modules/hall-ui/public/hall-render.js:
|
|
229
|
+
| `1c6b0e3ffc0e` | certain | Choose a setup | `modules/hall-ui/public/hall-render.js:769` |
|
|
226
230
|
| `6c88cdf417f1` | certain | Choose which sound plays for each build event — one when Claude waits for your input, another when a task ship | `modules/hall-ui/public/settings.html:329` |
|
|
227
231
|
| `c10806b50c61` | certain | Claim task {…} | `modules/hall-ui/public/goals-render.js:345` |
|
|
228
232
|
| `c10806b50c61` | certain | Claim task {…} | `modules/hall-ui/public/work.js:419` |
|
|
229
233
|
| `84664050c372` | certain | Claimed by another builder | `modules/hall-ui/public/goals-render.js:351` |
|
|
230
234
|
| `a832f32b5597` | certain | Claimed {…} tasks. Open a terminal to start work. | `modules/hall-ui/public/goals-page.js:421` |
|
|
231
235
|
| `a832f32b5597` | certain | Claimed {…} tasks. Open a terminal to start work. | `modules/hall-ui/public/work.js:856` |
|
|
232
|
-
| `18a03475e536` | certain | Claude Code | `modules/hall-ui/public/hall-render.js:
|
|
233
|
-
| `b9c64fe023a9` | certain | Claude Desktop app | `modules/hall-ui/public/hall-render.js:
|
|
234
|
-
| `9edebf179aa3` | certain | Claude Online | `modules/hall-ui/public/hall-render.js:
|
|
235
|
-
| `f2c734539bb8` | certain | Claude starts automatically when you open the terminal. | `modules/hall-ui/public/hall-render.js:
|
|
236
|
+
| `18a03475e536` | certain | Claude Code | `modules/hall-ui/public/hall-render.js:836` |
|
|
237
|
+
| `b9c64fe023a9` | certain | Claude Desktop app | `modules/hall-ui/public/hall-render.js:769` |
|
|
238
|
+
| `9edebf179aa3` | certain | Claude Online | `modules/hall-ui/public/hall-render.js:769` |
|
|
239
|
+
| `f2c734539bb8` | certain | Claude starts automatically when you open the terminal. | `modules/hall-ui/public/hall-render.js:769` |
|
|
236
240
|
| `5b3b75ee0596` | certain | Claude's notes on this goal | `modules/hall-ui/public/goals.html:91` |
|
|
237
241
|
| `593dda3178eb` | certain | Click to copy | `modules/hall-ui/public/copy-on-click.js:137` |
|
|
238
242
|
| `87789c3dc97c` | certain | Click to copy {…} | `modules/hall-ui/public/box-panel.js:137` |
|
|
239
|
-
| `e712dd69a5f6` | certain | Clone the project to your machine, or open your hosted dev box (where it is already cloned). The build command | `modules/hall-ui/public/hall-render.js:
|
|
240
|
-
| `f42cb1edcf1e` | certain | Clone the repository | `modules/hall-ui/public/hall-render.js:
|
|
243
|
+
| `e712dd69a5f6` | certain | Clone the project to your machine, or open your hosted dev box (where it is already cloned). The build command | `modules/hall-ui/public/hall-render.js:913` |
|
|
244
|
+
| `f42cb1edcf1e` | certain | Clone the repository | `modules/hall-ui/public/hall-render.js:810` |
|
|
241
245
|
| `512ab32e3bf2` | certain | Close box | `modules/hall-ui/public/box-panel.js:149` |
|
|
242
246
|
| `512ab32e3bf2` | certain | Close box | `modules/hall-ui/public/box-panel.js:163` |
|
|
243
247
|
| `512ab32e3bf2` | certain | Close box | `modules/hall-ui/public/box-panel.js:206` |
|
|
@@ -250,13 +254,13 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
250
254
|
| `cfe0f4c4fcc2` | certain | Closing your box… (a few seconds) | `modules/hall-ui/public/box-panel.js:265` |
|
|
251
255
|
| `cfe0f4c4fcc2` | certain | Closing your box… (a few seconds) | `modules/hall-ui/public/box-panel.js:370` |
|
|
252
256
|
| `e5548861ad79` | certain | Coach the grader | `modules/hall-ui/public/studio.js:87` |
|
|
253
|
-
| `92ca0a0e5924` | certain | Code → Environment → “{…} Dev Box” | `modules/hall-ui/public/hall-render.js:
|
|
257
|
+
| `92ca0a0e5924` | certain | Code → Environment → “{…} Dev Box” | `modules/hall-ui/public/hall-render.js:769` |
|
|
254
258
|
| `530d83153e17` | certain | Codebase detail | `modules/hall-ui/public/atlas.html:55` |
|
|
255
259
|
| `c72c97dc33fe` | certain | Collab — {{worldName}} | `modules/hall-ui/public/collab.html:6` |
|
|
256
260
|
| `c72c97dc33fe` | certain | Collab — {{worldName}} | `modules/hall-ui/public/collab.html:6` |
|
|
257
261
|
| `cfc287c42263` | certain | Complete your profile | `modules/hall-ui/public/profile-nudge.js:62` |
|
|
258
262
|
| `2867c85d196d` | certain | Confirm that verification for #{…} actually passed? | `modules/hall-ui/public/task.js:652` |
|
|
259
|
-
| `9b16a22bf24c` | certain | Connect Discord & join the server | `modules/hall-ui/public/hall-render.js:
|
|
263
|
+
| `9b16a22bf24c` | certain | Connect Discord & join the server | `modules/hall-ui/public/hall-render.js:973` |
|
|
260
264
|
| `9b16a22bf24c` | certain | Connect Discord & join the server | `modules/hall-ui/public/settings.js:927` |
|
|
261
265
|
| `9f8d8e07224f` | certain | Connect your Claude Desktop to your dev box with a one-time pairing code — the guided flow lives on its own pa | `modules/hall-ui/public/settings.html:243` |
|
|
262
266
|
| `c07898571b24` | certain | Connects to | `modules/hall-ui/public/atlas.js:290` |
|
|
@@ -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
|
-
| `533f24219487` | certain | Create your | `modules/hall-ui/public/hall-render.js:
|
|
358
|
-
| `e91a4d2e3e1c` | certain | Created rank {…}. | `modules/hall-ui/public/government.js:
|
|
361
|
+
| `533f24219487` | certain | Create your | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
@@ -375,11 +379,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
375
379
|
| `f3e09453374f` | certain | Dismissed — looked at, leaving it as it is | `modules/hall-ui/public/copy-desk.html:123` |
|
|
376
380
|
| `3e561393f4e9` | certain | Display name | `modules/hall-ui/public/settings.html:74` |
|
|
377
381
|
| `3e561393f4e9` | certain | Display name | `modules/hall-ui/public/settings.html:80` |
|
|
378
|
-
| `5a95583f9bfa` | certain | Download Claude | `modules/hall-ui/public/hall-render.js:
|
|
379
|
-
| `5a95583f9bfa` | certain | Download Claude | `modules/hall-ui/public/hall-render.js:
|
|
382
|
+
| `5a95583f9bfa` | certain | Download Claude | `modules/hall-ui/public/hall-render.js:769` |
|
|
383
|
+
| `5a95583f9bfa` | certain | Download Claude | `modules/hall-ui/public/hall-render.js:810` |
|
|
380
384
|
| `541127601291` | certain | Download for Mac | `modules/hall-ui/public/settings.html:224` |
|
|
381
385
|
| `2ed2fd8376c0` | certain | Download for Windows | `modules/hall-ui/public/settings.html:225` |
|
|
382
|
-
| `c7af57097d94` | certain | Download the Dev Box app: | `modules/hall-ui/public/hall-render.js:
|
|
386
|
+
| `c7af57097d94` | certain | Download the Dev Box app: | `modules/hall-ui/public/hall-render.js:769` |
|
|
383
387
|
| `9cf07334a5a9` | certain | Downvote (−1) | `modules/hall-ui/public/builders.js:739` |
|
|
384
388
|
| `9c728558d6e7` | certain | Drachmae & karma | `modules/hall-ui/public/drachmae.html:22` |
|
|
385
389
|
| `9c728558d6e7` | certain | Drachmae & karma | `modules/hall-ui/public/drachmae.html:22` |
|
|
@@ -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` |
|
|
@@ -422,10 +426,10 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
422
426
|
| `077cf99f49f6` | certain | File this idea | `modules/hall-ui/public/ideas.html:144` |
|
|
423
427
|
| `6430ee350486` | certain | Filed to the inbox. | `modules/hall-ui/public/ideas.js:478` |
|
|
424
428
|
| `1def0e7c716e` | certain | Find something to flag | `modules/hall-ui/public/copy-desk.html:64` |
|
|
425
|
-
| `1109aec05482` | certain | First install | `modules/hall-ui/public/hall-render.js:
|
|
429
|
+
| `1109aec05482` | certain | First install | `modules/hall-ui/public/hall-render.js:836` |
|
|
426
430
|
| `eab4f9da9037` | certain | First open: your computer warns about an unknown developer — expected (we haven't bought the signing certifica | `modules/hall-ui/public/settings.html:231` |
|
|
427
|
-
| `9dd7f2619d1e` | certain | First open: your computer warns about an unknown developer — that's expected (we haven't bought the signing ce | `modules/hall-ui/public/hall-render.js:
|
|
428
|
-
| `a9d31a8e7d74` | certain | First — obtain the repo | `modules/hall-ui/public/hall-render.js:
|
|
431
|
+
| `9dd7f2619d1e` | certain | First open: your computer warns about an unknown developer — that's expected (we haven't bought the signing ce | `modules/hall-ui/public/hall-render.js:769` |
|
|
432
|
+
| `a9d31a8e7d74` | certain | First — obtain the repo | `modules/hall-ui/public/hall-render.js:913` |
|
|
429
433
|
| `86ef86c5c647` | certain | Fit to view | `modules/hall-ui/public/diagram-viewer.js:97` |
|
|
430
434
|
| `86ef86c5c647` | certain | Fit to view | `modules/hall-ui/public/diagram-viewer.js:100` |
|
|
431
435
|
| `78107a76a755` | certain | Five diagrams that show, at a glance, how work flows through {{worldName}}'s development system. | `modules/hall-ui/public/diagrams.html:33` |
|
|
@@ -435,11 +439,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
435
439
|
| `82149b1deacd` | certain | Flag this… | `modules/hall-ui/public/copy-desk.js:164` |
|
|
436
440
|
| `448d00771dc8` | certain | Flagged. It is in the queue. | `modules/hall-ui/public/copy-desk.js:391` |
|
|
437
441
|
| `6149e9ca69f7` | certain | Fleet summary | `modules/hall-ui/public/harbor.html:44` |
|
|
438
|
-
| `617f13fa3fdb` | certain | Flip the switch. | `modules/hall-ui/public/hall-render.js:
|
|
442
|
+
| `617f13fa3fdb` | certain | Flip the switch. | `modules/hall-ui/public/hall-render.js:769` |
|
|
439
443
|
| `42cee5cb3584` | certain | Fold this idea into # | `modules/hall-ui/public/task-detail.js:473` |
|
|
440
444
|
| `647bcfcfdb03` | certain | Fresh CLI token issued. Paste it in your terminal: | `modules/hall-ui/public/settings.js:988` |
|
|
441
445
|
| `55c71d76a94c` | certain | From creation to production — and the exact step where {{currency}} are awarded (at | `modules/hall-ui/public/diagrams.html:52` |
|
|
442
|
-
| `d32c5e058d1e` | certain | From the system | `modules/hall-ui/public/hall-render.js:
|
|
446
|
+
| `d32c5e058d1e` | certain | From the system | `modules/hall-ui/public/hall-render.js:648` |
|
|
443
447
|
| `fc6fdfa639a7` | certain | Full log | `modules/hall-ui/public/task.js:443` |
|
|
444
448
|
| `ecae3916bf01` | certain | Gate — {{worldName}} | `modules/hall-ui/public/gate.html:6` |
|
|
445
449
|
| `ecae3916bf01` | certain | Gate — {{worldName}} | `modules/hall-ui/public/gate.html:6` |
|
|
@@ -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,25 +516,25 @@ 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
|
-
| `79791be35018` | certain | It opens this hall in your browser — click one | `modules/hall-ui/public/hall-render.js:
|
|
521
|
+
| `79791be35018` | certain | It opens this hall in your browser — click one | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
519
523
|
| `b0bcb3f844ec` | certain | Its author marked this as needing development — anyone can turn it into a Full Idea, and they keep the credit | `modules/hall-ui/public/idea.js:258` |
|
|
520
524
|
| `b7719e855009` | certain | Join goal | `modules/hall-ui/public/goals-render.js:944` |
|
|
521
|
-
| `9f9424a5100b` | certain | Join our Discord | `modules/hall-ui/public/hall-render.js:
|
|
525
|
+
| `9f9424a5100b` | certain | Join our Discord | `modules/hall-ui/public/hall-render.js:767` |
|
|
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` |
|
|
530
534
|
| `fbe40b5818a3` | certain | Key removed. | `modules/hall-ui/public/settings.js:1193` |
|
|
531
535
|
| `93c17262bacf` | certain | Key storage is being set up by an Archon — check back shortly. {…} | `modules/hall-ui/public/settings.js:1072` |
|
|
532
536
|
| `2a3c9e501f8e` | certain | Key storage isn't set up yet. As an Archon you can turn it on now — the server generates and safely stores the | `modules/hall-ui/public/settings.js:1068` |
|
|
533
|
-
| `7d6eaa8d4514` | certain | Kinds of work shipped | `modules/hall-ui/public/hall-render.js:
|
|
537
|
+
| `7d6eaa8d4514` | certain | Kinds of work shipped | `modules/hall-ui/public/hall-render.js:1184` |
|
|
534
538
|
| `81f62e066dbf` | certain | Last 14 days: {…} / 10 average across {…} graded work{…} ({…} passed). | `modules/hall-ui/public/builders.js:595` |
|
|
535
539
|
| `35a15eb0a117` | certain | Last 30 days | `modules/hall-ui/public/hall-widgets.js:129` |
|
|
536
540
|
| `9be8b839eff8` | certain | Last 7 days | `modules/hall-ui/public/hall-widgets.js:129` |
|
|
@@ -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` |
|
|
@@ -570,10 +575,10 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
570
575
|
| `04df1bd30129` | certain | Loading your rank… | `modules/hall-ui/public/ranks.html:30` |
|
|
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
|
-
| `a93ca2841b96` | certain | Mac (Intel) | `modules/hall-ui/public/hall-render.js:
|
|
574
|
-
| `06b4ede3fb58` | certain | Machine principals | `modules/hall-ui/public/government.html:
|
|
578
|
+
| `a93ca2841b96` | certain | Mac (Intel) | `modules/hall-ui/public/hall-render.js:769` |
|
|
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
|
-
| `df335a1224ae` | certain | Member since {…} | `modules/hall-ui/public/hall-render.js:
|
|
581
|
+
| `df335a1224ae` | certain | Member since {…} | `modules/hall-ui/public/hall-render.js:507` |
|
|
577
582
|
| `df335a1224ae` | certain | Member since {…} | `modules/hall-ui/public/profile.js:70` |
|
|
578
583
|
| `c7a670e9552d` | certain | Merged into | `modules/hall-ui/public/profile.js:382` |
|
|
579
584
|
| `7637613c231b` | certain | Metic rank and above may vote | `modules/hall-ui/public/builders.js:743` |
|
|
@@ -594,8 +599,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
594
599
|
| `5e8199266a8a` | certain | Name unvouched | `modules/hall-ui/public/watch.js:350` |
|
|
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
|
-
| `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:
|
|
598
|
-
| `7fcc2583c372` | certain | New custom rank | `modules/hall-ui/public/government.html:
|
|
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:618` |
|
|
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,8 +621,8 @@ 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:
|
|
620
|
-
| `4f89817b92e5` | certain | No onboarding steps recorded yet. | `modules/hall-ui/public/hall-render.js:
|
|
624
|
+
| `64a4281934d1` | certain | No match. Try a page name, or an id like | `modules/hall-ui/public/palette.js:182` |
|
|
625
|
+
| `4f89817b92e5` | certain | No onboarding steps recorded yet. | `modules/hall-ui/public/hall-render.js:901` |
|
|
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` |
|
|
623
628
|
| `9f73b3f3dad0` | certain | No rank floor — any builder can claim this task | `modules/hall-ui/public/task-lib.js:62` |
|
|
@@ -651,8 +656,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
651
656
|
| `ad9a17a8a5eb` | certain | Nothing shipped yet. | `modules/hall-ui/public/work.js:1016` |
|
|
652
657
|
| `f326632f2013` | certain | Nothing to submit — every module here ships with the core. | `modules/hall-ui/public/modules.js:258` |
|
|
653
658
|
| `9d25ba1d2f17` | certain | Off voice — says it in the wrong register | `modules/hall-ui/public/copy-desk.html:89` |
|
|
654
|
-
| `b89ad49770e7` | certain | On Windows, run | `modules/hall-ui/public/hall-render.js:
|
|
655
|
-
| `11a1905c76b2` | certain | On the board | `modules/hall-ui/public/hall-render.js:
|
|
659
|
+
| `b89ad49770e7` | certain | On Windows, run | `modules/hall-ui/public/hall-render.js:836` |
|
|
660
|
+
| `11a1905c76b2` | certain | On the board | `modules/hall-ui/public/hall-render.js:570` |
|
|
656
661
|
| `ea1f179dd878` | certain | On this page | `modules/hall-ui/public/drachmae.html:51` |
|
|
657
662
|
| `ea1f179dd878` | certain | On this page | `modules/hall-ui/public/drachmae.html:56` |
|
|
658
663
|
| `c9454da07fc7` | certain | One click, and the app can act as you. | `modules/hall-ui/public/pair.js:52` |
|
|
@@ -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` |
|
|
@@ -676,13 +681,13 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
676
681
|
| `676361254d92` | certain | Open the idea composer | `modules/hall-ui/public/idea.js:284` |
|
|
677
682
|
| `e706a4836ce8` | certain | Open the pairing page | `modules/hall-ui/public/settings.html:248` |
|
|
678
683
|
| `1cb80282de09` | certain | Open this review | `modules/hall-ui/public/studio.js:87` |
|
|
679
|
-
| `2cad724171e6` | certain | Open your online environment. | `modules/hall-ui/public/hall-render.js:
|
|
684
|
+
| `2cad724171e6` | certain | Open your online environment. | `modules/hall-ui/public/hall-render.js:769` |
|
|
680
685
|
| `f6f68ba322be` | certain | Open {…} | `modules/hall-ui/public/goal-inbox.js:53` |
|
|
681
686
|
| `f6f68ba322be` | certain | Open {…} | `modules/hall-ui/public/goal-inbox.js:69` |
|
|
682
687
|
| `f6f68ba322be` | certain | Open {…} | `modules/hall-ui/public/goals.js:67` |
|
|
683
688
|
| `d9c802f5d85e` | certain | Opening the studio… | `modules/hall-ui/public/studio.html:45` |
|
|
684
689
|
| `569980a263ae` | certain | Optional. This is the ledger link — a copy change ships as a task like every other change. | `modules/hall-ui/public/copy-desk.html:130` |
|
|
685
|
-
| `c78d7388ffd7` | certain | Or just stay in the online terminal | `modules/hall-ui/public/hall-render.js:
|
|
690
|
+
| `c78d7388ffd7` | certain | Or just stay in the online terminal | `modules/hall-ui/public/hall-render.js:769` |
|
|
686
691
|
| `d89d1923ecf9` | certain | Over the last {…} days | `modules/hall-ui/public/watch.js:1129` |
|
|
687
692
|
| `695ffff13730` | certain | Over time | `modules/hall-ui/public/profile.html:72` |
|
|
688
693
|
| `5ded44da0cc5` | certain | Override requests | `modules/hall-ui/public/watch.html:143` |
|
|
@@ -697,11 +702,11 @@ 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
|
-
| `f03d68e60416` | certain | Preferred work | `modules/hall-ui/public/hall-render.js:
|
|
704
|
-
| `ed8edd684547` | certain | Preferred work: | `modules/hall-ui/public/hall-render.js:
|
|
708
|
+
| `f03d68e60416` | certain | Preferred work | `modules/hall-ui/public/hall-render.js:570` |
|
|
709
|
+
| `ed8edd684547` | certain | Preferred work: | `modules/hall-ui/public/hall-render.js:521` |
|
|
705
710
|
| `ed8edd684547` | certain | Preferred work: | `modules/hall-ui/public/profile.js:64` |
|
|
706
711
|
| `152331290026` | certain | Preview {…} sound | `modules/hall-ui/public/settings.js:313` |
|
|
707
712
|
| `4644c8289f13` | certain | Previous page | `modules/hall-ui/public/hall-kit.js:74` |
|
|
@@ -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` |
|
|
@@ -746,8 +751,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
746
751
|
| `5b581cca590f` | certain | Ready — tasks to do | `modules/hall-ui/public/work.html:64` |
|
|
747
752
|
| `9ea556e7b78b` | certain | Reason (optional) | `modules/hall-ui/public/task-detail.js:527` |
|
|
748
753
|
| `7df3fd4ebf41` | certain | Reason (shown to the builder) | `modules/hall-ui/public/harbor.js:148` |
|
|
749
|
-
| `4f619c19a8e7` | certain | Rebase owed | `modules/hall-ui/public/hall-render.js:
|
|
750
|
-
| `06cbba1440b1` | certain | Rebase owed — new claims paused | `modules/hall-ui/public/hall-render.js:
|
|
754
|
+
| `4f619c19a8e7` | certain | Rebase owed | `modules/hall-ui/public/hall-render.js:617` |
|
|
755
|
+
| `06cbba1440b1` | certain | Rebase owed — new claims paused | `modules/hall-ui/public/hall-render.js:502` |
|
|
751
756
|
| `58fb6fe4b47e` | certain | Recent history could not be loaded right now. | `modules/hall-ui/public/work.js:1154` |
|
|
752
757
|
| `0b2d1327608f` | certain | Recently shipped | `modules/hall-ui/public/hall-widgets.js:107` |
|
|
753
758
|
| `cd2bffe2e5b9` | certain | Recognize your peers’ finished work. A vote up (+) or down (−) shapes their karma after a one-week cooling per | `modules/hall-ui/public/hall-widgets.js:169` |
|
|
@@ -761,10 +766,10 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
761
766
|
| `aa4db91b5732` | certain | Released #{…}. It returns to the queue. | `modules/hall-ui/public/work.js:894` |
|
|
762
767
|
| `aa4db91b5732` | certain | Released #{…}. It returns to the queue. | `modules/hall-ui/public/work.js:947` |
|
|
763
768
|
| `c49f9b9f8864` | certain | Remake or tweak | `modules/hall-ui/public/studio.js:87` |
|
|
764
|
-
| `9c74a2572f4d` | certain | Remote control (recommended) | `modules/hall-ui/public/hall-render.js:
|
|
769
|
+
| `9c74a2572f4d` | certain | Remote control (recommended) | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
@@ -814,19 +820,19 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
814
820
|
| `324af64c8b6e` | certain | See all {…} goals {…} | `modules/hall-ui/public/roadmap.js:214` |
|
|
815
821
|
| `fa1f021dbe21` | certain | See how ranks work | `modules/hall-ui/public/not-ready.html:37` |
|
|
816
822
|
| `a9c398651862` | certain | See the cross-project record | `modules/hall-ui/public/profile-canonical.js:114` |
|
|
817
|
-
| `17d5b5739f46` | certain | See the work board → | `modules/hall-ui/public/hall-render.js:
|
|
823
|
+
| `17d5b5739f46` | certain | See the work board → | `modules/hall-ui/public/hall-render.js:963` |
|
|
818
824
|
| `75dc5463facc` | certain | Select at least 2 waiting tasks to copy a parallel-session prompt. | `modules/hall-ui/public/work.js:766` |
|
|
819
825
|
| `a98882faa482` | certain | Select at least 2 waiting tasks to copy a sequential prompt. | `modules/hall-ui/public/work.js:791` |
|
|
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` |
|
|
827
833
|
| `cccb362bd6da` | certain | Sessions — {{worldName}} | `modules/hall-ui/public/sessions.html:6` |
|
|
828
834
|
| `b823d9a37a35` | certain | Set up key storage | `modules/hall-ui/public/settings.js:1069` |
|
|
829
|
-
| `84f31c3c3797` | certain | Set up your machine / get the code | `modules/hall-ui/public/hall-render.js:
|
|
835
|
+
| `84f31c3c3797` | certain | Set up your machine / get the code | `modules/hall-ui/public/hall-render.js:836` |
|
|
830
836
|
| `f639250de42f` | certain | Setting up key storage… | `modules/hall-ui/public/settings.js:1153` |
|
|
831
837
|
| `44bd6c3a2471` | certain | Setting up your box… (about a minute) | `modules/hall-ui/public/box-panel.js:298` |
|
|
832
838
|
| `65509721fe12` | certain | Setting up… | `modules/hall-ui/public/box-panel.js:352` |
|
|
@@ -842,19 +848,19 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
842
848
|
| `838b17fa8d93` | certain | Shown on your public profile — it helps others know what you work on. | `modules/hall-ui/public/profile-nudge.js:69` |
|
|
843
849
|
| `9bea6404e6e1` | certain | Sign in | `modules/hall-ui/public/profile.js:184` |
|
|
844
850
|
| `9bea6404e6e1` | certain | Sign in | `modules/hall-ui/public/settings.html:42` |
|
|
845
|
-
| `2f12d46f96ca` | certain | Sign in from the app. | `modules/hall-ui/public/hall-render.js:
|
|
851
|
+
| `2f12d46f96ca` | certain | Sign in from the app. | `modules/hall-ui/public/hall-render.js:769` |
|
|
846
852
|
| `19ab56cc3932` | certain | Sign in to filter to your goals | `modules/hall-ui/public/goals-page.js:867` |
|
|
847
853
|
| `969f95f183ca` | certain | Sign in to the platform once to activate your profile before connecting. | `modules/hall-ui/public/profile-connections.js:220` |
|
|
848
|
-
| `b057dfbf49c5` | certain | Sign in when Claude prompts you. | `modules/hall-ui/public/hall-render.js:
|
|
854
|
+
| `b057dfbf49c5` | certain | Sign in when Claude prompts you. | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
@@ -951,8 +958,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
951
958
|
| `34555793f33e` | certain | The task list could not be loaded right now. | `modules/hall-ui/public/work.js:1215` |
|
|
952
959
|
| `a42a37c43bfb` | certain | The words this project shows people — what has been flagged, and what nobody has looked at. | `modules/hall-ui/public/copy-desk.js:328` |
|
|
953
960
|
| `bcdbded93d4e` | certain | The work board failed to load. Reload to try again. | `modules/hall-ui/public/work.js:1401` |
|
|
954
|
-
| `25794c439321` | certain | Then copy the project onto your machine and run the one-shot bootstrap (it checks your setup, installs depende | `modules/hall-ui/public/hall-render.js:
|
|
955
|
-
| `df316c3484de` | certain | Then drive it however you like: | `modules/hall-ui/public/hall-render.js:
|
|
961
|
+
| `25794c439321` | certain | Then copy the project onto your machine and run the one-shot bootstrap (it checks your setup, installs depende | `modules/hall-ui/public/hall-render.js:836` |
|
|
962
|
+
| `df316c3484de` | certain | Then drive it however you like: | `modules/hall-ui/public/hall-render.js:769` |
|
|
956
963
|
| `5151cf635644` | certain | They have asked to connect. | `modules/hall-ui/public/profile-connections.js:203` |
|
|
957
964
|
| `6e46811189db` | certain | This PR is held by the gate-review check. | `modules/hall-ui/public/gate.js:129` |
|
|
958
965
|
| `b7c288328f79` | certain | This builder hides their cross-project record. | `modules/hall-ui/public/watch.js:393` |
|
|
@@ -967,22 +974,23 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
967
974
|
| `ac621aa8ce06` | certain | This goal is scoped to a protected module — only an Archon may add members. | `modules/hall-ui/public/goals-render.js:1185` |
|
|
968
975
|
| `ba404d3207f7` | certain | This goal isn't taking requests right now. | `modules/hall-ui/public/goals-render.js:1249` |
|
|
969
976
|
| `c7d2bc751184` | certain | This goal was added to {…} after it had already started building — an Archon override of the scope gate | `modules/hall-ui/public/goals-render.js:867` |
|
|
970
|
-
| `7cf191cb9a4a` | certain | This is the environment you will build in — no SSH, nothing to install. | `modules/hall-ui/public/hall-render.js:
|
|
977
|
+
| `7cf191cb9a4a` | certain | This is the environment you will build in — no SSH, nothing to install. | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
984
992
|
| `2ad5823d2cd7` | certain | Three dials, all settings rather than code: | `modules/hall-ui/public/government.html:55` |
|
|
985
|
-
| `82367d2122af` | certain | To paste the sign-in code: | `modules/hall-ui/public/hall-render.js:
|
|
993
|
+
| `82367d2122af` | certain | To paste the sign-in code: | `modules/hall-ui/public/hall-render.js:769` |
|
|
986
994
|
| `f158ed1c24a2` | certain | Toggle fullscreen | `modules/hall-ui/public/diagram-viewer.js:101` |
|
|
987
995
|
| `7dfdc26f9f79` | certain | Tokens refresh on use; re-issuing never signs you out anywhere else. | `modules/hall-ui/public/settings.html:155` |
|
|
988
996
|
| `8f38bbae750b` | certain | Tool errors | `modules/hall-ui/public/sessions.html:61` |
|
|
@@ -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` |
|
|
@@ -1006,9 +1014,9 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1006
1014
|
| `18f2f54de2a8` | certain | Watch sections | `modules/hall-ui/public/watch.html:54` |
|
|
1007
1015
|
| `c1fcfa9b48c2` | certain | Watch — {{worldName}} | `modules/hall-ui/public/watch.html:6` |
|
|
1008
1016
|
| `c1fcfa9b48c2` | certain | Watch — {{worldName}} | `modules/hall-ui/public/watch.html:6` |
|
|
1009
|
-
| `0658f0358ffd` | certain | Welcome back, {…}. | `modules/hall-ui/public/hall-render.js:
|
|
1017
|
+
| `0658f0358ffd` | certain | Welcome back, {…}. | `modules/hall-ui/public/hall-render.js:540` |
|
|
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,9 +1044,9 @@ 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
|
-
| `0dcb485477b6` | certain | Windows (ARM) | `modules/hall-ui/public/hall-render.js:
|
|
1049
|
+
| `0dcb485477b6` | certain | Windows (ARM) | `modules/hall-ui/public/hall-render.js:769` |
|
|
1042
1050
|
| `c5fd76a9e03d` | certain | Won {…} | `modules/hall-ui/public/builders.js:487` |
|
|
1043
1051
|
| `c5fd76a9e03d` | certain | Won {…} | `modules/hall-ui/public/profile.js:127` |
|
|
1044
1052
|
| `986514f35589` | certain | Work board | `modules/hall-ui/public/work.html:31` |
|
|
@@ -1058,14 +1066,14 @@ 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` |
|
|
1065
1073
|
| `59a66b5ac5dd` | certain | Your box is up — waiting for the terminal to come online (a few seconds after boot)… | `modules/hall-ui/public/box-panel.js:282` |
|
|
1066
1074
|
| `f96bc227dba0` | certain | Your choice | `modules/hall-ui/public/settings.html:300` |
|
|
1067
1075
|
| `ec388f700f01` | certain | Your dev box | `modules/hall-ui/public/settings.html:203` |
|
|
1068
|
-
| `f20a4adfd5a8` | certain | Your dev box builds itself in a minute or two and the app chimes when it's ready. It lives in the menu bar on | `modules/hall-ui/public/hall-render.js:
|
|
1076
|
+
| `f20a4adfd5a8` | certain | Your dev box builds itself in a minute or two and the app chimes when it's ready. It lives in the menu bar on | `modules/hall-ui/public/hall-render.js:769` |
|
|
1069
1077
|
| `8b317a71e47d` | certain | Your dev box is asleep — wake it below. | `modules/hall-ui/public/box-panel.js:321` |
|
|
1070
1078
|
| `7f446839b135` | certain | Your dev box is ready. | `modules/hall-ui/public/box-panel.js:184` |
|
|
1071
1079
|
| `4ca77de13df4` | certain | Your dev box is stopped — turn it back on below. | `modules/hall-ui/public/box-panel.js:332` |
|
|
@@ -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` |
|
|
@@ -1089,33 +1097,33 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1089
1097
|
| `fe94ff29a2cc` | certain | Your wandering level could not be loaded. Reload the page to try again. | `modules/hall-ui/public/settings.js:486` |
|
|
1090
1098
|
| `60550f388cc9` | certain | Your work | `modules/hall-ui/public/hall-widgets.js:101` |
|
|
1091
1099
|
| `60550f388cc9` | certain | Your work | `modules/hall-ui/public/hall-widgets.js:126` |
|
|
1092
|
-
| `3c148c7b9539` | certain | Your work runs on a dev box we host for you — there's almost nothing to install. Choose how to connect: | `modules/hall-ui/public/hall-render.js:
|
|
1100
|
+
| `3c148c7b9539` | certain | Your work runs on a dev box we host for you — there's almost nothing to install. Choose how to connect: | `modules/hall-ui/public/hall-render.js:769` |
|
|
1093
1101
|
| `137b07b42203` | certain | Zoom in | `modules/hall-ui/public/diagram-viewer.js:98` |
|
|
1094
1102
|
| `0d0bfa651b36` | certain | Zoom out | `modules/hall-ui/public/diagram-viewer.js:96` |
|
|
1095
1103
|
| `cc361cc7333a` | certain | \s?/.test(raw)) { const quoteLines = []; while (i | `modules/hall-ui/public/md-reader.js:189` |
|
|
1096
1104
|
| `a02616e47d11` | certain | a year of qualifying ships, in your timezone \u00b7 only you see this one | `modules/hall-ui/public/profile-charts.js:285` |
|
|
1097
|
-
| `44e6e402db94` | certain | account, then open | `modules/hall-ui/public/hall-render.js:
|
|
1098
|
-
| `ae43396446ed` | certain | account. | `modules/hall-ui/public/hall-render.js:
|
|
1105
|
+
| `44e6e402db94` | certain | account, then open | `modules/hall-ui/public/hall-render.js:769` |
|
|
1106
|
+
| `ae43396446ed` | certain | account. | `modules/hall-ui/public/hall-render.js:769` |
|
|
1099
1107
|
| `9612c983451f` | certain | achieved · | `modules/hall-ui/public/roadmap.js:295` |
|
|
1100
|
-
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:
|
|
1101
|
-
| `754babaae931` | certain | and ask in | `modules/hall-ui/public/hall-render.js:
|
|
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:
|
|
1103
|
-
| `bc960f460250` | certain | and install dependencies ( | `modules/hall-ui/public/hall-render.js:
|
|
1104
|
-
| `b867876e8b6c` | certain | and press Enter. | `modules/hall-ui/public/hall-render.js:
|
|
1108
|
+
| `dbfc9e6e921b` | certain | active builder{…}: {…} | `modules/hall-ui/public/government.js:856` |
|
|
1109
|
+
| `754babaae931` | certain | and ask in | `modules/hall-ui/public/hall-render.js:767` |
|
|
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:769` |
|
|
1111
|
+
| `bc960f460250` | certain | and install dependencies ( | `modules/hall-ui/public/hall-render.js:810` |
|
|
1112
|
+
| `b867876e8b6c` | certain | and press Enter. | `modules/hall-ui/public/hall-render.js:769` |
|
|
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` |
|
|
1112
1120
|
| `1f5e924adf9d` | certain | box — | `modules/hall-ui/public/box-panel.js:336` |
|
|
1113
|
-
| `d7412f42cbc2` | certain | browser only | `modules/hall-ui/public/hall-render.js:
|
|
1121
|
+
| `d7412f42cbc2` | certain | browser only | `modules/hall-ui/public/hall-render.js:769` |
|
|
1114
1122
|
| `552e00198649` | certain | builders, on the People tab | `modules/hall-ui/public/watch.html:48` |
|
|
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
|
-
| `77cb8b998ae6` | certain | button and you're in. No terminal, nothing to paste. | `modules/hall-ui/public/hall-render.js:
|
|
1118
|
-
| `b73a83223bc0` | certain | cannot be read, so | `modules/hall-ui/public/government.js:
|
|
1125
|
+
| `77cb8b998ae6` | certain | button and you're in. No terminal, nothing to paste. | `modules/hall-ui/public/hall-render.js:769` |
|
|
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,11 +1141,11 @@ 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
|
-
| `1874087e6d87` | certain | for Mac or Windows, sign in with your | `modules/hall-ui/public/hall-render.js:
|
|
1140
|
-
| `836646d95f03` | certain | for a link that runs this session in Claude's own web/app interface, the same UI you'd use on a computer. | `modules/hall-ui/public/hall-render.js:
|
|
1147
|
+
| `1874087e6d87` | certain | for Mac or Windows, sign in with your | `modules/hall-ui/public/hall-render.js:769` |
|
|
1148
|
+
| `836646d95f03` | certain | for a link that runs this session in Claude's own web/app interface, the same UI you'd use on a computer. | `modules/hall-ui/public/hall-render.js:769` |
|
|
1141
1149
|
| `50eb308666b2` | certain | for version-level progress and goals. | `modules/hall-ui/public/work.html:84` |
|
|
1142
1150
|
| `064c72453555` | certain | goals · | `modules/hall-ui/public/roadmap.js:225` |
|
|
1143
1151
|
| `c5862d055f1a` | certain | hard floor | `modules/hall-ui/public/gate.js:127` |
|
|
@@ -1155,7 +1163,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1155
1163
|
| `0af147b7fd54` | certain | in progress · | `modules/hall-ui/public/roadmap.js:295` |
|
|
1156
1164
|
| `8da672b2a3ca` | certain | in the terminal. | `modules/hall-ui/public/box-panel.js:226` |
|
|
1157
1165
|
| `1bf5c8a8d8bd` | certain | in this state | `modules/hall-ui/public/harbor.js:219` |
|
|
1158
|
-
| `275e222d5448` | certain | instead of the last line. New to the steps? The | `modules/hall-ui/public/hall-render.js:
|
|
1166
|
+
| `275e222d5448` | certain | instead of the last line. New to the steps? The | `modules/hall-ui/public/hall-render.js:836` |
|
|
1159
1167
|
| `01ae1a45baff` | certain | invited by {…} | `modules/hall-ui/public/goal-inbox.js:53` |
|
|
1160
1168
|
| `77ad318bb546` | certain | invited — awaiting their response | `modules/hall-ui/public/goals-render.js:1281` |
|
|
1161
1169
|
| `af0777cd098b` | certain | is hardcoded back inside this | `modules/hall-ui/public/index.html:56` |
|
|
@@ -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,10 +1181,10 @@ 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
|
-
| `739a4bd6bd83` | certain | node scripts/setup-builder.js | `modules/hall-ui/public/hall-render.js:
|
|
1187
|
+
| `739a4bd6bd83` | certain | node scripts/setup-builder.js | `modules/hall-ui/public/hall-render.js:836` |
|
|
1180
1188
|
| `61f0f4b2f4ab` | certain | not categorised yet | `modules/hall-ui/public/goals-page.js:277` |
|
|
1181
1189
|
| `01a3d68d80c1` | certain | not graded (grader outage) | `modules/hall-ui/public/builders.js:567` |
|
|
1182
1190
|
| `d43b9bbb8d4d` | certain | not graded (quality lens unavailable) | `modules/hall-ui/public/builders.js:569` |
|
|
@@ -1184,8 +1192,8 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1184
1192
|
| `3916a3dc8e98` | certain | not started | `modules/hall-ui/public/roadmap.js:295` |
|
|
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
|
-
| `e2c643fbf4d6` | certain | npm install | `modules/hall-ui/public/hall-render.js:
|
|
1188
|
-
| `e90b5601ce16` | certain | objected to | `modules/hall-ui/public/
|
|
1195
|
+
| `e2c643fbf4d6` | certain | npm install | `modules/hall-ui/public/hall-render.js:810` |
|
|
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:
|
|
1200
|
-
| `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:
|
|
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` |
|
|
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:769` |
|
|
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` |
|
|
@@ -1218,7 +1226,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1218
1226
|
| `da30b952a60b` | certain | system / unattributed | `modules/hall-ui/public/work.js:498` |
|
|
1219
1227
|
| `a6e803a31a4d` | certain | task #{…} | `modules/hall-ui/public/copy-desk.js:105` |
|
|
1220
1228
|
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/gate.js:142` |
|
|
1221
|
-
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/hall-render.js:
|
|
1229
|
+
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/hall-render.js:613` |
|
|
1222
1230
|
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/idea.js:207` |
|
|
1223
1231
|
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/ideas.js:476` |
|
|
1224
1232
|
| `4d8ee7d68974` | certain | task {…} | `modules/hall-ui/public/watch.js:1212` |
|
|
@@ -1227,21 +1235,21 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1227
1235
|
| `95854f8315ca` | certain | the page everyone else reads | `modules/hall-ui/public/profile.html:32` |
|
|
1228
1236
|
| `632527db5bca` | certain | this session | `modules/hall-ui/public/settings-sessions.js:44` |
|
|
1229
1237
|
| `ee431f143549` | certain | three tasks | `modules/hall-ui/public/not-ready.html:33` |
|
|
1230
|
-
| `d70c287bcd7f` | certain | to authenticate this machine, then | `modules/hall-ui/public/hall-render.js:
|
|
1231
|
-
| `65702f92a8c8` | certain | to claim your first task. | `modules/hall-ui/public/hall-render.js:
|
|
1238
|
+
| `d70c287bcd7f` | certain | to authenticate this machine, then | `modules/hall-ui/public/hall-render.js:810` |
|
|
1239
|
+
| `65702f92a8c8` | certain | to claim your first task. | `modules/hall-ui/public/hall-render.js:810` |
|
|
1232
1240
|
| `5520469f2834` | certain | to copy the task prompt and paste it into a fresh Claude Code session to begin. | `modules/hall-ui/public/work.html:65` |
|
|
1233
1241
|
| `b8e12f871044` | certain | to graduate and open the rest of {{worldName}}'s builder hub. | `modules/hall-ui/public/not-ready.html:33` |
|
|
1234
1242
|
| `7d54a818850d` | certain | to see the full record. | `modules/hall-ui/public/profile.js:184` |
|
|
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` |
|
|
1242
1250
|
| `8cd3cc4005fc` | certain | via goal | `modules/hall-ui/public/dom-utils.js:322` |
|
|
1243
1251
|
| `007b28a56031` | certain | view diff | `modules/hall-ui/public/gate.js:145` |
|
|
1244
|
-
| `35be9e0923da` | certain | walks the whole path in plain language. | `modules/hall-ui/public/hall-render.js:
|
|
1252
|
+
| `35be9e0923da` | certain | walks the whole path in plain language. | `modules/hall-ui/public/hall-render.js:836` |
|
|
1245
1253
|
| `17705daf7b85` | certain | what counts as passing | `modules/hall-ui/public/government.html:55` |
|
|
1246
1254
|
| `b1c5eaa20a9d` | certain | what the idea is, in one line | `modules/hall-ui/public/ideas.html:130` |
|
|
1247
1255
|
| `e72c90163726` | certain | what's blocking | `modules/hall-ui/public/goals-render.js:161` |
|
|
@@ -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` |
|
|
@@ -1257,7 +1265,7 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1257
1265
|
| `7e2f2aac0645` | certain | {…} You always see your own numbers here. | `modules/hall-ui/public/settings.js:585` |
|
|
1258
1266
|
| `43b99dd1b755` | certain | {…} You can also ask in Discord #support. | `modules/hall-ui/public/box-panel.js:358` |
|
|
1259
1267
|
| `43b99dd1b755` | certain | {…} You can also ask in Discord #support. | `modules/hall-ui/public/box-panel.js:377` |
|
|
1260
|
-
| `c5623d60015d` | certain | {…} Your standing is {…}. | `modules/hall-ui/public/hall-render.js:
|
|
1268
|
+
| `c5623d60015d` | certain | {…} Your standing is {…}. | `modules/hall-ui/public/hall-render.js:848` |
|
|
1261
1269
|
| `a91e1e702d4d` | certain | {…} achieved, {…} in progress, {…} not started of {…} goals | `modules/hall-ui/public/roadmap.js:80` |
|
|
1262
1270
|
| `a65d371b5cb3` | certain | {…} and above can enable or disable a module | `modules/hall-ui/public/modules.js:130` |
|
|
1263
1271
|
| `98b1c674fc37` | certain | {…} and up | `modules/hall-ui/public/sessions.js:117` |
|
|
@@ -1275,10 +1283,10 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1275
1283
|
| `cc5106af4b35` | certain | {…} of {…} criteria satisfied | `modules/hall-ui/public/goals-render.js:676` |
|
|
1276
1284
|
| `cc5106af4b35` | certain | {…} of {…} criteria satisfied | `modules/hall-ui/public/goals.js:45` |
|
|
1277
1285
|
| `c3d9687e2375` | certain | {…} of {…} shipped | `modules/hall-ui/public/profile.js:488` |
|
|
1278
|
-
| `f32710d0ef37` | certain | {…} of {…} steps cleared. | `modules/hall-ui/public/hall-render.js:
|
|
1286
|
+
| `f32710d0ef37` | certain | {…} of {…} steps cleared. | `modules/hall-ui/public/hall-render.js:997` |
|
|
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` |
|
|
@@ -1316,11 +1324,11 @@ Identical copy within one surface. Sometimes right (a repeated button), sometime
|
|
|
1316
1324
|
| `417adabd1a00` | certain | — no goal suggested — open the goal board and pick one — | `modules/hall-ui/public/task-detail.js:324` |
|
|
1317
1325
|
| `da9962dc1729` | certain | — or open any diagram fullscreen. | `modules/hall-ui/public/diagrams.html:33` |
|
|
1318
1326
|
| `d4ff85363f89` | certain | — so if Claude Desktop then says | `modules/hall-ui/public/box-panel.js:160` |
|
|
1319
|
-
| `e5c5e94152b3` | certain | — that's all the tooling you need up front. | `modules/hall-ui/public/hall-render.js:
|
|
1327
|
+
| `e5c5e94152b3` | certain | — that's all the tooling you need up front. | `modules/hall-ui/public/hall-render.js:836` |
|
|
1320
1328
|
| `a63451a6db06` | certain | — to start and stop your dev box on your behalf. | `modules/hall-ui/public/pair.js:53` |
|
|
1321
|
-
| `392afc533191` | certain | — type | `modules/hall-ui/public/hall-render.js:
|
|
1329
|
+
| `392afc533191` | certain | — type | `modules/hall-ui/public/hall-render.js:769` |
|
|
1322
1330
|
| `ff7514f48a7b` | certain | — untouched {…}+ days | `modules/hall-ui/public/goal-inbox.js:363` |
|
|
1323
|
-
| `68b547166d48` | certain | — {…} confirmed {…} can't land yet, so {…} reward is pending (it lands on ship). Rebase + re-ship or release { | `modules/hall-ui/public/hall-render.js:
|
|
1331
|
+
| `68b547166d48` | certain | — {…} confirmed {…} can't land yet, so {…} reward is pending (it lands on ship). Rebase + re-ship or release { | `modules/hall-ui/public/hall-render.js:502` |
|
|
1324
1332
|
| `5b9fa7cb4fb0` | certain | …and {…} more waiting — | `modules/hall-ui/public/goal-inbox.js:121` |
|
|
1325
1333
|
| `b2a04abfead0` | certain | …{…} more awaiting a nod. | `modules/hall-ui/public/goal-inbox.js:264` |
|
|
1326
1334
|
| `616fb9adf3cf` | certain | …{…} more going quiet. | `modules/hall-ui/public/goal-inbox.js:353` |
|