erdos-problems 0.1.9 → 0.1.11

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 (32) hide show
  1. package/README.md +37 -7
  2. package/docs/RESEARCH_LOOP.md +12 -3
  3. package/package.json +2 -1
  4. package/packs/sunflower/README.md +6 -2
  5. package/packs/sunflower/problems/20/ATOMIC_BOARD.md +45 -0
  6. package/packs/sunflower/problems/20/ATOMIC_BOARD.yaml +98 -0
  7. package/packs/sunflower/problems/536/AGENT_START.md +15 -0
  8. package/packs/sunflower/problems/536/ATOMIC_BOARD.md +25 -0
  9. package/packs/sunflower/problems/536/ATOMIC_BOARD.yaml +62 -0
  10. package/packs/sunflower/problems/536/CHECKPOINT_PACKET.md +11 -0
  11. package/packs/sunflower/problems/536/REPORT_PACKET.md +11 -0
  12. package/packs/sunflower/problems/536/ROUTE_PACKET.yaml +13 -0
  13. package/packs/sunflower/problems/856/AGENT_START.md +15 -0
  14. package/packs/sunflower/problems/856/ATOMIC_BOARD.md +25 -0
  15. package/packs/sunflower/problems/856/ATOMIC_BOARD.yaml +62 -0
  16. package/packs/sunflower/problems/856/CHECKPOINT_PACKET.md +11 -0
  17. package/packs/sunflower/problems/856/REPORT_PACKET.md +11 -0
  18. package/packs/sunflower/problems/856/ROUTE_PACKET.yaml +13 -0
  19. package/packs/sunflower/problems/857/ATOMIC_BOARD.md +52 -0
  20. package/packs/sunflower/problems/857/ATOMIC_BOARD.yaml +197 -0
  21. package/src/cli/index.js +5 -4
  22. package/src/commands/maintainer.js +8 -1
  23. package/src/commands/pull.js +174 -7
  24. package/src/commands/seed.js +26 -2
  25. package/src/commands/sunflower.js +124 -2
  26. package/src/commands/workspace.js +8 -0
  27. package/src/runtime/breakthroughs.js +197 -0
  28. package/src/runtime/maintainer-seed.js +67 -1
  29. package/src/runtime/problem-artifacts.js +2 -0
  30. package/src/runtime/sunflower.js +188 -3
  31. package/src/upstream/public-search.js +139 -0
  32. package/src/upstream/site.js +41 -0
package/README.md CHANGED
@@ -22,6 +22,7 @@ Official binary:
22
22
  - workspace `.erdos/` state for active-problem selection, upstream refreshes, scaffolds, and pull bundles
23
23
  - sunflower cluster as the first deep harness pack
24
24
  - quartet-aware sunflower context for `20`, `536`, `856`, and `857`
25
+ - packaged atomic/bridge board packets for the full sunflower quartet
25
26
  - packaged compute-lane metadata for deep sunflower problems, surfaced directly in the CLI
26
27
  - seeded atlas now includes open and solved problems beyond sunflower
27
28
  - unseeded problems can still be pulled into a workspace from the bundled upstream snapshot
@@ -39,13 +40,14 @@ erdos problem list --cluster sunflower
39
40
  erdos bootstrap problem 857
40
41
  erdos problem artifacts 857 --json
41
42
  erdos sunflower status 857
43
+ erdos sunflower board 857
42
44
  erdos dossier show 857
43
45
  ```
44
46
 
45
47
  For an unseeded problem, the one-step self-seeding flow is now:
46
48
 
47
49
  ```bash
48
- erdos seed problem 25 --include-site --cluster number-theory
50
+ erdos seed problem 25 --cluster number-theory
49
51
  erdos problem show 25
50
52
  erdos workspace show
