@bongos/core 1.19.592 → 1.19.594

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.
Files changed (39) hide show
  1. package/.bongos-core.json +61 -41
  2. package/.claude/skills/planning-session/SKILL.md +2 -2
  3. package/clients/bongos-client/README.md +1 -1
  4. package/clients/bongos-client/bongos-client.global.js +3 -1
  5. package/clients/bongos-client/index.cjs +3 -1
  6. package/clients/bongos-client/index.d.ts +6 -2
  7. package/clients/bongos-client/index.mjs +3 -1
  8. package/docs/adr/0157-archon-is-rank-and-identity-only.md +2 -0
  9. package/docs/api/openapi.json +103 -7
  10. package/docs/api-reference.md +4 -3
  11. package/docs/copy-inventory.md +135 -116
  12. package/docs/copy-registry.json +319 -138
  13. package/docs/module-api-changelog.md +4 -0
  14. package/modules/dev-box/app/src/vendor/bongos-client.cjs +3 -1
  15. package/modules/government/catalog.js +20 -11
  16. package/modules/government/migrations/government_012_version_create_archon.sql +45 -0
  17. package/modules/hall-ui/public/goals-render.js +182 -6
  18. package/modules/hall-ui/public/goals.css +51 -0
  19. package/modules/hall-ui/public/roadmap.css +5 -0
  20. package/modules/hall-ui/public/roadmap.js +25 -0
  21. package/modules/hall-ui/public/task-detail.js +22 -11
  22. package/modules/lifecycle/db-goals.js +34 -2
  23. package/modules/lifecycle/db-versions.js +195 -3
  24. package/modules/lifecycle/db.js +4 -1
  25. package/modules/lifecycle/routes/goals.js +15 -1
  26. package/modules/lifecycle/routes/version-route-authz.js +131 -1
  27. package/modules/lifecycle/routes/versions.js +79 -1
  28. package/package-lock.json +2 -2
  29. package/package.json +1 -1
  30. package/scripts/gds/triage.js +60 -26
  31. package/src/module-api.js +1 -1
  32. package/tests/goal_archive_hall.mjs +198 -0
  33. package/tests/government_require_permission.mjs +7 -3
  34. package/tests/government_seed.mjs +101 -9
  35. package/tests/promote_goal_id.mjs +85 -30
  36. package/tests/publish_reconciler.mjs +35 -5
  37. package/tests/task_detail_ui.mjs +36 -9
  38. package/tests/version_close_route.mjs +261 -0
  39. package/tests/version_override_visibility.mjs +176 -0
@@ -3,17 +3,17 @@
3
3
  "generator": "scripts/gds/copy-inventory.js",
4
4
  "goal": 1000074,
5
5
  "counts": {
6
- "strings": 1710,
7
- "unique_ids": 1479,
8
- "certain": 1710,
6
+ "strings": 1729,
7
+ "unique_ids": 1497,
8
+ "certain": 1729,
9
9
  "heuristic": 0,
10
- "duplicate_ids": 162
10
+ "duplicate_ids": 163
11
11
  },
12
12
  "surfaces": {
13
13
  "builders-hall": {
14
14
  "at": "modules/hall-ui/public",
15
15
  "files": 78,
16
- "strings": 1237
16
+ "strings": 1256
17
17
  },
18
18
  "status-dashboard": {
19
19
  "at": "modules/status-ui/public",
@@ -422,7 +422,7 @@
422
422
  "occurrences": 3,
423
423
  "at": [
424
424
  "modules/hall-ui/public/goals-lib.js:32",
425
- "modules/hall-ui/public/goals-render.js:631",
425
+ "modules/hall-ui/public/goals-render.js:676",
426
426
  "modules/hall-ui/public/goals.js:45"
427
427
  ]
428
428
  },
@@ -497,6 +497,16 @@
497
497
  "modules/hall-ui/public/pair.html:6"
498
498
  ]
499
499
  },
500
+ {
501
+ "id": "4160b56d14af",
502
+ "surface": "builders-hall",
503
+ "text": "Archive goal",
504
+ "occurrences": 2,
505
+ "at": [
506
+ "modules/hall-ui/public/goals-render.js:927",
507
+ "modules/hall-ui/public/goals-render.js:1009"
508
+ ]
509
+ },
500
510
  {
501
511
  "id": "b2656d0b2402",
502
512
  "surface": "builders-hall",
@@ -553,7 +563,7 @@
553
563
  "text": "Claim task {…}",
554
564
  "occurrences": 2,
555
565
  "at": [
556
- "modules/hall-ui/public/goals-render.js:336",
566
+ "modules/hall-ui/public/goals-render.js:345",
557
567
  "modules/hall-ui/public/work.js:419"
558
568
  ]
559
569
  },
@@ -613,7 +623,7 @@
613
623
  "text": "Copy prompt for task {…}",
614
624
  "occurrences": 2,
615
625
  "at": [
616
- "modules/hall-ui/public/goals-render.js:337",
626
+ "modules/hall-ui/public/goals-render.js:346",
617
627
  "modules/hall-ui/public/work.js:419"
618
628
  ]
619
629
  },
@@ -623,7 +633,7 @@
623
633
  "text": "Copy the task prompt to your clipboard",
624
634
  "occurrences": 2,
625
635
  "at": [
626
- "modules/hall-ui/public/goals-render.js:337",
636
+ "modules/hall-ui/public/goals-render.js:346",
627
637
  "modules/hall-ui/public/work.js:419"
628
638
  ]
629
639
  },
@@ -1003,8 +1013,8 @@
1003
1013
  "text": "Only an open goal can be managed.",
1004
1014
  "occurrences": 2,
1005
1015
  "at": [
1006
- "modules/hall-ui/public/goals-render.js:1042",
1007
- "modules/hall-ui/public/goals-render.js:1058"
1016
+ "modules/hall-ui/public/goals-render.js:1218",
1017
+ "modules/hall-ui/public/goals-render.js:1234"
1008
1018
  ]
1009
1019
  },
1010
1020
  {
@@ -1013,8 +1023,8 @@
1013
1023
  "text": "Only this goal's owner or a manager (or an Archon) may do this.",
1014
1024
  "occurrences": 2,
1015
1025
  "at": [
1016
- "modules/hall-ui/public/goals-render.js:1041",
1017
- "modules/hall-ui/public/goals-render.js:1057"
1026
+ "modules/hall-ui/public/goals-render.js:1217",
1027
+ "modules/hall-ui/public/goals-render.js:1233"
1018
1028
  ]
1019
1029
  },
1020
1030
  {
@@ -1023,7 +1033,7 @@
1023
1033
  "text": "Open task #{…}",
1024
1034
  "occurrences": 2,
1025
1035
  "at": [
1026
- "modules/hall-ui/public/goals-render.js:392",
1036
+ "modules/hall-ui/public/goals-render.js:401",
1027
1037
  "modules/hall-ui/public/work.js:1065"
1028
1038
  ]
1029
1039
  },
@@ -1233,8 +1243,8 @@
1233
1243
  "text": "See all {…} goals {…}",
1234
1244
  "occurrences": 2,
1235
1245
  "at": [
1236
- "modules/hall-ui/public/roadmap.js:116",
1237
- "modules/hall-ui/public/roadmap.js:194"
1246
+ "modules/hall-ui/public/roadmap.js:135",
1247
+ "modules/hall-ui/public/roadmap.js:214"
1238
1248
  ]
1239
1249
  },
1240
1250
  {
@@ -1373,8 +1383,8 @@
1373
1383
  "text": "This goal is not open.",
1374
1384
  "occurrences": 2,
1375
1385
  "at": [
1376
- "modules/hall-ui/public/goals-render.js:1012",
1377
- "modules/hall-ui/public/goals-render.js:1028"
1386
+ "modules/hall-ui/public/goals-render.js:1188",
1387
+ "modules/hall-ui/public/goals-render.js:1204"
1378
1388
  ]
1379
1389
  },
