erdos-problems 0.2.6 → 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 +28 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -305,8 +305,32 @@ If you are preparing a public post, start here:
|
|
|
305
305
|
- `assets/social-card.svg`
|
|
306
306
|
- `assets/terminal-demo.gif`
|
|
307
307
|
|
|
308
|
-
##
|
|
308
|
+
## FAQ
|
|
309
309
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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.
|
|
333
|
+
|
|
334
|
+
### Why is the npm package called `erdos-problems` and not `erdosproblems`?
|
|
335
|
+
|
|
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`.
|