erdos-problems 0.2.4 → 0.2.6

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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # erdos-problems
2
2
 
3
- > Research cockpit for Paul Erdos problems.
3
+ > CLI and workspace for Paul Erdos problems.
4
4
  >
5
- > Seed a problem. Hand it to an agent. Keep the public truth, local route truth, and verification truth sharply separated.
5
+ > Browse the atlas, scaffold a dossier, and keep public status, local route state, and verification records separate.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/erdos-problems?color=111111&label=npm)](https://www.npmjs.com/package/erdos-problems)
8
8
  [![npm downloads](https://img.shields.io/npm/dm/erdos-problems?color=111111&label=downloads)](https://www.npmjs.com/package/erdos-problems)
@@ -19,21 +19,23 @@ erdos-problems
19
19
  atlas -> dossier -> pack -> checkpoint -> archive
20
20
  ```
21
21
 
22
- `erdos-problems` is a CLI atlas and staged research harness for Paul Erdos problems.
23
- It is built for people who want more than a problem list and for agents that need a real starting surface on day one.
22
+ `erdos-problems` is a CLI for working with Paul Erdos problems. It bundles problem records, local dossiers, workspace scaffolding, and pack-specific views for the problems that already have more structure in this repo.
24
23
 
25
24
  **Links:** [GitHub](https://github.com/SproutSeeds/erdos-problems) · [npm](https://www.npmjs.com/package/erdos-problems)
26
25
 
27
- ## Why It Feels Different
26
+ ## Watch It Run
28
27
 
29
- Most open-problem repos stop at metadata.
28
+ A short example from the first minute:
30
29
 
31
- `erdos-problems` goes further:
32
- - it ships a canonical atlas of Erdős problems
33
- - it creates agent-ready dossiers and workspace bundles
34
- - it keeps upstream public status separate from local research state
35
- - it adds pack-specific cockpits where deeper structure is honest
36
- - it carries an ORP-governed loop so claims, checkpoints, and runs stay disciplined
30
+ ![erdos-problems terminal demo](https://raw.githubusercontent.com/SproutSeeds/erdos-problems/main/assets/terminal-demo.gif)
31
+
32
+ ## What It Includes
33
+
34
+ - a bundled snapshot of the Erdős problem atlas
35
+ - local dossiers and workspace bundles
36
+ - separate surfaces for public status, local route state, and verification records
37
+ - pack-specific views where this repo already has enough structure to support them
38
+ - an ORP-based workflow for claims, checkpoints, and run artifacts
37
39
 
38
40
  ## Start In 60 Seconds
39
41
 
@@ -43,7 +45,7 @@ Install:
43
45
  npm install -g erdos-problems
44
46
  ```
45
47
 
46
- Bootstrap a flagship problem:
48
+ Bootstrap a seeded problem:
47
49
 
48
50
  ```bash
49
51
  erdos bootstrap problem 857
@@ -52,7 +54,7 @@ erdos sunflower ready 857
52
54
  erdos workspace show --json
53
55
  ```
54
56
 
55
- Self-seed an unseeded problem into a fresh workspace:
57
+ Seed a new problem into the current workspace:
56
58
 
57
59
  ```bash
58
60
  erdos seed problem 25 --cluster number-theory
@@ -60,42 +62,28 @@ erdos problem show 25
60
62
  erdos checkpoints sync
61
63
  ```
62
64
 
63
- Archive a solved problem cleanly:
65
+ Archive a solved problem:
64
66
 
65
67
  ```bash
66
68
  erdos graph-theory status 1008
67
69
  erdos archive scaffold 1008 --json
68
70
  ```
69
71
 
70
- ## What You Get
71
-
72
- | Layer | What it does |
73
- | --- | --- |
74
- | Atlas | canonical `problems/<id>/problem.yaml` records plus a bundled upstream snapshot |
75
- | Dossiers | local case files with statement, references, evidence, and formalization paths |
76
- | Workspaces | `.erdos/` state, checkpoints, ORP kit, pull bundles, runs, and archives |
77
- | Packs | deeper family-specific cockpits for problem clusters that deserve them |
78
- | Governance | ORP + `breakthroughs` + public-status review + structured run artifacts |
79
-
80
- ## Coverage Right Now
72
+ ## Current Coverage
81
73
 
82
74
  | Surface | Coverage |
83
75
  | --- | --- |
84
76
  | Bundled upstream atlas | `1183` problems |
85
77
  | Native packaged dossiers | `18` |
86
78
  | Sunflower pack | `20`, `536`, `856`, `857` |
87
- | Number-theory cockpit | `1`, `2` |
88
- | Graph-theory archive cockpit | `19`, `22`, `1008` |
89
- | Deep theorem-facing pack problems | `20`, `857` |
79
+ | Number-theory pack | `1`, `2` |
80
+ | Graph-theory archive pack | `19`, `22`, `1008` |
81
+ | Most developed pack problems | `20`, `857` |
90
82
 
91
83
  Seeded problems today:
92
84
  - `1`, `2`, `3`, `4`, `5`, `6`, `7`, `18`, `19`, `20`, `21`, `22`, `89`, `536`, `542`, `856`, `857`, `1008`
93
85
 
94
- ## Flavor
95
-
96
- The package is meant to feel like a research cockpit, not a bag of files.
97
-
98
- Example:
86
+ ## Example Output
99
87
 
100
88
  ```bash
101
89
  $ erdos sunflower frontier 857
@@ -131,9 +119,9 @@ What this does:
131
119
  - syncs the bundled ORP kit into `.erdos/orp/`
132
120
  - scaffolds the dossier into `.erdos/scaffolds/<id>/`
133
121
  - pulls in pack-specific context where available
134
- - makes the workspace immediately usable by an agent
122
+ - prepares the workspace for the next step
135
123
 
136
- ### 2. Self-seed a new problem
124
+ ### 2. Seed a new problem
137
125
 
138
126
  ```bash
139
127
  erdos seed problem 25 --cluster number-theory
@@ -141,7 +129,7 @@ erdos seed problem 25 --cluster number-theory
141
129
 
142
130
  What this does:
143
131
  - pulls upstream public metadata into a workspace bundle
144
- - includes live site review and an agent-websearch brief by default
132
+ - includes live site review and an agent websearch brief by default
145
133
  - seeds a local dossier into `.erdos/seeded-problems/<id>/`
146
134
  - syncs state, checkpoints, and ORP automatically
147
135
 
@@ -165,7 +153,7 @@ erdos maintainer seed problem 25 --from-pull .erdos/pulls/25 --cluster number-th
165
153
 
166
154
  ### Sunflower Pack
167
155
 
168
- The first deep pack is the sunflower quartet:
156
+ The sunflower pack currently covers this quartet:
169
157
  - `20`: strong / uniform sunflower core
170
158
  - `857`: weak / non-uniform sunflower core
171
159
  - `536`: natural-density LCM analogue
@@ -184,17 +172,17 @@ erdos sunflower atom 857 T10.G3.A2
184
172
  erdos sunflower compute run 857
185
173
  ```
186
174
 
187
- What makes it special:
188
- - mirrored public board packets
189
- - route / ticket / atom cockpit views
175
+ What is included here:
176
+ - public board packets
177
+ - route / ticket / atom views
190
178
  - checkpoint and report packets
191
- - governed local-scout compute posture
179
+ - governed local-scout compute posture where a packet exists
192
180
 
193
- ### Number-Theory Starter Cockpit
181
+ ### Number-Theory Pack
194
182
 
195
- The first lighter non-sunflower pack is number theory:
196
- - `1`: open starter cockpit around a distinct-subset-sum route
197
- - `2`: counterexample/archive cockpit
183
+ The number-theory pack currently includes:
184
+ - `1`: open route-oriented starter pack around a distinct-subset-sum lane
185
+ - `2`: counterexample / archive pack
198
186
 
199
187
  Useful commands:
200
188
 
@@ -207,12 +195,12 @@ erdos number-theory ticket 1 N1
207
195
  erdos number-theory atom 1 N1.G1.A1
208
196
  ```
209
197
 
210
- ### Graph-Theory Archive Cockpit
198
+ ### Graph-Theory Archive Pack
211
199
 
212
- The first archive-first pack outside sunflower is graph theory:
213
- - `19`: decision archive cockpit
214
- - `22`: proof archive cockpit
215
- - `1008`: Lean-facing proof archive cockpit
200
+ The graph-theory archive pack currently includes:
201
+ - `19`: decision archive pack
202
+ - `22`: proof archive pack
203
+ - `1008`: Lean-facing proof archive pack
216
204
 
217
205
  Useful commands:
218
206
 
@@ -229,19 +217,19 @@ Design rule:
229
217
  - keep the archive usable as a method exemplar
230
218
  - preserve public status discipline instead of inflating pressure where none exists
231
219
 
232
- ## Built For Agents
220
+ ## Using It With Agents
233
221
 
234
- If you are using Codex, Claude Code, or another agent harness, the package gives your agent:
222
+ If you are using Codex, Claude Code, or another coding agent, the package provides:
235
223
  - canonical dossier files
236
224
  - upstream provenance
237
- - pack-aware context when available
225
+ - pack-aware context where it exists
238
226
  - `.erdos/` workspace state
239
227
  - ORP templates and protocol guidance
240
228
  - checkpoint shelves
241
- - explicit next-honest-move framing
242
- - machine-readable JSON on the important public surfaces
229
+ - explicit next-step framing
230
+ - machine-readable JSON on the main public surfaces
243
231
 
244
- Especially useful commands for agent workflows:
232
+ Useful commands for agent workflows:
245
233
 
246
234
  ```bash
247
235
  erdos problem artifacts 857 --json
@@ -259,14 +247,12 @@ erdos upstream drift 857 --json
259
247
  - `templates/VERIFICATION_RECORD.md`
260
248
  - `templates/FAILED_TOPIC.md`
261
249
 
262
- The package is opinionated about a clean truth ladder:
250
+ The package keeps these layers separate:
263
251
  - upstream public truth
264
252
  - local canonical dossier truth
265
253
  - workspace bundle truth
266
254
  - pack-specific route / checkpoint / run truth
267
255
 
268
- That separation is one of the main product features.
269
-
270
256
  ## Command Gallery
271
257
 
272
258
  ```bash
@@ -314,12 +300,13 @@ erdos archive scaffold 1008 --json
314
300
 
315
301
  ## Launch Assets
316
302
 
317
- If you are about to push the public GitHub launch, start here:
303
+ If you are preparing a public post, start here:
318
304
  - [docs/LAUNCH_KIT.md](docs/LAUNCH_KIT.md)
319
305
  - `assets/social-card.svg`
306
+ - `assets/terminal-demo.gif`
320
307
 
321
308
  ## Notes
322
309
 
323
310
  - `erdos-problems` is the canonical npm package name.
324
- - the package is already live on npm
325
- - the compact unscoped alias `erdosproblems` is not publishable because npm rejects it as too similar to `erdos-problems`
311
+ - the package is already live on npm.
312
+ - the compact unscoped alias `erdosproblems` is not publishable because npm rejects it as too similar to `erdos-problems`.
Binary file
@@ -4,12 +4,12 @@
4
4
  <rect x="78" y="78" width="1124" height="484" rx="18" fill="#181818" stroke="#C86A3E" stroke-width="2"/>
5
5
 
6
6
  <text x="104" y="168" fill="#F3EBDD" font-family="Menlo, Monaco, Consolas, monospace" font-size="28">erdos-problems</text>
7
- <text x="104" y="228" fill="#F3EBDD" font-family="Georgia, 'Times New Roman', serif" font-size="68" font-weight="700">Research cockpit</text>
8
- <text x="104" y="302" fill="#F3EBDD" font-family="Georgia, 'Times New Roman', serif" font-size="68" font-weight="700">for Paul Erdos problems</text>
7
+ <text x="104" y="228" fill="#F3EBDD" font-family="Georgia, 'Times New Roman', serif" font-size="64" font-weight="700">CLI and workspace</text>
8
+ <text x="104" y="300" fill="#F3EBDD" font-family="Georgia, 'Times New Roman', serif" font-size="64" font-weight="700">for Paul Erdos problems</text>
9
9
 
10
- <text x="104" y="392" fill="#DDB892" font-family="Menlo, Monaco, Consolas, monospace" font-size="28">atlas -> dossier -> pack -> checkpoint -> archive</text>
11
- <text x="104" y="446" fill="#DDB892" font-family="Menlo, Monaco, Consolas, monospace" font-size="24">seed a problem | hand it to an agent | keep the truth clean</text>
10
+ <text x="104" y="388" fill="#DDB892" font-family="Menlo, Monaco, Consolas, monospace" font-size="26">atlas -> dossier -> pack -> checkpoint -> archive</text>
11
+ <text x="104" y="440" fill="#DDB892" font-family="Menlo, Monaco, Consolas, monospace" font-size="22">seed a problem | inspect the record | keep sources separate</text>
12
12
 
13
- <rect x="104" y="490" width="350" height="54" rx="12" fill="#C86A3E"/>
14
- <text x="134" y="525" fill="#111111" font-family="Menlo, Monaco, Consolas, monospace" font-size="24" font-weight="700">npm install -g erdos-problems</text>
13
+ <rect x="104" y="476" width="520" height="64" rx="14" fill="#C86A3E"/>
14
+ <text x="136" y="518" fill="#111111" font-family="Menlo, Monaco, Consolas, monospace" font-size="24" font-weight="700">npm install -g erdos-problems</text>
15
15
  </svg>
Binary file
Binary file
@@ -3,24 +3,24 @@
3
3
  ## Positioning
4
4
 
5
5
  Short version:
6
- - `erdos-problems` is a research cockpit for Paul Erdos problems.
6
+ - `erdos-problems` is a CLI and workspace for Paul Erdos problems.
7
7
 
8
8
  Medium version:
9
- - `erdos-problems` is a CLI atlas and agent-ready research harness for Paul Erdos problems. It goes beyond a problem list by shipping dossiers, pack-specific cockpits, ORP-governed workspaces, and structured pull/seed flows that let humans and agents start real research immediately.
9
+ - `erdos-problems` is a CLI atlas with local dossiers, workspace scaffolding, and pack-specific views for Paul Erdos problems. It is designed to make the first step concrete without blurring public status, local route state, or verification records.
10
10
 
11
11
  Long version:
12
- - `erdos-problems` is built for serious open-problem work. It packages the public Erdős problem atlas, preserves canonical dossier truth, scaffolds agent-ready workspaces, and adds deeper family-specific cockpits where the problem structure is rich enough to justify them. The result is a clean research loop that can move from atlas -> dossier -> route -> checkpoint -> archive without blurring public status, local route pressure, or verification truth.
12
+ - `erdos-problems` packages problem records, local dossiers, seeded workspaces, and pack-specific packets for the parts of the atlas that already have more structure in this repo. The aim is simple: make it easier to move from a problem listing to a working local workspace, while keeping public status, local route state, and verification records separate.
13
13
 
14
14
  ## Launch Copy
15
15
 
16
16
  ### One-liner
17
- - Research cockpit for Paul Erdos problems.
17
+ - CLI and workspace for Paul Erdos problems.
18
18
 
19
19
  ### Short post
20
- - I just released `erdos-problems`: a CLI atlas and agent-ready research harness for Paul Erdos problems. It ships canonical dossiers, ORP-governed workspaces, self-seeding flows, and deeper cockpits for the sunflower family. Install with `npm install -g erdos-problems`. GitHub: https://github.com/SproutSeeds/erdos-problems
20
+ - I just released `erdos-problems`, a CLI and workspace for Paul Erdos problems. It bundles problem records, local dossiers, self-seeding workspaces, and pack-specific views for the sunflower family and a few other problems. Install with `npm install -g erdos-problems`. GitHub: https://github.com/SproutSeeds/erdos-problems
21
21
 
22
22
  ### Longer post
23
- - I just released `erdos-problems`, a CLI atlas and staged research harness for Paul Erdos problems. The goal is not just to list problems, but to make them operational for real research. The package bundles upstream problem data, creates canonical dossiers, scaffolds ORP-governed workspaces, supports one-step self-seeding for new problems, and already includes deeper family-specific cockpits for sunflower, number theory, and graph-theory archive work. It is designed so a person or agent can install it at night and start honest, structured work immediately.
23
+ - I just released `erdos-problems`, a CLI atlas and workspace for Paul Erdos problems. It bundles problem records, local dossiers, ORP-based workspaces, one-step self-seeding for new problems, and more developed pack views for the sunflower family. It is meant to make the move from a problem listing to a working local workspace simpler and more explicit, especially when you want to use coding agents without losing track of public status or verification boundaries.
24
24
 
25
25
  ## Demo Flow
26
26
 
@@ -47,40 +47,43 @@ erdos archive scaffold 1008 --json
47
47
 
48
48
  ## What To Emphasize
49
49
 
50
- - It is not just a metadata dump.
51
- - It is agent-ready out of the box.
52
- - It preserves truth hygiene.
53
- - It supports both open and solved problems.
54
- - It already has a deep sunflower cockpit.
50
+ - It bundles problem records with local dossiers and workspaces.
51
+ - It keeps public status and local research state separate.
52
+ - It works well with coding agents, but it is still usable by hand.
53
+ - It includes more developed sunflower views and lighter starter/archive views elsewhere.
55
54
 
56
55
  ## GitHub Presentation Notes
57
56
 
58
57
  Recommended repo tagline:
59
- - Research cockpit for Paul Erdos problems.
58
+ - CLI and workspace for Paul Erdos problems.
60
59
 
61
60
  Recommended social preview:
62
61
  - editable source: `assets/social-card.svg`
63
62
  - upload-ready raster: `assets/social-card.png`
64
63
 
64
+ Recommended demo assets:
65
+ - animated terminal demo: `assets/terminal-demo.gif`
66
+ - poster frame: `assets/terminal-demo-poster.png`
67
+
65
68
  Recommended pinned bullets:
66
69
  - atlas + dossiers
67
- - ORP-governed workspaces
70
+ - workspaces + checkpoints
68
71
  - self-seeding from public sources
69
- - sunflower family cockpit
72
+ - sunflower pack
70
73
 
71
74
  ## npm Presentation Notes
72
75
 
73
76
  Recommended lead screenshot substitute:
74
- - use the README's command-output sections
75
- - keep the top fast and cinematic
76
- - lead with install + immediate payoff
77
+ - use the README command examples and the demo GIF
78
+ - keep the top short and readable
79
+ - lead with install + one concrete next step
77
80
 
78
81
  ## Suggested Release Checklist
79
82
 
80
83
  - publish npm package
81
84
  - set GitHub social preview image
82
85
  - add repo description/tagline
83
- - pin a short demo GIF or screenshot later if desired
86
+ - pin the terminal demo GIF in the announcement thread or repo launch post
84
87
  - post the one-liner + short post copy
85
88
 
86
89
  ## Live links
@@ -1,6 +1,6 @@
1
1
  # Research Loop
2
2
 
3
- `erdos-problems` now carries the staged research loop that was proven out in the sunflower lab and refined by the `.gpd` flow in `longevity-research`.
3
+ `erdos-problems` includes a staged research loop for selecting problems, syncing workspace state, and recording checkpoints.
4
4
 
5
5
  ## Runtime layout
6
6
 
@@ -56,7 +56,7 @@ erdos checkpoints sync
56
56
 
57
57
  That flow writes the local dossier into `.erdos/seeded-problems/<id>/`, makes it visible to the atlas inside the current workspace, and immediately syncs the same state/checkpoint machinery used by packaged dossiers.
58
58
 
59
- The seeded dossier now also includes starter-loop artifacts:
59
+ The seeded dossier also includes starter-loop artifacts:
60
60
  - `AGENT_START.md`
61
61
  - `ROUTES.md`
62
62
  - `CHECKPOINT_NOTES.md`
@@ -70,7 +70,7 @@ The ORP kit travels with the workspace too:
70
70
  - `templates/VERIFICATION_RECORD.md`
71
71
  - `templates/FAILED_TOPIC.md`
72
72
 
73
- For sunflower compute lanes, ORP now sits above `breakthroughs`:
73
+ For sunflower compute lanes, ORP sits above `breakthroughs`:
74
74
  - `erdos sunflower status <id>` evaluates the packaged compute lane with `breakthroughs`
75
75
  - `erdos sunflower board <id>` exposes the packaged atomic or bridge board for the active sunflower problem
76
76
  - `erdos sunflower ready <id>` exposes the dependency-satisfied ready queue for the packaged board
@@ -85,12 +85,12 @@ For sunflower compute lanes, ORP now sits above `breakthroughs`:
85
85
  - the CLI surfaces the selected rung, dispatch action, and the reason compute is admissible
86
86
  - this is compute governance and traceability, not an automatic paid or unbounded compute launch
87
87
 
88
- For number-theory starter-cockpit problems:
88
+ For number-theory starter-pack problems:
89
89
  - `erdos number-theory status <id>` exposes the current route/frontier posture
90
90
  - `erdos number-theory frontier <id>` compresses the honest next move
91
91
  - `erdos number-theory routes <id>` exposes the small route table
92
92
  - `erdos number-theory tickets <id>` exposes the current ticket/archive packet
93
- - this is deliberately lighter than the sunflower pack and should stay honest about that
93
+ - this layer is intentionally lighter than the sunflower pack
94
94
 
95
95
  For solved problems:
96
96
  - `erdos archive show <id>` exposes archival posture
@@ -98,7 +98,7 @@ For solved problems:
98
98
 
99
99
  ## Status ladder
100
100
 
101
- The public package uses the same ladder we converged on in the lab:
101
+ The public package uses this ladder:
102
102
  - open problem
103
103
  - active route
104
104
  - route breakthrough
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "erdos-problems",
3
- "version": "0.2.4",
4
- "description": "Research cockpit and agent-ready CLI atlas for Paul Erdos problems.",
3
+ "version": "0.2.6",
4
+ "description": "CLI atlas and workspace tools for Paul Erdos problems.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "erdos": "bin/erdos"
@@ -1,28 +1,28 @@
1
1
  # Sunflower Pack
2
2
 
3
- The first deep harness pack in `erdos-problems`.
3
+ The sunflower pack is currently the most developed pack in `erdos-problems`.
4
4
 
5
- Sunflower core quartet:
5
+ Sunflower quartet:
6
6
  - `20`
7
7
  - `536`
8
8
  - `856`
9
9
  - `857`
10
10
 
11
11
  Profiles:
12
- - `20`: deep harness, strong / uniform core
13
- - `857`: deep harness, weak / non-uniform core
14
- - `536`: dossier bridge, natural-density LCM analogue
15
- - `856`: dossier bridge, harmonic-density LCM analogue
12
+ - `20`: more developed pack, strong / uniform core
13
+ - `857`: more developed pack, weak / non-uniform core
14
+ - `536`: bridge-oriented dossier, natural-density LCM analogue
15
+ - `856`: bridge-oriented dossier, harmonic-density LCM analogue
16
16
 
17
- Deep route packets:
17
+ More developed packets:
18
18
  - `20` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`, `FRONTIER_NOTE.md`, `ROUTE_HISTORY.md`, `CHECKPOINT_TEMPLATE.md`, `REPORT_TEMPLATE.md`, `OPS_DETAILS.yaml`
19
19
  - `857` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`, `FRONTIER_NOTE.md`, `ROUTE_HISTORY.md`, `CHECKPOINT_TEMPLATE.md`, `REPORT_TEMPLATE.md`, `OPS_DETAILS.yaml`
20
20
 
21
- Bridge packets:
21
+ Bridge-oriented packets:
22
22
  - `536` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`, `FRONTIER_NOTE.md`, `ROUTE_HISTORY.md`, `CHECKPOINT_TEMPLATE.md`, `REPORT_TEMPLATE.md`, `OPS_DETAILS.yaml`
23
23
  - `856` ships `AGENT_START.md`, `ROUTE_PACKET.yaml`, `CHECKPOINT_PACKET.md`, `REPORT_PACKET.md`, `ATOMIC_BOARD.yaml`, `ATOMIC_BOARD.md`, `FRONTIER_NOTE.md`, `ROUTE_HISTORY.md`, `CHECKPOINT_TEMPLATE.md`, `REPORT_TEMPLATE.md`, `OPS_DETAILS.yaml`
24
24
 
25
- Public cockpit commands:
25
+ Public pack commands:
26
26
  - `erdos sunflower status <id>`
27
27
  - `erdos sunflower board <id>`
28
28
  - `erdos sunflower ready <id>`
@@ -2,7 +2,7 @@
2
2
 
3
3
  Role in family:
4
4
  - strong / uniform sunflower core
5
- - deep-harness sibling to the weak sunflower program on 857
5
+ - more developed sibling to the weak sunflower work on 857
6
6
 
7
7
  Bootstrap focus:
8
8
  - start from the uniform k=3 lane
@@ -2,7 +2,7 @@
2
2
 
3
3
  Role in family:
4
4
  - natural-density LCM analogue inside the sunflower quartet
5
- - dossier-first bridge problem rather than a deep theorem harness today
5
+ - bridge-oriented dossier rather than a more developed theorem pack today
6
6
 
7
7
  Bootstrap focus:
8
8
  - keep the combinatorial relation to 857 explicit
@@ -2,7 +2,7 @@
2
2
 
3
3
  Role in family:
4
4
  - harmonic-density LCM analogue inside the sunflower quartet
5
- - dossier-first bridge problem with direct implications for 857-style exponents
5
+ - bridge-oriented dossier with direct implications for 857-style exponents
6
6
 
7
7
  Bootstrap focus:
8
8
  - keep the exponent-transfer story explicit
@@ -2,11 +2,11 @@
2
2
 
3
3
  Role in family:
4
4
  - weak / non-uniform sunflower core
5
- - current deep-harness flagship problem in the public atlas
5
+ - currently one of the most developed public sunflower records in this repo
6
6
 
7
7
  Bootstrap focus:
8
8
  - preserve the live route framing in the scaffold
9
- - keep literature, artifact, and compute packets aligned with the active frontier rather than generic sunflower chatter
9
+ - keep literature, artifact, and compute packets aligned with the active frontier rather than generic sunflower notes
10
10
 
11
11
  Frontier framing:
12
12
  - preserve the active export/compression route as the live frontier