1380
1390
  {
@@ -1503,8 +1513,8 @@
1503
1513
  "text": "in progress",
1504
1514
  "occurrences": 2,
1505
1515
  "at": [
1506
- "modules/hall-ui/public/roadmap.js:108",
1507
- "modules/hall-ui/public/roadmap.js:194"
1516
+ "modules/hall-ui/public/roadmap.js:127",
1517
+ "modules/hall-ui/public/roadmap.js:214"
1508
1518
  ]
1509
1519
  },
1510
1520
  {
@@ -1523,8 +1533,8 @@
1523
1533
  "text": "not started",
1524
1534
  "occurrences": 2,
1525
1535
  "at": [
1526
- "modules/hall-ui/public/roadmap.js:108",
1527
- "modules/hall-ui/public/roadmap.js:275"
1536
+ "modules/hall-ui/public/roadmap.js:127",
1537
+ "modules/hall-ui/public/roadmap.js:295"
1528
1538
  ]
1529
1539
  },
1530
1540
  {
@@ -1693,8 +1703,8 @@
1693
1703
  "text": "{…} criteria · since {…}",
1694
1704
  "occurrences": 2,
1695
1705
  "at": [
1696
- "modules/hall-ui/public/roadmap.js:140",
1697
- "modules/hall-ui/public/roadmap.js:163"
1706
+ "modules/hall-ui/public/roadmap.js:160",
1707
+ "modules/hall-ui/public/roadmap.js:183"
1698
1708
  ]
1699
1709
  },
1700
1710
  {
@@ -1704,7 +1714,7 @@
1704
1714
  "occurrences": 2,
1705
1715
  "at": [
1706
1716
  "modules/hall-ui/public/roadmap.js:74",
1707
- "modules/hall-ui/public/roadmap.js:285"
1717
+ "modules/hall-ui/public/roadmap.js:305"
1708
1718
  ]
1709
1719
  },
1710
1720
  {
@@ -1723,7 +1733,7 @@
1723
1733
  "text": "✎ {…} file{…}",
1724
1734
  "occurrences": 2,
1725
1735
  "at": [
1726
- "modules/hall-ui/public/goals-render.js:318",
1736
+ "modules/hall-ui/public/goals-render.js:327",
1727
1737
  "modules/hall-ui/public/work.js:393"
1728
1738
  ]
1729
1739
  }
@@ -1869,7 +1879,7 @@
1869
1879
  "surface": "builders-hall",
1870
1880
  "text": "(with {…})",
1871
1881
  "file": "modules/hall-ui/public/goals-render.js",
1872
- "line": 560,
1882
+ "line": 569,
1873
1883
  "origin": "js-markup",
1874
1884
  "confidence": "certain"
1875
1885
  },
@@ -1878,7 +1888,7 @@
1878
1888
  "surface": "builders-hall",
1879
1889
  "text": "+ Invite",
1880
1890
  "file": "modules/hall-ui/public/goals-render.js",
1881
- "line": 960,
1891
+ "line": 1136,
1882
1892
  "origin": "js-markup",
1883
1893
  "confidence": "certain"
1884
1894
  },
@@ -2071,6 +2081,15 @@
2071
2081
  "origin": "js-markup",
2072
2082
  "confidence": "certain"
2073
2083
  },
2084
+ {
2085
+ "id": "b8f70e36c7f9",
2086
+ "surface": "builders-hall",
2087
+ "text": "A goal may only be added to a version that is still in planning. These were added after this version started building — each needed an Archon to override the scope gate and record a reason.",
2088
+ "file": "modules/hall-ui/public/roadmap.js",
2089
+ "line": 102,
2090
+ "origin": "js-markup",
2091
+ "confidence": "certain"
2092
+ },
2074
2093
  {
2075
2094
  "id": "df5eb70b5a05",
2076
2095
  "surface": "builders-hall",
@@ -2094,7 +2113,7 @@
2094
2113
  "surface": "builders-hall",
2095
2114
  "text": "A protected-scope goal requires a Metic+ member.",
2096
2115
  "file": "modules/hall-ui/public/goals-render.js",
2097
- "line": 1010,
2116
+ "line": 1186,
2098
2117
  "origin": "js-notice",
2099
2118
  "confidence": "certain"
2100
2119
  },
@@ -2269,6 +2288,24 @@
2269
2288
  "origin": "js-markup",
2270
2289
  "confidence": "certain"
2271
2290
  },
2291
+ {
2292
+ "id": "cc4125ca7cff",
2293
+ "surface": "builders-hall",
2294
+ "text": "Added to this version after it started building — an Archon override of the scope gate. Open the goal to see who and why.",
2295
+ "file": "modules/hall-ui/public/goals-render.js",
2296
+ "line": 184,
2297
+ "origin": "js-markup",
2298
+ "confidence": "certain"
2299
+ },
2300
+ {
2301
+ "id": "ff67fba11965",
2302
+ "surface": "builders-hall",
2303
+ "text": "Admitted into {…} mid-build",
2304
+ "file": "modules/hall-ui/public/goals-render.js",
2305
+ "line": 873,
2306
+ "origin": "js-markup",
2307
+ "confidence": "certain"
2308
+ },
2272
2309
  {
2273
2310
  "id": "8b736e365191",
2274
2311
  "surface": "builders-hall",
@@ -2422,6 +2459,33 @@
2422
2459
  "origin": "js-markup",
2423
2460
  "confidence": "certain"
2424
2461
  },
2462
+ {
2463
+ "id": "4160b56d14af",
2464
+ "surface": "builders-hall",
2465
+ "text": "Archive goal",
2466
+ "file": "modules/hall-ui/public/goals-render.js",
2467
+ "line": 927,
2468
+ "origin": "js-markup",
2469
+ "confidence": "certain"
2470
+ },
2471
+ {
2472
+ "id": "4160b56d14af",
2473
+ "surface": "builders-hall",
2474
+ "text": "Archive goal",
2475
+ "file": "modules/hall-ui/public/goals-render.js",
2476
+ "line": 1009,
2477
+ "origin": "js-markup",
2478
+ "confidence": "certain"
2479
+ },
2480
+ {
2481
+ "id": "206acb4467a2",
2482
+ "surface": "builders-hall",
2483
+ "text": "Archive this goal?",
2484
+ "file": "modules/hall-ui/public/goals-render.js",
2485
+ "line": 999,
2486
+ "origin": "js-markup",
2487
+ "confidence": "certain"
2488
+ },
2425
2489
  {
2426
2490
  "id": "5fcfdf8975cf",
2427
2491
  "surface": "builders-hall",
@@ -2526,7 +2590,7 @@
2526
2590
  "surface": "builders-hall",
2527
2591
  "text": "Awaiting the owner/manager's approval",
2528
2592
  "file": "modules/hall-ui/public/goals-render.js",
2529
- "line": 854,
2593
+ "line": 934,
2530
2594
  "origin": "js-markup",
2531
2595
  "confidence": "certain"
2532
2596
  },
@@ -2940,7 +3004,7 @@
2940
3004
  "surface": "builders-hall",
2941
3005
  "text": "Claim task {…}",
2942
3006
  "file": "modules/hall-ui/public/goals-render.js",
2943
- "line": 336,
3007
+ "line": 345,
2944
3008
  "origin": "js-markup",
2945
3009
  "confidence": "certain"
2946
3010
  },
@@ -2958,7 +3022,7 @@
2958
3022
  "surface": "builders-hall",
2959
3023
  "text": "Claimed by another builder",
2960
3024
  "file": "modules/hall-ui/public/goals-render.js",
2961
- "line": 342,
3025
+ "line": 351,
2962
3026
  "origin": "js-markup",
2963
3027
  "confidence": "certain"
2964
3028
  },
@@ -3273,7 +3337,7 @@
3273
3337
  "surface": "builders-hall",
3274
3338
  "text": "Contribution to this goal",
3275
3339
  "file": "modules/hall-ui/public/goals-render.js",
3276
- "line": 711,
3340
+ "line": 756,
3277
3341
  "origin": "js-markup",
3278
3342
  "confidence": "certain"
3279
3343
  },