51
53
  ```
@@ -60,6 +62,8 @@ What `bootstrap` does:
60
62
 
61
63
  What `seed` does:
62
64
  - creates a pull bundle for any problem in the upstream snapshot
65
+ - defaults to a live site snapshot plus a public-search review bundle
66
+ - treats a problem as seed-admissible only when the public site says `open`, unless you intentionally pass `--allow-non-open`
63
67
  - promotes that bundle into `.erdos/seeded-problems/<id>/`
64
68
  - auto-selects the problem in the workspace
65
69
  - syncs the bundled ORP workspace kit into `.erdos/orp/`
@@ -69,6 +73,8 @@ What `seed` does:
69
73
  - `AGENT_START.md`
70
74
  - `ROUTES.md`
71
75
  - `CHECKPOINT_NOTES.md`
76
+ - `PUBLIC_STATUS_REVIEW.md`
77
+ - `AGENT_WEBSEARCH_BRIEF.md`
72
78
 
73
79
  ## Pull lanes
74
80
 
@@ -78,7 +84,7 @@ For any problem number in the upstream snapshot, you can create a workspace bund
78
84
  erdos pull problem 857
79
85
  erdos pull artifacts 857
80
86
  erdos pull literature 857
81
- erdos pull problem 999 --include-site
87
+ erdos pull problem 999 --include-site --include-public-search
82
88
  erdos pull problem 999 --refresh-upstream
83
89
  ```
84
90
 
@@ -91,6 +97,10 @@ What the pull lanes do:
91
97
  - `erdos pull literature <id>` creates only the literature lane
92
98
  - when a problem is locally seeded, the artifact lane includes the canonical dossier, pack context, and compute packets
93
99
  - when `--include-site` is used, the literature lane can include a live site snapshot and plain-text extract
100
+ - when `--include-public-search` is used, the literature lane also includes:
101
+ - `PUBLIC_STATUS_REVIEW.md`
102
+ - `PUBLIC_STATUS_REVIEW.json`
103
+ - `AGENT_WEBSEARCH_BRIEF.md`
94
104
 
95
105
  ## Maintainer seeding
96
106
 
@@ -115,6 +125,9 @@ What maintainer seeding does:
115
125
  - `AGENT_START.md`
116
126
  - `ROUTES.md`
117
127
  - `CHECKPOINT_NOTES.md`
128
+ - public-truth starter files:
129
+ - `PUBLIC_STATUS_REVIEW.md`
130
+ - `AGENT_WEBSEARCH_BRIEF.md`
118
131
  - preserves upstream/site provenance in the local record
119
132
 
120
133
  ## Sunflower pack
@@ -125,9 +138,11 @@ The first deep pack is the sunflower quartet:
125
138
  - `536`: natural-density LCM analogue
126
139
  - `856`: harmonic-density LCM analogue
127
140
 
128
- Deep sunflower problems now also ship route packets:
129
- - `20`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`
130
- - `857`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`
141
+ Sunflower problems now ship pack packets:
142
+ - `20`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
143
+ - `857`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
144
+ - `536`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
145
+ - `856`: `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
131
146
 
132
147
  Useful sunflower commands:
133
148
 
@@ -135,6 +150,8 @@ Useful sunflower commands:
135
150
  erdos cluster show sunflower
136
151
  erdos sunflower status 20
137
152
  erdos sunflower status 536
153
+ erdos sunflower board 536
154
+ erdos sunflower board 857
138
155
  erdos sunflower status 857 --json
139
156
  ```
140
157
 
@@ -144,8 +161,17 @@ erdos sunflower status 857 --json
144
161
  - active route
145
162
  - route breakthrough state
146
163
  - problem-solved distinction
164
+ - atomic board posture, active ticket, ready-atom count, and first ready atom when a board packet exists
147
165
  - compute posture when a packet exists
148
166
 
167
+ `erdos sunflower board` surfaces:
168
+ - mirrored lab atomic boards for `20` and `857`
169
+ - lighter dossier-bridge boards for `536` and `856`
170
+ - route status
171
+ - ticket board summary
172
+ - first-principles ladder
173
+ - ready queue
174
+
149
175
  ## ORP
150
176
 
151
177
  `erdos-problems` now ships a bundled Open Research Protocol kit:
@@ -185,6 +211,7 @@ erdos workspace show
185
211
  erdos orp show
186
212
  erdos orp sync
187
213
  erdos sunflower status 857
214
+ erdos sunflower board 857
188
215
  erdos sunflower status --json
189
216
  erdos dossier show
190
217
  erdos upstream show
@@ -193,7 +220,7 @@ erdos upstream diff
193
220
  erdos scaffold problem 857
194
221
  erdos bootstrap problem 857
195
222
  erdos bootstrap problem 857 --sync-upstream
196
- erdos seed problem 25 --include-site --cluster number-theory
223
+ erdos seed problem 25 --cluster number-theory
197
224
  erdos pull problem 857
198
225
  erdos pull artifacts 857
199
226
  erdos pull literature 857
@@ -221,6 +248,8 @@ Many seeded dossiers now also carry starter-loop artifacts:
221
248
  - `AGENT_START.md`
222
249
  - `ROUTES.md`
223
250
  - `CHECKPOINT_NOTES.md`
251
+ - `PUBLIC_STATUS_REVIEW.md`
252
+ - `AGENT_WEBSEARCH_BRIEF.md`
224
253
 
225
254
  The CLI can surface these directly:
226
255
  - `erdos problem artifacts <id>` shows the canonical inventory
@@ -234,8 +263,9 @@ The CLI can surface these directly:
234
263
  For sunflower problems, the CLI also surfaces pack-specific artifacts:
235
264
  - pack README context
236
265
  - per-problem context files under `packs/sunflower/problems/<id>/`
237
- - route packets and checkpoint/report packets for `20` and `857`
266
+ - route packets, checkpoint/report packets, and board packets for the full sunflower quartet
238
267
  - compute packets under `packs/sunflower/compute/<id>/` when available
268
+ - compute-governance evaluation under `breakthroughs`, surfaced through `erdos sunflower status`
239
269
 
240
270
  ## Notes
241
271
 
@@ -26,8 +26,9 @@ Workspace runtime files live under `.erdos/`:
26
26
  5. Set continuation mode.
27
27
  6. Sync checkpoints.
28
28
  7. Pull or scaffold artifacts.
29
- 8. Work the active route.
30
- 9. Sync checkpoints again at honest boundaries.
29
+ 8. Review public status and agent websearch brief if the problem was freshly seeded.
30
+ 9. Work the active route.
31
+ 10. Sync checkpoints again at honest boundaries.
31
32
 
32
33
  ## Commands
33
34
 
@@ -44,7 +45,7 @@ erdos workspace show
44
45
  For problems that are not yet packaged as native dossiers, the loop can start with one-step self-seeding:
45
46
 
