erdos-problems 0.2.5 → 0.2.7
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 +72 -67
- package/assets/social-card.png +0 -0
- package/assets/social-card.svg +2 -2
- package/assets/terminal-demo-poster.png +0 -0
- package/assets/terminal-demo.gif +0 -0
- package/docs/LAUNCH_KIT.md +17 -18
- package/docs/RESEARCH_LOOP.md +6 -6
- package/package.json +2 -2
- package/packs/sunflower/README.md +9 -9
- package/packs/sunflower/problems/20/CONTEXT.md +1 -1
- package/packs/sunflower/problems/536/CONTEXT.md +1 -1
- package/packs/sunflower/problems/856/CONTEXT.md +1 -1
- package/packs/sunflower/problems/857/CONTEXT.md +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# erdos-problems
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> CLI and workspace for Paul Erdos problems.
|
|
4
4
|
>
|
|
5
|
-
>
|
|
5
|
+
> Browse the atlas, scaffold a dossier, and keep public status, local route state, and verification records separate.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/erdos-problems)
|
|
8
8
|
[](https://www.npmjs.com/package/erdos-problems)
|
|
@@ -19,27 +19,23 @@ erdos-problems
|
|
|
19
19
|
atlas -> dossier -> pack -> checkpoint -> archive
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
`erdos-problems` is a CLI
|
|
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
26
|
## Watch It Run
|
|
28
27
|
|
|
29
|
-
A
|
|
28
|
+
A short example from the first minute:
|
|
30
29
|
|
|
31
30
|

|
|
32
31
|
|
|
33
|
-
##
|
|
32
|
+
## What It Includes
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
- it keeps upstream public status separate from local research state
|
|
41
|
-
- it adds pack-specific cockpits where deeper structure is honest
|
|
42
|
-
- it carries an ORP-governed loop so claims, checkpoints, and runs stay disciplined
|
|
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
|
|
43
39
|
|
|
44
40
|
## Start In 60 Seconds
|
|
45
41
|
|
|
@@ -49,7 +45,7 @@ Install:
|
|
|
49
45
|
npm install -g erdos-problems
|
|
50
46
|
```
|
|
51
47
|
|
|
52
|
-
Bootstrap a
|
|
48
|
+
Bootstrap a seeded problem:
|
|
53
49
|
|
|
54
50
|
```bash
|
|
55
51
|
erdos bootstrap problem 857
|
|
@@ -58,7 +54,7 @@ erdos sunflower ready 857
|
|
|
58
54
|
erdos workspace show --json
|
|
59
55
|
```
|
|
60
56
|
|
|
61
|
-
|
|
57
|
+
Seed a new problem into the current workspace:
|
|
62
58
|
|
|
63
59
|
```bash
|
|
64
60
|
erdos seed problem 25 --cluster number-theory
|
|
@@ -66,42 +62,28 @@ erdos problem show 25
|
|
|
66
62
|
erdos checkpoints sync
|
|
67
63
|
```
|
|
68
64
|
|
|
69
|
-
Archive a solved problem
|
|
65
|
+
Archive a solved problem:
|
|
70
66
|
|
|
71
67
|
```bash
|
|
72
68
|
erdos graph-theory status 1008
|
|
73
69
|
erdos archive scaffold 1008 --json
|
|
74
70
|
```
|
|
75
71
|
|
|
76
|
-
##
|
|
77
|
-
|
|
78
|
-
| Layer | What it does |
|
|
79
|
-
| --- | --- |
|
|
80
|
-
| Atlas | canonical `problems/<id>/problem.yaml` records plus a bundled upstream snapshot |
|
|
81
|
-
| Dossiers | local case files with statement, references, evidence, and formalization paths |
|
|
82
|
-
| Workspaces | `.erdos/` state, checkpoints, ORP kit, pull bundles, runs, and archives |
|
|
83
|
-
| Packs | deeper family-specific cockpits for problem clusters that deserve them |
|
|
84
|
-
| Governance | ORP + `breakthroughs` + public-status review + structured run artifacts |
|
|
85
|
-
|
|
86
|
-
## Coverage Right Now
|
|
72
|
+
## Current Coverage
|
|
87
73
|
|
|
88
74
|
| Surface | Coverage |
|
|
89
75
|
| --- | --- |
|
|
90
76
|
| Bundled upstream atlas | `1183` problems |
|
|
91
77
|
| Native packaged dossiers | `18` |
|
|
92
78
|
| Sunflower pack | `20`, `536`, `856`, `857` |
|
|
93
|
-
| Number-theory
|
|
94
|
-
| Graph-theory archive
|
|
95
|
-
|
|
|
79
|
+
| Number-theory pack | `1`, `2` |
|
|
80
|
+
| Graph-theory archive pack | `19`, `22`, `1008` |
|
|
81
|
+
| Most developed pack problems | `20`, `857` |
|
|
96
82
|
|
|
97
83
|
Seeded problems today:
|
|
98
84
|
- `1`, `2`, `3`, `4`, `5`, `6`, `7`, `18`, `19`, `20`, `21`, `22`, `89`, `536`, `542`, `856`, `857`, `1008`
|
|
99
85
|
|
|
100
|
-
##
|
|
101
|
-
|
|
102
|
-
The package is meant to feel like a research cockpit, not a bag of files.
|
|
103
|
-
|
|
104
|
-
Example:
|
|
86
|
+
## Example Output
|
|
105
87
|
|
|
106
88
|
```bash
|
|
107
89
|
$ erdos sunflower frontier 857
|
|
@@ -137,9 +119,9 @@ What this does:
|
|
|
137
119
|
- syncs the bundled ORP kit into `.erdos/orp/`
|
|
138
120
|
- scaffolds the dossier into `.erdos/scaffolds/<id>/`
|
|
139
121
|
- pulls in pack-specific context where available
|
|
140
|
-
-
|
|
122
|
+
- prepares the workspace for the next step
|
|
141
123
|
|
|
142
|
-
### 2.
|
|
124
|
+
### 2. Seed a new problem
|
|
143
125
|
|
|
144
126
|
```bash
|
|
145
127
|
erdos seed problem 25 --cluster number-theory
|
|
@@ -147,7 +129,7 @@ erdos seed problem 25 --cluster number-theory
|
|
|
147
129
|
|
|
148
130
|
What this does:
|
|
149
131
|
- pulls upstream public metadata into a workspace bundle
|
|
150
|
-
- includes live site review and an agent
|
|
132
|
+
- includes live site review and an agent websearch brief by default
|
|
151
133
|
- seeds a local dossier into `.erdos/seeded-problems/<id>/`
|
|
152
134
|
- syncs state, checkpoints, and ORP automatically
|
|
153
135
|
|
|
@@ -171,7 +153,7 @@ erdos maintainer seed problem 25 --from-pull .erdos/pulls/25 --cluster number-th
|
|
|
171
153
|
|
|
172
154
|
### Sunflower Pack
|
|
173
155
|
|
|
174
|
-
The
|
|
156
|
+
The sunflower pack currently covers this quartet:
|
|
175
157
|
- `20`: strong / uniform sunflower core
|
|
176
158
|
- `857`: weak / non-uniform sunflower core
|
|
177
159
|
- `536`: natural-density LCM analogue
|
|
@@ -190,17 +172,17 @@ erdos sunflower atom 857 T10.G3.A2
|
|
|
190
172
|
erdos sunflower compute run 857
|
|
191
173
|
```
|
|
192
174
|
|
|
193
|
-
What
|
|
194
|
-
-
|
|
195
|
-
- route / ticket / atom
|
|
175
|
+
What is included here:
|
|
176
|
+
- public board packets
|
|
177
|
+
- route / ticket / atom views
|
|
196
178
|
- checkpoint and report packets
|
|
197
|
-
- governed local-scout compute posture
|
|
179
|
+
- governed local-scout compute posture where a packet exists
|
|
198
180
|
|
|
199
|
-
### Number-Theory
|
|
181
|
+
### Number-Theory Pack
|
|
200
182
|
|
|
201
|
-
The
|
|
202
|
-
- `1`: open starter
|
|
203
|
-
- `2`: counterexample/archive
|
|
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
|
|
204
186
|
|
|
205
187
|
Useful commands:
|
|
206
188
|
|
|
@@ -213,12 +195,12 @@ erdos number-theory ticket 1 N1
|
|
|
213
195
|
erdos number-theory atom 1 N1.G1.A1
|
|
214
196
|
```
|
|
215
197
|
|
|
216
|
-
### Graph-Theory Archive
|
|
198
|
+
### Graph-Theory Archive Pack
|
|
217
199
|
|
|
218
|
-
The
|
|
219
|
-
- `19`: decision archive
|
|
220
|
-
- `22`: proof archive
|
|
221
|
-
- `1008`: Lean-facing proof archive
|
|
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
|
|
222
204
|
|
|
223
205
|
Useful commands:
|
|
224
206
|
|
|
@@ -235,19 +217,19 @@ Design rule:
|
|
|
235
217
|
- keep the archive usable as a method exemplar
|
|
236
218
|
- preserve public status discipline instead of inflating pressure where none exists
|
|
237
219
|
|
|
238
|
-
##
|
|
220
|
+
## Using It With Agents
|
|
239
221
|
|
|
240
|
-
If you are using Codex, Claude Code, or another agent
|
|
222
|
+
If you are using Codex, Claude Code, or another coding agent, the package provides:
|
|
241
223
|
- canonical dossier files
|
|
242
224
|
- upstream provenance
|
|
243
|
-
- pack-aware context
|
|
225
|
+
- pack-aware context where it exists
|
|
244
226
|
- `.erdos/` workspace state
|
|
245
227
|
- ORP templates and protocol guidance
|
|
246
228
|
- checkpoint shelves
|
|
247
|
-
- explicit next-
|
|
248
|
-
- machine-readable JSON on the
|
|
229
|
+
- explicit next-step framing
|
|
230
|
+
- machine-readable JSON on the main public surfaces
|
|
249
231
|
|
|
250
|
-
|
|
232
|
+
Useful commands for agent workflows:
|
|
251
233
|
|
|
252
234
|
```bash
|
|
253
235
|
erdos problem artifacts 857 --json
|
|
@@ -265,14 +247,12 @@ erdos upstream drift 857 --json
|
|
|
265
247
|
- `templates/VERIFICATION_RECORD.md`
|
|
266
248
|
- `templates/FAILED_TOPIC.md`
|
|
267
249
|
|
|
268
|
-
The package
|
|
250
|
+
The package keeps these layers separate:
|
|
269
251
|
- upstream public truth
|
|
270
252
|
- local canonical dossier truth
|
|
271
253
|
- workspace bundle truth
|
|
272
254
|
- pack-specific route / checkpoint / run truth
|
|
273
255
|
|
|
274
|
-
That separation is one of the main product features.
|
|
275
|
-
|
|
276
256
|
## Command Gallery
|
|
277
257
|
|
|
278
258
|
```bash
|
|
@@ -320,12 +300,37 @@ erdos archive scaffold 1008 --json
|
|
|
320
300
|
|
|
321
301
|
## Launch Assets
|
|
322
302
|
|
|
323
|
-
If you are
|
|
303
|
+
If you are preparing a public post, start here:
|
|
324
304
|
- [docs/LAUNCH_KIT.md](docs/LAUNCH_KIT.md)
|
|
325
305
|
- `assets/social-card.svg`
|
|
306
|
+
- `assets/terminal-demo.gif`
|
|
307
|
+
|
|
308
|
+
## FAQ
|
|
309
|
+
|
|
310
|
+
### What is the difference between this and erdosproblems.com?
|
|
311
|
+
|
|
312
|
+
`erdosproblems.com` is a public problem atlas. `erdos-problems` uses that public record, but adds local dossiers, workspace scaffolding, checkpoints, and pack-specific views for the problems that already have more structure here.
|
|
313
|
+
|
|
314
|
+
### Can I use this with Codex, Claude Code, or another agent?
|
|
315
|
+
|
|
316
|
+
Yes. The package can scaffold a local `.erdos/` workspace, expose machine-readable JSON on the main public surfaces, and keep public status, local route state, and verification records separate.
|
|
317
|
+
|
|
318
|
+
### Which problems are most developed right now?
|
|
319
|
+
|
|
320
|
+
The sunflower pack is currently the most developed. Problems `20` and `857` have the deepest public pack surface. Problems `536` and `856` are included as bridge-oriented sunflower dossiers. The number-theory and graph-theory packs are lighter.
|
|
321
|
+
|
|
322
|
+
### Does it only cover open problems?
|
|
323
|
+
|
|
324
|
+
No. The bundled upstream atlas covers open, solved, and decided problems. Open problems can be seeded into active workspaces. Solved or decided problems can be scaffolded in archive mode and used as method exemplars.
|
|
325
|
+
|
|
326
|
+
### What is a dossier?
|
|
327
|
+
|
|
328
|
+
A dossier is the local canonical folder for one problem. It usually includes `problem.yaml`, `STATEMENT.md`, `REFERENCES.md`, `EVIDENCE.md`, and `FORMALIZATION.md`.
|
|
329
|
+
|
|
330
|
+
### Do I need Lean or ORP to start using it?
|
|
331
|
+
|
|
332
|
+
No. You can start with `erdos bootstrap problem <id>` or `erdos seed problem <id>`. ORP files are bundled into the workspace for structured claims and checkpoints, and some packs include formalization-specific surfaces, but the first step does not require Lean.
|
|
326
333
|
|
|
327
|
-
|
|
334
|
+
### Why is the npm package called `erdos-problems` and not `erdosproblems`?
|
|
328
335
|
|
|
329
|
-
|
|
330
|
-
- the package is already live on npm
|
|
331
|
-
- the compact unscoped alias `erdosproblems` is not publishable because npm rejects it as too similar to `erdos-problems`
|
|
336
|
+
`erdos-problems` is the canonical npm package name and it is already live on npm. The compact unscoped alias `erdosproblems` is not publishable because npm rejects it as too similar to `erdos-problems`.
|
package/assets/social-card.png
CHANGED
|
Binary file
|
package/assets/social-card.svg
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
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="64" font-weight="700">
|
|
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
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
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 |
|
|
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
13
|
<rect x="104" y="476" width="520" height="64" rx="14" fill="#C86A3E"/>
|
|
14
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>
|
|
Binary file
|
package/assets/terminal-demo.gif
CHANGED
|
Binary file
|
package/docs/LAUNCH_KIT.md
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
## Positioning
|
|
4
4
|
|
|
5
5
|
Short version:
|
|
6
|
-
- `erdos-problems` is a
|
|
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
|
|
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`
|
|
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
|
-
-
|
|
17
|
+
- CLI and workspace for Paul Erdos problems.
|
|
18
18
|
|
|
19
19
|
### Short post
|
|
20
|
-
- I just released `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
|
|
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,16 +47,15 @@ erdos archive scaffold 1008 --json
|
|
|
47
47
|
|
|
48
48
|
## What To Emphasize
|
|
49
49
|
|
|
50
|
-
- It
|
|
51
|
-
- It
|
|
52
|
-
- It
|
|
53
|
-
- It
|
|
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
|
-
-
|
|
58
|
+
- CLI and workspace for Paul Erdos problems.
|
|
60
59
|
|
|
61
60
|
Recommended social preview:
|
|
62
61
|
- editable source: `assets/social-card.svg`
|
|
@@ -68,23 +67,23 @@ Recommended demo assets:
|
|
|
68
67
|
|
|
69
68
|
Recommended pinned bullets:
|
|
70
69
|
- atlas + dossiers
|
|
71
|
-
-
|
|
70
|
+
- workspaces + checkpoints
|
|
72
71
|
- self-seeding from public sources
|
|
73
|
-
- sunflower
|
|
72
|
+
- sunflower pack
|
|
74
73
|
|
|
75
74
|
## npm Presentation Notes
|
|
76
75
|
|
|
77
76
|
Recommended lead screenshot substitute:
|
|
78
|
-
- use the README
|
|
79
|
-
- keep the top
|
|
80
|
-
- lead with install +
|
|
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
|
|
81
80
|
|
|
82
81
|
## Suggested Release Checklist
|
|
83
82
|
|
|
84
83
|
- publish npm package
|
|
85
84
|
- set GitHub social preview image
|
|
86
85
|
- add repo description/tagline
|
|
87
|
-
- pin the terminal demo GIF in the announcement thread
|
|
86
|
+
- pin the terminal demo GIF in the announcement thread or repo launch post
|
|
88
87
|
- post the one-liner + short post copy
|
|
89
88
|
|
|
90
89
|
## Live links
|
package/docs/RESEARCH_LOOP.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Research Loop
|
|
2
2
|
|
|
3
|
-
`erdos-problems`
|
|
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
|
|
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
|
|
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-
|
|
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
|
|
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
|
|
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
|
-
"description": "
|
|
3
|
+
"version": "0.2.7",
|
|
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
|
|
3
|
+
The sunflower pack is currently the most developed pack in `erdos-problems`.
|
|
4
4
|
|
|
5
|
-
Sunflower
|
|
5
|
+
Sunflower quartet:
|
|
6
6
|
- `20`
|
|
7
7
|
- `536`
|
|
8
8
|
- `856`
|
|
9
9
|
- `857`
|
|
10
10
|
|
|
11
11
|
Profiles:
|
|
12
|
-
- `20`:
|
|
13
|
-
- `857`:
|
|
14
|
-
- `536`: dossier
|
|
15
|
-
- `856`: dossier
|
|
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
|
-
|
|
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
|
|
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
|
- natural-density LCM analogue inside the sunflower quartet
|
|
5
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
|
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
|