@@ -3372,7 +3436,7 @@
3372
3436
  "surface": "builders-hall",
3373
3437
  "text": "Copy prompt for task {…}",
3374
3438
  "file": "modules/hall-ui/public/goals-render.js",
3375
- "line": 337,
3439
+ "line": 346,
3376
3440
  "origin": "js-markup",
3377
3441
  "confidence": "certain"
3378
3442
  },
@@ -3408,7 +3472,7 @@
3408
3472
  "surface": "builders-hall",
3409
3473
  "text": "Copy the task prompt to your clipboard",
3410
3474
  "file": "modules/hall-ui/public/goals-render.js",
3411
- "line": 337,
3475
+ "line": 346,
3412
3476
  "origin": "js-markup",
3413
3477
  "confidence": "certain"
3414
3478
  },
@@ -3480,7 +3544,7 @@
3480
3544
  "surface": "builders-hall",
3481
3545
  "text": "Could not change that just now.",
3482
3546
  "file": "modules/hall-ui/public/goals-render.js",
3483
- "line": 1059,
3547
+ "line": 1235,
3484
3548
  "origin": "js-notice",
3485
3549
  "confidence": "certain"
3486
3550
  },
@@ -3561,7 +3625,7 @@
3561
3625
  "surface": "builders-hall",
3562
3626
  "text": "Could not invite that builder just now.",
3563
3627
  "file": "modules/hall-ui/public/goals-render.js",
3564
- "line": 1013,
3628
+ "line": 1189,
3565
3629
  "origin": "js-notice",
3566
3630
  "confidence": "certain"
3567
3631
  },
@@ -3975,7 +4039,7 @@
3975
4039
  "surface": "builders-hall",
3976
4040
  "text": "Could not send the request just now.",
3977
4041
  "file": "modules/hall-ui/public/goals-render.js",
3978
- "line": 1074,
4042
+ "line": 1250,
3979
4043
  "origin": "js-notice",
3980
4044
  "confidence": "certain"
3981
4045
  },
@@ -4020,7 +4084,7 @@
4020
4084
  "surface": "builders-hall",
4021
4085
  "text": "Could not update visibility just now.",
4022
4086
  "file": "modules/hall-ui/public/goals-render.js",
4023
- "line": 1043,
4087
+ "line": 1219,
4024
4088
  "origin": "js-notice",
4025
4089
  "confidence": "certain"
4026
4090
  },
@@ -4056,7 +4120,7 @@
4056
4120
  "surface": "builders-hall",
4057
4121
  "text": "Could not {…} just now.",
4058
4122
  "file": "modules/hall-ui/public/goals-render.js",
4059
- "line": 1029,
4123
+ "line": 1205,
4060
4124
  "origin": "js-notice",
4061
4125
  "confidence": "certain"
4062
4126
  },
@@ -4101,7 +4165,7 @@
4101
4165
  "surface": "builders-hall",
4102
4166
  "text": "Create task",
4103
4167
  "file": "modules/hall-ui/public/task-detail.js",
4104
- "line": 372,
4168
+ "line": 377,
4105
4169
  "origin": "js-markup",
4106
4170
  "confidence": "certain"
4107
4171
  },
@@ -4506,7 +4570,7 @@
4506
4570
  "surface": "builders-hall",
4507
4571
  "text": "Estimate (min)",
4508
4572
  "file": "modules/hall-ui/public/task-detail.js",
4509
- "line": 367,
4573
+ "line": 372,
4510
4574
  "origin": "js-markup",
4511
4575
  "confidence": "certain"
4512
4576
  },
@@ -4587,7 +4651,7 @@
4587
4651
  "surface": "builders-hall",
4588
4652
  "text": "Every task linked to this criterion has shipped — a Metic can confirm it",
4589
4653
  "file": "modules/hall-ui/public/goals-render.js",
4590
- "line": 654,
4654
+ "line": 699,
4591
4655
  "origin": "js-markup",
4592
4656
  "confidence": "certain"
4593
4657
  },
@@ -4605,7 +4669,7 @@
4605
4669
  "surface": "builders-hall",
4606
4670
  "text": "Everyone is already a member",
4607
4671
  "file": "modules/hall-ui/public/goals-render.js",
4608
- "line": 976,
4672
+ "line": 1152,
4609
4673
  "origin": "js-markup",
4610
4674
  "confidence": "certain"
4611
4675
  },
@@ -4839,7 +4903,7 @@
4839
4903
  "surface": "builders-hall",
4840
4904
  "text": "Fold this idea into #",
4841
4905
  "file": "modules/hall-ui/public/task-detail.js",
4842
- "line": 462,
4906
+ "line": 473,
4843
4907
  "origin": "js-markup",
4844
4908
  "confidence": "certain"
4845
4909
  },
@@ -4969,12 +5033,21 @@
4969
5033
  "origin": "js-markup",
4970
5034
  "confidence": "certain"
4971
5035
  },
5036
+ {
5037
+ "id": "988e2c60df3d",
5038
+ "surface": "builders-hall",
5039
+ "text": "Goal archived.",
5040
+ "file": "modules/hall-ui/public/goals-render.js",
5041
+ "line": 1042,
5042
+ "origin": "js-notice",
5043
+ "confidence": "certain"
5044
+ },
4972
5045
  {
4973
5046
  "id": "9e70797b7e97",
4974
5047
  "surface": "builders-hall",
4975
5048
  "text": "Goal id",
4976
5049
  "file": "modules/hall-ui/public/goals-render.js",
4977
- "line": 779,
5050
+ "line": 824,
4978
5051
  "origin": "js-markup",
4979
5052
  "confidence": "certain"
4980
5053
  },
@@ -5037,7 +5110,7 @@
5037
5110
  "surface": "builders-hall",
5038
5111
  "text": "Goals seeded — awaiting kickoff",
5039
5112
  "file": "modules/hall-ui/public/roadmap.js",
5040
- "line": 205,
5113
+ "line": 225,
5041
5114
  "origin": "js-markup",
5042
5115
  "confidence": "certain"
5043
5116
  },
@@ -5244,7 +5317,7 @@
5244
5317
  "surface": "builders-hall",
5245
5318
  "text": "How the whole build is doing — the program at a glance, then each version. Shipped work stays out of the way.",
5246
5319
  "file": "modules/hall-ui/public/roadmap.js",
5247
- "line": 416,
5320
+ "line": 441,
5248
5321
  "origin": "js-text-assign",
5249
5322
  "confidence": "certain"
5250
5323
  },
@@ -5478,7 +5551,7 @@
5478
5551
  "surface": "builders-hall",
5479
5552
  "text": "Invited.",
5480
5553
  "file": "modules/hall-ui/public/goals-render.js",
5481
- "line": 1002,
5554
+ "line": 1178,
5482
5555
  "origin": "js-notice",
5483
5556
  "confidence": "certain"
5484
5557
  },
@@ -5518,6 +5591,15 @@
5518
5591
  "origin": "js-markup",
5519
5592
  "confidence": "certain"
5520
5593
  },
5594
+ {
5595
+ "id": "4f5b39802b07",
5596
+ "surface": "builders-hall",
5597
+ "text": "It holds no unfinished work, so this is a single step. Archiving is reversible — an archived goal can be reopened.",
5598
+ "file": "modules/hall-ui/public/goals-render.js",
5599
+ "line": 999,
5600
+ "origin": "js-markup",
5601
+ "confidence": "certain"
5602
+ },
5521
5603
  {
5522
5604
  "id": "79791be35018",
5523
5605
  "surface": "builders-hall",
@@ -5550,7 +5632,7 @@
5550
5632
  "surface": "builders-hall",
5551
5633
  "text": "Join goal",
5552
5634
  "file": "modules/hall-ui/public/goals-render.js",
5553
- "line": 864,
5635
+ "line": 944,
5554
5636
  "origin": "js-markup",
5555
5637
  "confidence": "certain"
5556
5638
  },
@@ -5568,7 +5650,7 @@
5568
5650
  "surface": "builders-hall",