46
47
  ```bash
47
- erdos seed problem 25 --include-site --cluster number-theory
48
+ erdos seed problem 25 --cluster number-theory
48
49
  erdos preflight
49
50
  erdos continuation use route
50
51
  erdos checkpoints sync
@@ -56,6 +57,8 @@ The seeded dossier now also includes starter-loop artifacts:
56
57
  - `AGENT_START.md`
57
58
  - `ROUTES.md`
58
59
  - `CHECKPOINT_NOTES.md`
60
+ - `PUBLIC_STATUS_REVIEW.md`
61
+ - `AGENT_WEBSEARCH_BRIEF.md`
59
62
 
60
63
  The ORP kit travels with the workspace too:
61
64
  - `PROTOCOL.md`
@@ -64,6 +67,12 @@ The ORP kit travels with the workspace too:
64
67
  - `templates/VERIFICATION_RECORD.md`
65
68
  - `templates/FAILED_TOPIC.md`
66
69
 
70
+ For sunflower compute lanes, ORP now sits above `breakthroughs`:
71
+ - `erdos sunflower status <id>` evaluates the packaged compute lane with `breakthroughs`
72
+ - `erdos sunflower board <id>` exposes the packaged atomic or bridge board for the active sunflower problem
73
+ - the CLI surfaces the selected rung, dispatch action, and the reason compute is admissible
74
+ - this is compute governance and traceability, not an automatic compute launch
75
+
67
76
  ## Status ladder
68
77
 
69
78
  The public package uses the same ladder we converged on in the lab:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erdos-problems",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "CLI atlas and staged research harness for Paul Erdos problems.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,6 +31,7 @@
31
31
  "sunflower"
32
32
  ],
33
33
  "dependencies": {
34
+ "breakthroughs": "^0.1.1",
34
35
  "yaml": "^2.8.3"
35
36
  },
36
37
  "license": "MIT"
@@ -15,5 +15,9 @@ Profiles:
15
15
  - `856`: dossier bridge, harmonic-density LCM analogue
16
16
 
17
17
  Deep route packets:
18
- - `20` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`
19
- - `857` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`
18
+ - `20` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
19
+ - `857` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
20
+
21
+ Bridge packets:
22
+ - `536` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
23
+ - `856` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`
@@ -0,0 +1,45 @@
1
+ # Problem 20 Atomic Board Packet
2
+
3
+ - Profile: `deep_atomic_ops`
4
+ - Source board JSON: `sunflower-coda/repo/analysis/problem20_k3_gateboard.json`
5
+ - Source board markdown: `sunflower-coda/repo/docs/PROBLEM20_K3_OPS_BOARD.md`
6
+ - Module target: `sunflower-coda/repo/sunflower_lean/SunflowerLean/ErdosProblem20.lean`
7
+
8
+ ## Route Status
9
+
10
+ | Route | Loose | Strict |
11
+ |---|---:|---:|
12
+ | `uniform_prize` | `7/7` | `7/7` |
13
+ | `uniform_prize_final_k3` | `5/5` | `5/5` |
14
+ | `uniform_prize_full_all_k` | `0/1` | `0/1` |
15
+
16
+ ## Ticket Board
17
+
18
+ | Ticket | Leaf | Status | Gates | Atoms |
19
+ |---|---|---|---:|---:|
20
+ | `T1` | `UniformBoundF3Global` | `done` | `5/5` | `16/16` |
21
+ | `T2` | `UniformBoundF4Global` | `done` | `5/5` | `15/15` |
22
+ | `T3` | `UniformBoundF5Global` | `done` | `5/5` | `15/15` |
23
+ | `T4` | `UniformBoundF6Global` | `done` | `5/5` | `15/15` |
24
+ | `T5` | `UniformK3EnvelopeFrom7WithPolySlack` | `done` | `5/5` | `15/15` |
25
+ | `T6` | `UniformK3From7BaseRangeHyp` | `open` | `5/5` | `77/77` |
26
+
27
+ ## First-Principles Ladder
28
+
29
+ | Tier | Done |
30
+ |---|---:|
31
+ | `P0-SpecLock` | `18/18` |
32
+ | `P1-StructuralKernel` | `18/18` |
33
+ | `P2-QuantAssembly` | `13/13` |
34
+ | `P3-InterfaceLift` | `18/18` |
35
+ | `P4-Verification` | `86/86` |
36
+
37
+ ## Ready Queue
38
+
39
+ - *(none)*
40
+
41
+ ## Public-Pack Interpretation
42
+
43
+ - The public pack mirrors a lab board where the `uniform_prize_final_k3` route is closed.
44
+ - The support lane `T6` remains visible because it carries future reusable witness-construction pressure.
45
+ - The honest next move is not a dependency-satisfied atom today; it is to freeze the next support-lane witness packet before pretending progress is locally admissible.
@@ -0,0 +1,98 @@
1
+ board_packet_id: strong20_uniform_k3_atomic_board_v1
2
+ board_profile: deep_atomic_ops
3
+ board_title: Problem 20 K=3 Closure Ops Board
4
+ problem_id: "20"
5
+ active_route: uniform_k3_frontier
6
+ frontier_claim: Keep the public strong-sunflower pack aligned with the live k=3 closure board and surface the remaining support-lane pressure honestly.
7
+ module_target: sunflower-coda/repo/sunflower_lean/SunflowerLean/ErdosProblem20.lean
8
+ source_kind: mirrored_from_lab
9
+ source_board_json: sunflower-coda/repo/analysis/problem20_k3_gateboard.json
10
+ source_board_markdown: sunflower-coda/repo/docs/PROBLEM20_K3_OPS_BOARD.md
11
+ active_ticket_id: T6
12
+ route_status:
13
+ - route: uniform_prize
14
+ loose_done: 7
15
+ loose_total: 7
16
+ strict_done: 7
17
+ strict_total: 7
18
+ - route: uniform_prize_final_k3
19
+ loose_done: 5
20
+ loose_total: 5
21
+ strict_done: 5
22
+ strict_total: 5
23
+ - route: uniform_prize_full_all_k
24
+ loose_done: 0
25
+ loose_total: 1
26
+ strict_done: 0
27
+ strict_total: 1
28
+ tickets:
29
+ - ticket_id: T1
30
+ ticket_name: "Closure Lane T1: UniformBoundF3Global"
31
+ route_leaf: UniformBoundF3Global
32
+ leaf_status: done
33
+ gates_done: 5
34
+ gates_total: 5
35
+ atoms_done: 16
36
+ atoms_total: 16
37
+ - ticket_id: T2
38
+ ticket_name: "Closure Lane T2: UniformBoundF4Global"
39
+ route_leaf: UniformBoundF4Global
40
+ leaf_status: done
41
+ gates_done: 5
42
+ gates_total: 5
43
+ atoms_done: 15
44
+ atoms_total: 15
45
+ - ticket_id: T3
46
+ ticket_name: "Closure Lane T3: UniformBoundF5Global"
47
+ route_leaf: UniformBoundF5Global
48
+ leaf_status: done
49
+ gates_done: 5
50
+ gates_total: 5
51
+ atoms_done: 15
52
+ atoms_total: 15
53
+ - ticket_id: T4
54
+ ticket_name: "Closure Lane T4: UniformBoundF6Global"
55
+ route_leaf: UniformBoundF6Global
56
+ leaf_status: done
57
+ gates_done: 5
58
+ gates_total: 5
59
+ atoms_done: 15
60
+ atoms_total: 15
61
+ - ticket_id: T5
62
+ ticket_name: "Closure Lane T5: UniformK3EnvelopeFrom7WithPolySlack"
63
+ route_leaf: UniformK3EnvelopeFrom7WithPolySlack
64
+ leaf_status: done
65
+ gates_done: 5
66
+ gates_total: 5
67
+ atoms_done: 15
68
+ atoms_total: 15
69
+ - ticket_id: T6
70
+ ticket_name: "Support Lane T6: UniformK3From7 Base/Step Witness Construction"
71
+ route_leaf: UniformK3From7BaseRangeHyp
72
+ leaf_status: open
73
+ gates_done: 5
74
+ gates_total: 5
75
+ atoms_done: 77
76
+ atoms_total: 77
77
+ ladder:
78
+ - tier: P0-SpecLock
79
+ done: 18
80
+ total: 18
81
+ - tier: P1-StructuralKernel
82
+ done: 18
83
+ total: 18
84
+ - tier: P2-QuantAssembly
85
+ done: 13
86
+ total: 13
87
+ - tier: P3-InterfaceLift
88
+ done: 18
89
+ total: 18
90
+ - tier: P4-Verification
91
+ done: 86
92
+ total: 86
93
+ ready_queue: []
94
+ mirage_frontiers: []
95
+ notes:
96
+ - Mirrored from the live sunflower-coda problem-20 lab board; counts reflect the lab closure/support frontier.
97
+ - The final k=3 route is closed in the mirrored board.
98
+ - The support lane remains open but currently has no dependency-satisfied ready atom.
@@ -0,0 +1,15 @@
1
+ # Problem 536 Agent Start
2
+
3
+ Start here:
4
+ - treat `536` as a sunflower-family bridge problem, not a deep theorem harness yet
5
+ - read the dossier, the pack context, and the atomic bridge board together
6
+ - preserve the exact relation to `857`, `856`, and `20`
7
+
8
+ First loop:
9
+ - verify the publicized open status with the seeded public-status review
10
+ - freeze the exact statement and reference surface
11
+ - record the cleanest natural-density analogue back to the weak sunflower program
12
+
13
+ Do not do:
14
+ - do not pretend `536` already has Lean-scanner route depth
15
+ - do not overclaim progress on `857` from a loose analogy note alone
@@ -0,0 +1,25 @@
1
+ # Problem 536 Bridge Board Packet
2
+
3
+ - Profile: `dossier_bridge`
4
+ - Source kind: `public_pack_bridge`
5
+
6
+ ## Route Status
7
+
8
+ | Route | Loose | Strict |
9
+ |---|---:|---:|
10
+ | `natural_density_lcm_bridge` | `0/3` | `0/3` |
11
+
12
+ ## Active Ticket
13
+
14
+ | Ticket | Leaf | Status | Gates | Atoms |
15
+ |---|---|---|---:|---:|
16
+ | `T1` Dossier Source Lock | `public_status_and_statement_lock` | `open` | `1/3` | `2/6` |
17
+
18
+ ## Ready Queue
19
+
20
+ - `T1.G1.A3`: Run the public-status review and freeze the exact open-state snapshot for problem `536`
21
+
22
+ ## Notes
23
+
24
+ - This board is intentionally lighter than the theorem-engine boards for `20` and `857`.
25
+ - It exists to give agents a disciplined analogue bridge workflow instead of a loose note-taking lane.
@@ -0,0 +1,62 @@
1
+ board_packet_id: sunflower536_bridge_board_v1
2
+ board_profile: dossier_bridge
3
+ board_title: Problem 536 Natural-Density LCM Bridge Board
4
+ problem_id: "536"
5
+ active_route: natural_density_lcm_bridge
6
+ frontier_claim: Keep 536 research-ready by freezing public status, exact analogue statements, and explicit bridge artifacts back to 857.
7
+ module_target: ""
8
+ source_kind: public_pack_bridge
9
+ active_ticket_id: T1
10
+ route_status:
11
+ - route: natural_density_lcm_bridge
12
+ loose_done: 0
13
+ loose_total: 3
14
+ strict_done: 0
15
+ strict_total: 3
16
+ tickets:
17
+ - ticket_id: T1
18
+ ticket_name: Dossier Source Lock
19
+ route_leaf: public_status_and_statement_lock
20
+ leaf_status: open
21
+ gates_done: 1
22
+ gates_total: 3
23
+ atoms_done: 2
24
+ atoms_total: 6
25
+ - ticket_id: T2
26
+ ticket_name: Analogue Translation Bridge
27
+ route_leaf: lcm_analogue_bridge_note
28
+ leaf_status: open
29
+ gates_done: 0
30
+ gates_total: 3
31
+ atoms_done: 0
32
+ atoms_total: 6
33
+ - ticket_id: T3
34
+ ticket_name: Transfer Back To 857
35
+ route_leaf: density_to_weak_sunflower_hook
36
+ leaf_status: open
37
+ gates_done: 0
38
+ gates_total: 3
39
+ atoms_done: 0
40
+ atoms_total: 6
41
+ ladder:
42
+ - tier: P0-SpecLock
43
+ done: 2
44
+ total: 6
45
+ - tier: P1-StructuralKernel
46
+ done: 0
47
+ total: 6
48
+ - tier: P2-QuantAssembly
49
+ done: 0
50
+ total: 6
51
+ ready_queue:
52
+ - atom_id: T1.G1.A3
53
+ ticket_id: T1
54
+ gate_id: T1.G1
55
+ tier: P0-SpecLock
56
+ kind: review
57
+ title: Run the public-status review and freeze the exact open-state snapshot for problem 536
58
+ status: ready
59
+ mirage_frontiers: []
60
+ notes:
61
+ - This is a public-pack bridge board, not a Lean-scanner board.
62
+ - Counts track dossier and bridge completeness so agents can move with the same disciplined loop as the deep sunflower problems.
@@ -0,0 +1,11 @@
1
+ # Problem 536 Checkpoint Packet
2
+
3
+ Checkpoint when one of these becomes true:
4
+ - the public-status review is refreshed and clearly archived
5
+ - the exact analogue statement is normalized in dossier language
6
+ - a crisp bridge note back to `857` is written and cited
7
+
8
+ What to record:
9
+ - upstream/site/public-search provenance
10
+ - exact wording of the analogue
11
+ - what changed for the next agent
@@ -0,0 +1,11 @@
1
+ # Problem 536 Report Packet
2
+
3
+ Public-facing report shape:
4
+ - open problem status
5
+ - natural-density LCM framing
6
+ - relation to `857`, `856`, and `20`
7
+ - exact artifacts pulled this pass
8
+ - next honest bridge move
9
+
10
+ Avoid:
11
+ - speaking as if a theorem-harness closure happened here unless a real deeper pack is added later
@@ -0,0 +1,13 @@
1
+ route_packet_id: sunflower536_natural_density_bridge_v1
2
+ route_id: natural_density_lcm_bridge
3
+ frontier_claim: Keep the natural-density LCM analogue synchronized with the weak sunflower program and preserve an honest bridge from public status to research artifacts.
4
+ theorem_module: ""
5
+ checkpoint_packet: CHECKPOINT_PACKET.md
6
+ report_packet: REPORT_PACKET.md
7
+ ready_prompts:
8
+ - Which exact combinatorial-to-number-theoretic bridge from 536 to 857 should be frozen next?
9
+ - Which public-status or reference artifact is still missing from the 536 dossier bridge?
10
+ verification_hook:
11
+ - erdos sunflower status 536
12
+ - erdos sunflower board 536
13
+ - erdos problem artifacts 536 --json
@@ -0,0 +1,15 @@
1
+ # Problem 856 Agent Start
2
+
3
+ Start here:
4
+ - treat `856` as the harmonic-density / logarithmic-density LCM analogue inside the sunflower quartet
5
+ - keep the exponent-transfer story back to `857` explicit
6
+ - use the bridge board rather than improvising a loose literature pass
7
+
8
+ First loop:
9
+ - verify the publicized open status with the seeded public-status review
10
+ - freeze the exact statement and density language
11
+ - record how progress here would alter `857`-style exponent expectations
12
+
13
+ Do not do:
14
+ - do not pretend `856` already has the same theorem-board depth as `20` or `857`
15
+ - do not state an exponent consequence unless the supporting bridge artifact is explicitly written down
@@ -0,0 +1,25 @@
1
+ # Problem 856 Bridge Board Packet
2
+
3
+ - Profile: `dossier_bridge`
4
+ - Source kind: `public_pack_bridge`
5
+
6
+ ## Route Status
7
+
8
+ | Route | Loose | Strict |
9
+ |---|---:|---:|
10
+ | `harmonic_density_lcm_bridge` | `0/3` | `0/3` |
11
+
12
+ ## Active Ticket
13
+
14
+ | Ticket | Leaf | Status | Gates | Atoms |
15
+ |---|---|---|---:|---:|
16
+ | `T1` Dossier Source Lock | `public_status_and_density_lock` | `open` | `1/3` | `2/6` |
17
+
18
+ ## Ready Queue
19
+
20
+ - `T1.G1.A3`: Run the public-status review and freeze the exact open-state snapshot for problem `856`
21
+
22
+ ## Notes
23
+
24
+ - This board is intentionally lighter than the theorem-engine boards for `20` and `857`.
25
+ - It keeps the `856` to `857` exponent bridge explicit instead of leaving it as an unstructured literature hunch.
@@ -0,0 +1,62 @@
1
+ board_packet_id: sunflower856_bridge_board_v1
2
+ board_profile: dossier_bridge
3
+ board_title: Problem 856 Harmonic-Density LCM Bridge Board
4
+ problem_id: "856"
5
+ active_route: harmonic_density_lcm_bridge
6
+ frontier_claim: Keep 856 research-ready by freezing public status, exact density-language statements, and explicit exponent-transfer artifacts back to 857.
7
+ module_target: ""
8
+ source_kind: public_pack_bridge
9
+ active_ticket_id: T1
10
+ route_status:
11
+ - route: harmonic_density_lcm_bridge
12
+ loose_done: 0
13
+ loose_total: 3
14
+ strict_done: 0
15
+ strict_total: 3
16
+ tickets:
17
+ - ticket_id: T1
18
+ ticket_name: Dossier Source Lock
19
+ route_leaf: public_status_and_density_lock
20
+ leaf_status: open
21
+ gates_done: 1
22
+ gates_total: 3
23
+ atoms_done: 2
24
+ atoms_total: 6
25
+ - ticket_id: T2
26
+ ticket_name: Density Translation Bridge
27
+ route_leaf: harmonic_density_bridge_note
28
+ leaf_status: open
29
+ gates_done: 0
30
+ gates_total: 3
31
+ atoms_done: 0
32
+ atoms_total: 6
33
+ - ticket_id: T3
34
+ ticket_name: Exponent Transfer Back To 857
35
+ route_leaf: exponent_transfer_hook
36
+ leaf_status: open
37
+ gates_done: 0
38
+ gates_total: 3
39
+ atoms_done: 0
40
+ atoms_total: 6
41
+ ladder:
42
+ - tier: P0-SpecLock
43
+ done: 2
44
+ total: 6
45
+ - tier: P1-StructuralKernel
46
+ done: 0
47
+ total: 6
48
+ - tier: P2-QuantAssembly
49
+ done: 0
50
+ total: 6
51
+ ready_queue:
52
+ - atom_id: T1.G1.A3
53
+ ticket_id: T1
54
+ gate_id: T1.G1
55
+ tier: P0-SpecLock
56
+ kind: review
57
+ title: Run the public-status review and freeze the exact open-state snapshot for problem 856
58
+ status: ready
59
+ mirage_frontiers: []
60
+ notes:
61
+ - This is a public-pack bridge board, not a Lean-scanner board.
62
+ - Counts track dossier and bridge completeness so the exponent-transfer story stays explicit and checkpointable.
@@ -0,0 +1,11 @@
1
+ # Problem 856 Checkpoint Packet
2
+
3
+ Checkpoint when one of these becomes true:
4
+ - the public-status review is refreshed and archived
5
+ - the exact density-language statement is normalized in dossier form
6
+ - an explicit exponent-transfer note back to `857` is written
7
+
8
+ What to record:
9
+ - provenance for the status review
10
+ - exact wording of the density analogue
11
+ - what changed in the `856` to `857` bridge story
@@ -0,0 +1,11 @@
1
+ # Problem 856 Report Packet
2
+
3
+ Public-facing report shape:
4
+ - open problem status
5
+ - harmonic-density / logarithmic-density framing
6
+ - relation to `857`, `536`, and `20`
7
+ - exact artifacts pulled or normalized this pass
8
+ - next honest exponent-transfer move
9
+
10
+ Avoid:
11
+ - claiming more than a dossier/bridge advance unless a deeper theorem harness is actually added later
@@ -0,0 +1,13 @@
1
+ route_packet_id: sunflower856_harmonic_density_bridge_v1
2
+ route_id: harmonic_density_lcm_bridge
3
+ frontier_claim: Keep the harmonic-density LCM analogue synchronized with the weak sunflower program and preserve explicit exponent-transfer artifacts.
4
+ theorem_module: ""
5
+ checkpoint_packet: CHECKPOINT_PACKET.md
6
+ report_packet: REPORT_PACKET.md
7
+ ready_prompts:
8
+ - Which exact exponent-transfer statement from 856 back to 857 should be frozen next?
9
+ - Which density-language artifact is still missing from the 856 bridge dossier?
10
+ verification_hook:
11
+ - erdos sunflower status 856
12
+ - erdos sunflower board 856
13
+ - erdos problem artifacts 856 --json