5569
5651
  "text": "Join requests",
5570
5652
  "file": "modules/hall-ui/public/goals-render.js",
5571
- "line": 1113,
5653
+ "line": 1289,
5572
5654
  "origin": "js-markup",
5573
5655
  "confidence": "certain"
5574
5656
  },
@@ -5739,7 +5821,7 @@
5739
5821
  "surface": "builders-hall",
5740
5822
  "text": "Leave goal",
5741
5823
  "file": "modules/hall-ui/public/goals-render.js",
5742
- "line": 851,
5824
+ "line": 931,
5743
5825
  "origin": "js-markup",
5744
5826
  "confidence": "certain"
5745
5827
  },
@@ -5973,7 +6055,7 @@
5973
6055
  "surface": "builders-hall",
5974
6056
  "text": "Loading versions…",
5975
6057
  "file": "modules/hall-ui/public/task-detail.js",
5976
- "line": 325,
6058
+ "line": 330,
5977
6059
  "origin": "js-markup",
5978
6060
  "confidence": "certain"
5979
6061
  },
@@ -6135,7 +6217,7 @@
6135
6217
  "surface": "builders-hall",
6136
6218
  "text": "Module scope — tasks authored in this goal are bounded to these modules",
6137
6219
  "file": "modules/hall-ui/public/goals-render.js",
6138
- "line": 785,
6220
+ "line": 830,
6139
6221
  "origin": "js-markup",
6140
6222
  "confidence": "certain"
6141
6223
  },
@@ -6396,7 +6478,7 @@
6396
6478
  "surface": "builders-hall",
6397
6479
  "text": "No goal has criteria met yet — work is in the task queue.",
6398
6480
  "file": "modules/hall-ui/public/roadmap.js",
6399
- "line": 116,
6481
+ "line": 135,
6400
6482
  "origin": "js-markup",
6401
6483
  "confidence": "certain"
6402
6484
  },
@@ -6405,7 +6487,7 @@
6405
6487
  "surface": "builders-hall",
6406
6488
  "text": "No goals declared yet — this version is tracked by its {…} done-when criteria.",
6407
6489
  "file": "modules/hall-ui/public/roadmap.js",
6408
- "line": 94,
6490
+ "line": 113,
6409
6491
  "origin": "js-markup",
6410
6492
  "confidence": "certain"
6411
6493
  },
@@ -6414,7 +6496,7 @@
6414
6496
  "surface": "builders-hall",
6415
6497
  "text": "No goals seeded yet.",
6416
6498
  "file": "modules/hall-ui/public/roadmap.js",
6417
- "line": 192,
6499
+ "line": 212,
6418
6500
  "origin": "js-markup",
6419
6501
  "confidence": "certain"
6420
6502
  },
@@ -6531,7 +6613,7 @@
6531
6613
  "surface": "builders-hall",
6532
6614
  "text": "No version is in flight right now.",
6533
6615
  "file": "modules/hall-ui/public/roadmap.js",
6534
- "line": 392,
6616
+ "line": 417,
6535
6617
  "origin": "js-markup",
6536
6618
  "confidence": "certain"
6537
6619
  },
@@ -6540,7 +6622,7 @@
6540
6622
  "surface": "builders-hall",
6541
6623
  "text": "No versions declared yet.",
6542
6624
  "file": "modules/hall-ui/public/roadmap.js",
6543
- "line": 410,
6625
+ "line": 435,
6544
6626
  "origin": "js-markup",
6545
6627
  "confidence": "certain"
6546
6628
  },
@@ -6621,7 +6703,7 @@
6621
6703
  "surface": "builders-hall",
6622
6704
  "text": "Not taking requests",
6623
6705
  "file": "modules/hall-ui/public/goals-render.js",
6624
- "line": 859,
6706
+ "line": 939,
6625
6707
  "origin": "js-markup",
6626
6708
  "confidence": "certain"
6627
6709
  },
@@ -6666,7 +6748,7 @@
6666
6748
  "surface": "builders-hall",
6667
6749
  "text": "Note (optional)",
6668
6750
  "file": "modules/hall-ui/public/task-detail.js",
6669
- "line": 465,
6751
+ "line": 476,
6670
6752
  "origin": "js-markup",
6671
6753
  "confidence": "certain"
6672
6754
  },
@@ -6688,6 +6770,15 @@
6688
6770
  "origin": "js-markup",
6689
6771
  "confidence": "certain"
6690
6772
  },
6773
+ {
6774
+ "id": "905e99f158c2",
6775
+ "surface": "builders-hall",
6776
+ "text": "Nothing is discarded by omission: every task needs a decision before this can be submitted. Abandoning stamps the reason below onto the task.",
6777
+ "file": "modules/hall-ui/public/goals-render.js",
6778
+ "line": 1006,
6779
+ "origin": "js-markup",
6780
+ "confidence": "certain"
6781
+ },
6691
6782
  {
6692
6783
  "id": "2c6e0dfbd781",
6693
6784
  "surface": "builders-hall",
@@ -6801,7 +6892,7 @@
6801
6892
  "surface": "builders-hall",
6802
6893
  "text": "Only an open goal can be managed.",
6803
6894
  "file": "modules/hall-ui/public/goals-render.js",
6804
- "line": 1042,
6895
+ "line": 1218,
6805
6896
  "origin": "js-notice",
6806
6897
  "confidence": "certain"
6807
6898
  },
@@ -6810,7 +6901,7 @@
6810
6901
  "surface": "builders-hall",
6811
6902
  "text": "Only an open goal can be managed.",
6812
6903
  "file": "modules/hall-ui/public/goals-render.js",
6813
- "line": 1058,
6904
+ "line": 1234,
6814
6905
  "origin": "js-notice",
6815
6906
  "confidence": "certain"
6816
6907
  },
@@ -6828,7 +6919,7 @@
6828
6919
  "surface": "builders-hall",
6829
6920
  "text": "Only this goal's owner or a manager (or an Archon) may do this.",
6830
6921
  "file": "modules/hall-ui/public/goals-render.js",
6831
- "line": 1041,
6922
+ "line": 1217,
6832
6923
  "origin": "js-notice",
6833
6924
  "confidence": "certain"
6834
6925
  },
@@ -6837,7 +6928,7 @@
6837
6928
  "surface": "builders-hall",
6838
6929
  "text": "Only this goal's owner or a manager (or an Archon) may do this.",
6839
6930
  "file": "modules/hall-ui/public/goals-render.js",
6840
- "line": 1057,
6931
+ "line": 1233,
6841
6932
  "origin": "js-notice",
6842
6933
  "confidence": "certain"
6843
6934
  },
@@ -6846,7 +6937,7 @@
6846
6937
  "surface": "builders-hall",
6847
6938
  "text": "Only this goal's owner or a manager (or an Archon) may invite.",
6848
6939
  "file": "modules/hall-ui/public/goals-render.js",
6849
- "line": 1011,
6940
+ "line": 1187,
6850
6941
  "origin": "js-notice",
6851
6942
  "confidence": "certain"
6852
6943
  },
@@ -6864,7 +6955,7 @@
6864
6955
  "surface": "builders-hall",
6865
6956
  "text": "Open goal #{…}",
6866
6957
  "file": "modules/hall-ui/public/roadmap.js",
6867
- "line": 100,
6958
+ "line": 119,
6868
6959
  "origin": "js-markup",
6869
6960
  "confidence": "certain"
6870
6961
  },
@@ -6909,7 +7000,7 @@
6909
7000
  "surface": "builders-hall",
6910
7001
  "text": "Open task #{…}",
6911
7002
  "file": "modules/hall-ui/public/goals-render.js",
6912
- "line": 392,
7003
+ "line": 401,
6913
7004
  "origin": "js-markup",
6914
7005
  "confidence": "certain"
6915
7006
  },
@@ -7098,7 +7189,7 @@
7098
7189
  "surface": "builders-hall",
7099
7190
  "text": "Path-based estimate from declared files. Glob-aware detection with claim collisions — and lead resolution actions (sequencing, rescoping) — light up when the server-side detector lands (tasks 1735/1736).",
7100
7191
  "file": "modules/hall-ui/public/goals-render.js",
7101
- "line": 573,
7192
+ "line": 582,
7102
7193
  "origin": "js-markup",
7103
7194
  "confidence": "certain"
7104
7195
  },
@@ -7116,7 +7207,7 @@
7116
7207
  "surface": "builders-hall",
7117
7208
  "text": "Pending invitations",
7118
7209
  "file": "modules/hall-ui/public/goals-render.js",
7119
- "line": 1114,
7210
+ "line": 1290,
7120
7211
  "origin": "js-markup",
7121
7212
  "confidence": "certain"
7122
7213
  },
@@ -7278,7 +7369,7 @@
7278
7369
  "surface": "builders-hall",
7279
7370
  "text": "Private — join is by invitation or an approved request",
7280
7371
  "file": "modules/hall-ui/public/goals-render.js",
7281
- "line": 797,
7372
+ "line": 842,
7282
7373
  "origin": "js-markup",
7283
7374
  "confidence": "certain"
7284
7375
  },
@@ -7422,7 +7513,7 @@
7422
7513
  "surface": "builders-hall",
7423
7514
  "text": "Protected module scope — join by request; an Archon admits members",
7424
7515
  "file": "modules/hall-ui/public/goals-render.js",
7425
- "line": 803,
7516
+ "line": 848,
7426
7517
  "origin": "js-markup",
7427
7518
  "confidence": "certain"
7428
7519
  },
@@ -7584,7 +7675,7 @@
7584
7675
  "surface": "builders-hall",
7585
7676
  "text": "Reason (optional)",
7586
7677
  "file": "modules/hall-ui/public/task-detail.js",
7587
- "line": 516,
7678
+ "line": 527,
7588
7679
  "origin": "js-markup",
7589
7680
  "confidence": "certain"
7590
7681
  },
@@ -7665,7 +7756,7 @@
7665
7756
  "surface": "builders-hall",
7666
7757
  "text": "Release task {…}",
7667
7758
  "file": "modules/hall-ui/public/goals-render.js",
7668
- "line": 339,
7759
+ "line": 348,
7669
7760
  "origin": "js-markup",
7670
7761
  "confidence": "certain"
7671
7762
  },
@@ -7899,7 +7990,7 @@
7899
7990
  "surface": "builders-hall",
7900
7991
  "text": "Request sent — the owner or a manager will review it.",
7901
7992
  "file": "modules/hall-ui/public/goals-render.js",
7902
- "line": 1065,
7993
+ "line": 1241,
7903
7994
  "origin": "js-notice",
7904
7995
  "confidence": "certain"
7905
7996
  },
@@ -7908,7 +7999,7 @@
7908
7999
  "surface": "builders-hall",
7909
8000
  "text": "Request withdrawn.",
7910
8001
  "file": "modules/hall-ui/public/goals-render.js",
7911
- "line": 1081,
8002
+ "line": 1257,
7912
8003
  "origin": "js-notice",
7913
8004
  "confidence": "certain"
7914
8005
  },
@@ -7993,6 +8084,15 @@
7993
8084
  "origin": "js-text-assign",
7994
8085
  "confidence": "certain"
7995
8086
  },
8087
+ {
8088
+ "id": "b33dde402434",
8089
+ "surface": "builders-hall",
8090
+ "text": "Retire this goal — you will be asked what happens to any unfinished work",
8091
+ "file": "modules/hall-ui/public/goals-render.js",
8092
+ "line": 927,
8093
+ "origin": "js-markup",
8094
+ "confidence": "certain"
8095
+ },
7996
8096
  {
7997
8097
  "id": "feb48b0d462c",
7998
8098
  "surface": "builders-hall",
@@ -8169,7 +8269,7 @@
8169
8269
  "surface": "builders-hall",
8170
8270
  "text": "See all {…} goals {…}",
8171
8271
  "file": "modules/hall-ui/public/roadmap.js",
8172
- "line": 116,
8272
+ "line": 135,
8173
8273
  "origin": "js-markup",
8174
8274
  "confidence": "certain"
8175
8275
  },
@@ -8178,7 +8278,7 @@
8178
8278
  "surface": "builders-hall",
8179
8279
  "text": "See all {…} goals {…}",
8180
8280
  "file": "modules/hall-ui/public/roadmap.js",
8181
- "line": 194,
8281
+ "line": 214,
8182
8282
  "origin": "js-markup",
8183
8283
  "confidence": "certain"
8184
8284
  },
@@ -8241,7 +8341,7 @@
8241
8341
  "surface": "builders-hall",
8242
8342
  "text": "Select task {…} for bulk claim",
8243
8343
  "file": "modules/hall-ui/public/goals-render.js",
8244
- "line": 330,
8344
+ "line": 339,
8245
8345
  "origin": "js-markup",
8246
8346
  "confidence": "certain"
8247
8347
  },
@@ -8790,7 +8890,7 @@
8790
8890
  "surface": "builders-hall",
8791
8891
  "text": "Task status",
8792
8892
  "file": "modules/hall-ui/public/goals-render.js",
8793
- "line": 331,
8893
+ "line": 340,
8794
8894
  "origin": "js-markup",
8795
8895
  "confidence": "certain"
8796
8896
  },
@@ -8862,7 +8962,7 @@
8862
8962
  "surface": "builders-hall",
8863
8963
  "text": "Tasks could not be loaded.",
8864
8964
  "file": "modules/hall-ui/public/goals-render.js",
8865
- "line": 933,
8965
+ "line": 1109,
8866
8966
  "origin": "js-markup",
8867
8967
  "confidence": "certain"
8868
8968
  },
@@ -9069,7 +9169,7 @@
9069
9169
  "surface": "builders-hall",
9070
9170
  "text": "The goal's leads have paused applications; they can still invite you",
9071
9171
  "file": "modules/hall-ui/public/goals-render.js",
9072
- "line": 859,
9172
+ "line": 939,
9073
9173
  "origin": "js-markup",
9074
9174
  "confidence": "certain"
9075
9175
  },
@@ -9240,7 +9340,7 @@
9240
9340
  "surface": "builders-hall",
9241
9341
  "text": "The roadmap could not be loaded right now. Reload to try again.",
9242
9342
  "file": "modules/hall-ui/public/roadmap.js",
9243
- "line": 423,
9343
+ "line": 448,
9244
9344
  "origin": "js-markup",
9245
9345
  "confidence": "certain"
9246
9346
  },
@@ -9249,7 +9349,7 @@
9249
9349
  "surface": "builders-hall",
9250
9350
  "text": "The roadmap failed to load. Reload to try again.",
9251
9351
  "file": "modules/hall-ui/public/roadmap.js",
9252
- "line": 424,
9352
+ "line": 449,
9253
9353
  "origin": "js-notice",
9254
9354
  "confidence": "certain"
9255
9355
  },
@@ -9276,7 +9376,7 @@
9276
9376
  "surface": "builders-hall",
9277
9377
  "text": "The seeded plan",
9278
9378
  "file": "modules/hall-ui/public/roadmap.js",
9279
- "line": 194,
9379
+ "line": 214,
9280
9380
  "origin": "js-markup",
9281
9381
  "confidence": "certain"
9282
9382
  },
@@ -9492,7 +9592,7 @@
9492
9592
  "surface": "builders-hall",
9493
9593
  "text": "This goal is Archon-mediated — request to join instead.",
9494
9594
  "file": "modules/hall-ui/public/goals-render.js",
9495
- "line": 1025,
9595
+ "line": 1201,
9496
9596
  "origin": "js-notice",
9497
9597
  "confidence": "certain"
9498
9598
  },
@@ -9501,7 +9601,7 @@
9501
9601
  "surface": "builders-hall",
9502
9602
  "text": "This goal is blocked until each prerequisite goal is achieved",
9503
9603
  "file": "modules/hall-ui/public/goals-render.js",
9504
- "line": 791,
9604
+ "line": 836,
9505
9605
  "origin": "js-markup",
9506
9606
  "confidence": "certain"
9507
9607
  },
@@ -9510,7 +9610,7 @@
9510
9610
  "surface": "builders-hall",
9511
9611
  "text": "This goal is not open.",
9512
9612
  "file": "modules/hall-ui/public/goals-render.js",
9513
- "line": 1012,
9613
+ "line": 1188,
9514
9614
  "origin": "js-notice",
9515
9615
  "confidence": "certain"
9516
9616
  },
@@ -9519,7 +9619,7 @@
9519
9619
  "surface": "builders-hall",
9520
9620
  "text": "This goal is not open.",
9521
9621
  "file": "modules/hall-ui/public/goals-render.js",
9522
- "line": 1028,
9622
+ "line": 1204,
9523
9623
  "origin": "js-notice",
9524
9624
  "confidence": "certain"
9525
9625
  },
@@ -9528,7 +9628,7 @@
9528
9628
  "surface": "builders-hall",
9529
9629
  "text": "This goal is open — joining directly instead.",
9530
9630
  "file": "modules/hall-ui/public/goals-render.js",
9531
- "line": 1072,
9631
+ "line": 1248,
9532
9632
  "origin": "js-notice",
9533
9633
  "confidence": "certain"
9534
9634
  },
@@ -9537,7 +9637,7 @@
9537
9637
  "surface": "builders-hall",
9538
9638
  "text": "This goal is private — request to join instead.",
9539
9639
  "file": "modules/hall-ui/public/goals-render.js",
9540
- "line": 1026,
9640
+ "line": 1202,
9541
9641
  "origin": "js-notice",
9542
9642
  "confidence": "certain"
9543
9643
  },
@@ -9546,7 +9646,7 @@
9546
9646
  "surface": "builders-hall",
9547
9647
  "text": "This goal is scoped to a protected module — only an Archon may add members.",
9548
9648
  "file": "modules/hall-ui/public/goals-render.js",
9549
- "line": 1009,
9649
+ "line": 1185,
9550
9650
  "origin": "js-notice",
9551
9651
  "confidence": "certain"
9552
9652
  },
@@ -9555,10 +9655,19 @@
9555
9655
  "surface": "builders-hall",
9556
9656
  "text": "This goal isn't taking requests right now.",
9557
9657
  "file": "modules/hall-ui/public/goals-render.js",
9558
- "line": 1073,
9658
+ "line": 1249,
9559
9659
  "origin": "js-notice",
9560
9660
  "confidence": "certain"
9561
9661
  },
9662
+ {
9663
+ "id": "c7d2bc751184",
9664
+ "surface": "builders-hall",
9665
+ "text": "This goal was added to {…} after it had already started building — an Archon override of the scope gate",
9666
+ "file": "modules/hall-ui/public/goals-render.js",
9667
+ "line": 867,
9668
+ "origin": "js-markup",
9669
+ "confidence": "certain"
9670
+ },
9562
9671
  {
9563
9672
  "id": "7cf191cb9a4a",
9564
9673
  "surface": "builders-hall",
@@ -9789,7 +9898,7 @@
9789
9898
  "surface": "builders-hall",
9790
9899
  "text": "View all {…} {…} →",
9791
9900
  "file": "modules/hall-ui/public/goals-render.js",
9792
- "line": 585,
9901
+ "line": 594,
9793
9902
  "origin": "js-markup",
9794
9903
  "confidence": "certain"
9795
9904
  },
@@ -9807,7 +9916,7 @@
9807
9916
  "surface": "builders-hall",
9808
9917
  "text": "View tasks {…}",
9809
9918
  "file": "modules/hall-ui/public/roadmap.js",
9810
- "line": 134,
9919
+ "line": 154,
9811
9920
  "origin": "js-markup",
9812
9921
  "confidence": "certain"
9813
9922
  },
@@ -9955,6 +10064,15 @@
9955
10064
  "origin": "html-text",
9956
10065
  "confidence": "certain"
9957
10066
  },
10067
+ {
10068
+ "id": "21b7bd90ce2a",
10069
+ "surface": "builders-hall",
10070
+ "text": "What happens to task {…}",
10071
+ "file": "modules/hall-ui/public/goals-render.js",
10072
+ "line": 970,
10073
+ "origin": "js-markup",
10074
+ "confidence": "certain"
10075
+ },
9958
10076
  {
9959
10077
  "id": "0874800c694a",
9960
10078
  "surface": "builders-hall",
@@ -10144,6 +10262,15 @@
10144
10262
  "origin": "html-text",
10145
10263
  "confidence": "certain"
10146
10264
  },
10265
+ {
10266
+ "id": "5cc53380b1e8",
10267
+ "surface": "builders-hall",
10268
+ "text": "Why (optional)",
10269
+ "file": "modules/hall-ui/public/goals-render.js",
10270
+ "line": 999,
10271
+ "origin": "js-markup",
10272
+ "confidence": "certain"
10273
+ },
10147
10274
  {
10148
10275
  "id": "62ab2e60f629",
10149
10276
  "surface": "builders-hall",
@@ -10153,6 +10280,15 @@
10153
10280
  "origin": "html-text",
10154
10281
  "confidence": "certain"
10155
10282
  },
10283
+ {
10284
+ "id": "2b047710fd6d",
10285
+ "surface": "builders-hall",
10286
+ "text": "Why this goal is being retired (required)",
10287
+ "file": "modules/hall-ui/public/goals-render.js",
10288
+ "line": 1009,
10289
+ "origin": "js-markup",
10290
+ "confidence": "certain"
10291
+ },
10156
10292
  {
10157
10293
  "id": "fbd8a815b808",
10158
10294
  "surface": "builders-hall",
@@ -10212,7 +10348,7 @@
10212
10348
  "surface": "builders-hall",
10213
10349
  "text": "Work is complete but the version is held — no tasks are being claimed here right now.",
10214
10350
  "file": "modules/hall-ui/public/roadmap.js",
10215
- "line": 223,
10351
+ "line": 243,
10216
10352
  "origin": "js-markup",
10217
10353
  "confidence": "certain"
10218
10354
  },
@@ -10266,7 +10402,7 @@
10266
10402
  "surface": "builders-hall",
10267
10403
  "text": "You already have a pending request or invitation for this goal.",
10268
10404
  "file": "modules/hall-ui/public/goals-render.js",
10269
- "line": 1070,
10405
+ "line": 1246,
10270
10406
  "origin": "js-notice",
10271
10407
  "confidence": "certain"
10272
10408
  },
@@ -10275,7 +10411,7 @@
10275
10411
  "surface": "builders-hall",
10276
10412
  "text": "You are already a member of this goal.",
10277
10413
  "file": "modules/hall-ui/public/goals-render.js",
10278
- "line": 1071,
10414
+ "line": 1247,
10279
10415
  "origin": "js-notice",
10280
10416
  "confidence": "certain"
10281
10417
  },
@@ -10284,7 +10420,7 @@
10284
10420
  "surface": "builders-hall",
10285
10421
  "text": "You are not a member of this goal.",
10286
10422
  "file": "modules/hall-ui/public/goals-render.js",
10287
- "line": 1027,
10423
+ "line": 1203,
10288
10424
  "origin": "js-notice",
10289
10425
  "confidence": "certain"
10290
10426
  },
@@ -10698,7 +10834,7 @@
10698
10834
  "surface": "builders-hall",
10699
10835
  "text": "achieved ·",
10700
10836
  "file": "modules/hall-ui/public/roadmap.js",
10701
- "line": 275,
10837
+ "line": 295,
10702
10838
  "origin": "js-markup",
10703
10839
  "confidence": "certain"
10704
10840
  },
@@ -10905,7 +11041,7 @@
10905
11041
  "surface": "builders-hall",
10906
11042
  "text": "criteria planned · no tasks yet",
10907
11043
  "file": "modules/hall-ui/public/roadmap.js",
10908
- "line": 205,
11044
+ "line": 225,
10909
11045
  "origin": "js-markup",
10910
11046
  "confidence": "certain"
10911
11047
  },
@@ -11085,7 +11221,7 @@
11085
11221
  "surface": "builders-hall",
11086
11222
  "text": "goals ·",
11087
11223
  "file": "modules/hall-ui/public/roadmap.js",
11088
- "line": 205,
11224
+ "line": 225,
11089
11225
  "origin": "js-markup",
11090
11226
  "confidence": "certain"
11091
11227
  },
@@ -11148,7 +11284,7 @@
11148
11284
  "surface": "builders-hall",
11149
11285
  "text": "idea number",
11150
11286
  "file": "modules/hall-ui/public/task-detail.js",
11151
- "line": 463,
11287
+ "line": 474,
11152
11288
  "origin": "js-markup",
11153
11289
  "confidence": "certain"
11154
11290
  },
@@ -11184,7 +11320,7 @@
11184
11320
  "surface": "builders-hall",
11185
11321
  "text": "in progress",
11186
11322
  "file": "modules/hall-ui/public/roadmap.js",
11187
- "line": 108,
11323
+ "line": 127,
11188
11324
  "origin": "js-markup",
11189
11325
  "confidence": "certain"
11190
11326
  },
@@ -11193,7 +11329,7 @@
11193
11329
  "surface": "builders-hall",
11194
11330
  "text": "in progress",
11195
11331
  "file": "modules/hall-ui/public/roadmap.js",
11196
- "line": 194,
11332
+ "line": 214,
11197
11333
  "origin": "js-markup",
11198
11334
  "confidence": "certain"
11199
11335
  },
@@ -11202,7 +11338,7 @@
11202
11338
  "surface": "builders-hall",
11203
11339
  "text": "in progress ·",
11204
11340
  "file": "modules/hall-ui/public/roadmap.js",
11205
- "line": 275,
11341
+ "line": 295,
11206
11342
  "origin": "js-markup",
11207
11343
  "confidence": "certain"
11208
11344
  },
@@ -11247,7 +11383,7 @@
11247
11383
  "surface": "builders-hall",
11248
11384
  "text": "invited — awaiting their response",
11249
11385
  "file": "modules/hall-ui/public/goals-render.js",
11250
- "line": 1105,
11386
+ "line": 1281,
11251
11387
  "origin": "js-markup",
11252
11388
  "confidence": "certain"
11253
11389
  },
@@ -11292,7 +11428,7 @@
11292
11428
  "surface": "builders-hall",
11293
11429
  "text": "loading goals…",
11294
11430
  "file": "modules/hall-ui/public/task-detail.js",
11295
- "line": 389,
11431
+ "line": 394,
11296
11432
  "origin": "js-markup",
11297
11433
  "confidence": "certain"
11298
11434
  },
@@ -11341,6 +11477,15 @@
11341
11477
  "origin": "js-markup",
11342
11478
  "confidence": "certain"
11343
11479
  },
11480
+ {
11481
+ "id": "e7213f35cd9a",
11482
+ "surface": "builders-hall",
11483
+ "text": "move → #{…} {…}",
11484
+ "file": "modules/hall-ui/public/goals-render.js",
11485
+ "line": 969,
11486
+ "origin": "js-markup",
11487
+ "confidence": "certain"
11488
+ },
11344
11489
  {
11345
11490
  "id": "f61d8fc1516d",
11346
11491
  "surface": "builders-hall",
@@ -11445,7 +11590,7 @@
11445
11590
  "surface": "builders-hall",
11446
11591
  "text": "not started",
11447
11592
  "file": "modules/hall-ui/public/roadmap.js",
11448
- "line": 108,
11593
+ "line": 127,
11449
11594
  "origin": "js-markup",
11450
11595
  "confidence": "certain"
11451
11596
  },
@@ -11454,7 +11599,7 @@
11454
11599
  "surface": "builders-hall",
11455
11600
  "text": "not started",
11456
11601
  "file": "modules/hall-ui/public/roadmap.js",
11457
- "line": 275,
11602
+ "line": 295,
11458
11603
  "origin": "js-markup",
11459
11604
  "confidence": "certain"
11460
11605
  },
@@ -11499,7 +11644,7 @@
11499
11644
  "surface": "builders-hall",
11500
11645
  "text": "of all in-flight tasks shipped",
11501
11646
  "file": "modules/hall-ui/public/roadmap.js",
11502
- "line": 285,
11647
+ "line": 305,
11503
11648
  "origin": "js-markup",
11504
11649
  "confidence": "certain"
11505
11650
  },
@@ -11526,7 +11671,7 @@
11526
11671
  "surface": "builders-hall",
11527
11672
  "text": "of {…}",
11528
11673
  "file": "modules/hall-ui/public/roadmap.js",
11529
- "line": 275,
11674
+ "line": 295,
11530
11675
  "origin": "js-markup",
11531
11676
  "confidence": "certain"
11532
11677
  },
@@ -11697,7 +11842,7 @@
11697
11842
  "surface": "builders-hall",
11698
11843
  "text": "scope: {…}",
11699
11844
  "file": "modules/hall-ui/public/goals-render.js",
11700
- "line": 785,
11845
+ "line": 830,
11701
11846
  "origin": "js-markup",
11702
11847
  "confidence": "certain"
11703
11848
  },
@@ -11706,7 +11851,7 @@
11706
11851
  "surface": "builders-hall",
11707
11852
  "text": "shipped (live)",
11708
11853
  "file": "modules/hall-ui/public/roadmap.js",
11709
- "line": 285,
11854
+ "line": 305,
11710
11855
  "origin": "js-markup",
11711
11856
  "confidence": "certain"
11712
11857
  },
@@ -11715,7 +11860,7 @@
11715
11860
  "surface": "builders-hall",
11716
11861
  "text": "shipped ·",
11717
11862
  "file": "modules/hall-ui/public/goals-render.js",
11718
- "line": 707,
11863
+ "line": 752,
11719
11864
  "origin": "js-markup",
11720
11865
  "confidence": "certain"
11721
11866
  },
@@ -11823,7 +11968,7 @@
11823
11968
  "surface": "builders-hall",
11824
11969
  "text": "tasks remaining",
11825
11970
  "file": "modules/hall-ui/public/roadmap.js",
11826
- "line": 285,
11971
+ "line": 305,
11827
11972
  "origin": "js-markup",
11828
11973
  "confidence": "certain"
11829
11974
  },
@@ -11832,7 +11977,7 @@
11832
11977
  "surface": "builders-hall",
11833
11978
  "text": "task{…} shipped",
11834
11979
  "file": "modules/hall-ui/public/goals-render.js",
11835
- "line": 748,
11980
+ "line": 793,
11836
11981
  "origin": "js-markup",
11837
11982
  "confidence": "certain"
11838
11983
  },
@@ -11958,7 +12103,7 @@
11958
12103
  "surface": "builders-hall",
11959
12104
  "text": "versions in flight",
11960
12105
  "file": "modules/hall-ui/public/roadmap.js",
11961
- "line": 285,
12106
+ "line": 305,
11962
12107
  "origin": "js-markup",
11963
12108
  "confidence": "certain"
11964
12109
  },
@@ -12039,7 +12184,7 @@
12039
12184
  "surface": "builders-hall",
12040
12185
  "text": "why these are the same",
12041
12186
  "file": "modules/hall-ui/public/task-detail.js",
12042
- "line": 466,
12187
+ "line": 477,
12043
12188
  "origin": "js-markup",
12044
12189
  "confidence": "certain"
12045
12190
  },
@@ -12048,7 +12193,7 @@
12048
12193
  "surface": "builders-hall",
12049
12194
  "text": "why this isn’t worth doing",
12050
12195
  "file": "modules/hall-ui/public/task-detail.js",
12051
- "line": 517,
12196
+ "line": 528,
12052
12197
  "origin": "js-markup",
12053
12198
  "confidence": "certain"
12054
12199
  },
@@ -12192,7 +12337,7 @@
12192
12337
  "surface": "builders-hall",
12193
12338
  "text": "{…} criteria · since {…}",
12194
12339
  "file": "modules/hall-ui/public/roadmap.js",
12195
- "line": 140,
12340
+ "line": 160,
12196
12341
  "origin": "js-markup",
12197
12342
  "confidence": "certain"
12198
12343
  },
@@ -12201,7 +12346,7 @@
12201
12346
  "surface": "builders-hall",
12202
12347
  "text": "{…} criteria · since {…}",
12203
12348
  "file": "modules/hall-ui/public/roadmap.js",
12204
- "line": 163,
12349
+ "line": 183,
12205
12350
  "origin": "js-markup",
12206
12351
  "confidence": "certain"
12207
12352
  },
@@ -12210,7 +12355,7 @@
12210
12355
  "surface": "builders-hall",
12211
12356
  "text": "{…} criteria · started {…}",
12212
12357
  "file": "modules/hall-ui/public/roadmap.js",
12213
- "line": 223,
12358
+ "line": 243,
12214
12359
  "origin": "js-markup",
12215
12360
  "confidence": "certain"
12216
12361
  },
@@ -12219,7 +12364,7 @@
12219
12364
  "surface": "builders-hall",
12220
12365
  "text": "{…} earned",
12221
12366
  "file": "modules/hall-ui/public/goals-render.js",
12222
- "line": 748,
12367
+ "line": 793,
12223
12368
  "origin": "js-markup",
12224
12369
  "confidence": "certain"
12225
12370
  },
@@ -12264,7 +12409,7 @@
12264
12409
  "surface": "builders-hall",
12265
12410
  "text": "{…} of {…} criteria satisfied",
12266
12411
  "file": "modules/hall-ui/public/goals-render.js",
12267
- "line": 631,
12412
+ "line": 676,
12268
12413
  "origin": "js-markup",
12269
12414
  "confidence": "certain"
12270
12415
  },
@@ -12327,7 +12472,7 @@
12327
12472
  "surface": "builders-hall",
12328
12473
  "text": "{…} seeded",
12329
12474
  "file": "modules/hall-ui/public/roadmap.js",
12330
- "line": 194,
12475
+ "line": 214,
12331
12476
  "origin": "js-markup",
12332
12477
  "confidence": "certain"
12333
12478
  },
@@ -12363,7 +12508,7 @@
12363
12508
  "surface": "builders-hall",
12364
12509
  "text": "{…} shipped, {…} confirmed, {…} completed, {…} remaining of {…}",
12365
12510
  "file": "modules/hall-ui/public/roadmap.js",
12366
- "line": 285,
12511
+ "line": 305,
12367
12512
  "origin": "js-markup",
12368
12513
  "confidence": "certain"
12369
12514
  },
@@ -12372,7 +12517,7 @@
12372
12517
  "surface": "builders-hall",
12373
12518
  "text": "{…} tasks · {…}",
12374
12519
  "file": "modules/hall-ui/public/roadmap.js",
12375
- "line": 406,
12520
+ "line": 431,
12376
12521
  "origin": "js-markup",
12377
12522
  "confidence": "certain"
12378
12523
  },
@@ -12381,7 +12526,7 @@
12381
12526
  "surface": "builders-hall",
12382
12527
  "text": "{…} to claim",
12383
12528
  "file": "modules/hall-ui/public/goals-render.js",
12384
- "line": 384,
12529
+ "line": 393,
12385
12530
  "origin": "js-text-assign",
12386
12531
  "confidence": "certain"
12387
12532
  },
@@ -12399,7 +12544,16 @@
12399
12544
  "surface": "builders-hall",
12400
12545
  "text": "{…} total",
12401
12546
  "file": "modules/hall-ui/public/roadmap.js",
12402
- "line": 108,
12547
+ "line": 127,
12548
+ "origin": "js-markup",
12549
+ "confidence": "certain"
12550
+ },
12551
+ {
12552
+ "id": "1a8a6267e490",
12553
+ "surface": "builders-hall",
12554
+ "text": "{…} unfinished task{…} — say what happens to each",
12555
+ "file": "modules/hall-ui/public/goals-render.js",
12556
+ "line": 1006,
12403
12557
  "origin": "js-markup",
12404
12558
  "confidence": "certain"
12405
12559
  },
@@ -12611,11 +12765,20 @@
12611
12765
  "confidence": "certain"
12612
12766
  },
12613
12767
  {
12614
- "id": "9ac518dfa95e",
12768
+ "id": "d2c30a1ee74e",
12769
+ "surface": "builders-hall",
12770
+ "text": "— decide —",
12771
+ "file": "modules/hall-ui/public/goals-render.js",
12772
+ "line": 970,
12773
+ "origin": "js-markup",
12774
+ "confidence": "certain"
12775
+ },
12776
+ {
12777
+ "id": "417adabd1a00",
12615
12778
  "surface": "builders-hall",
12616
- "text": "— none (the version's general bucket) —",
12779
+ "text": "— no goal suggested — open the goal board and pick one —",
12617
12780
  "file": "modules/hall-ui/public/task-detail.js",
12618
- "line": 320,
12781
+ "line": 324,
12619
12782
  "origin": "js-markup",
12620
12783
  "confidence": "certain"
12621
12784
  },
@@ -12768,7 +12931,7 @@
12768
12931
  "surface": "builders-hall",
12769
12932
  "text": "→ no idea #",
12770
12933
  "file": "modules/hall-ui/public/task-detail.js",
12771
- "line": 484,
12934
+ "line": 495,
12772
12935
  "origin": "js-text-assign",
12773
12936
  "confidence": "certain"
12774
12937
  },
@@ -12790,6 +12953,24 @@
12790
12953
  "origin": "html-text",
12791
12954
  "confidence": "certain"
12792
12955
  },
12956
+ {
12957
+ "id": "946efde0885f",
12958
+ "surface": "builders-hall",
12959
+ "text": "⚖ Admitted by {…}",
12960
+ "file": "modules/hall-ui/public/goals-render.js",
12961
+ "line": 867,
12962
+ "origin": "js-markup",
12963
+ "confidence": "certain"
12964
+ },
12965
+ {
12966
+ "id": "5d6f38a02386",
12967
+ "surface": "builders-hall",
12968
+ "text": "⚖ admitted",
12969
+ "file": "modules/hall-ui/public/goals-render.js",
12970
+ "line": 184,
12971
+ "origin": "js-markup",
12972
+ "confidence": "certain"
12973
+ },
12793
12974
  {
12794
12975
  "id": "1375334c77f6",
12795
12976
  "surface": "builders-hall",
@@ -12804,7 +12985,7 @@
12804
12985
  "surface": "builders-hall",
12805
12986
  "text": "✎ {…} file{…}",
12806
12987
  "file": "modules/hall-ui/public/goals-render.js",
12807
- "line": 318,
12988
+ "line": 327,
12808
12989
  "origin": "js-markup",
12809
12990
  "confidence": "certain"
12810
12991
  },
@@ -12840,7 +13021,7 @@
12840
13021
  "surface": "builders-hall",
12841
13022
  "text": "🔒 Private",
12842
13023
  "file": "modules/hall-ui/public/goals-render.js",
12843
- "line": 797,
13024
+ "line": 842,
12844
13025
  "origin": "js-markup",
12845
13026
  "confidence": "certain"
12846
13027
  },
@@ -12849,7 +13030,7 @@
12849
13030
  "surface": "builders-hall",
12850
13031
  "text": "🔒 Request to join",
12851
13032
  "file": "modules/hall-ui/public/goals-render.js",
12852
- "line": 861,
13033
+ "line": 941,
12853
13034
  "origin": "js-markup",
12854
13035
  "confidence": "certain"
12855
13036
  },
@@ -12858,7 +13039,7 @@
12858
13039
  "surface": "builders-hall",
12859
13040
  "text": "🛡 Archon-mediated",
12860
13041
  "file": "modules/hall-ui/public/goals-render.js",
12861
- "line": 803,
13042
+ "line": 848,
12862
13043
  "origin": "js-markup",
12863
13044
  "confidence": "certain"
12864
13045
  },