erdos-problems 0.2.9 → 0.3.0

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 (74) hide show
  1. package/README.md +47 -13
  2. package/data/upstream/erdosproblems/SYNC_MANIFEST.json +4 -4
  3. package/docs/CANONICAL_REPO_MIGRATION_PLAN.md +279 -0
  4. package/docs/DEEP_RESEARCH_BUNDLE_SPEC.md +129 -0
  5. package/docs/ERDOS_PROBLEMS_PROBLEM_SCHEMA.md +27 -20
  6. package/docs/ERDOS_PROBLEMS_REPO_SPEC.md +35 -11
  7. package/docs/PAPER_WRITER_MODE.md +118 -0
  8. package/package.json +1 -1
  9. package/packs/sunflower/compute/20/u3_uniform_transfer_window_v0.yaml +2 -1
  10. package/problems/1/AGENT_START.md +1 -1
  11. package/problems/1/EVIDENCE.md +1 -1
  12. package/problems/1/FORMALIZATION.md +2 -2
  13. package/problems/1/problem.yaml +6 -6
  14. package/problems/1008/problem.yaml +5 -5
  15. package/problems/18/problem.yaml +5 -5
  16. package/problems/19/AGENT_START.md +1 -1
  17. package/problems/19/EVIDENCE.md +1 -1
  18. package/problems/19/FORMALIZATION.md +2 -2
  19. package/problems/19/problem.yaml +6 -6
  20. package/problems/2/AGENT_START.md +1 -1
  21. package/problems/2/EVIDENCE.md +1 -1
  22. package/problems/2/FORMALIZATION.md +2 -2
  23. package/problems/2/problem.yaml +6 -6
  24. package/problems/20/problem.yaml +5 -5
  25. package/problems/21/AGENT_START.md +1 -1
  26. package/problems/21/EVIDENCE.md +1 -1
  27. package/problems/21/FORMALIZATION.md +2 -2
  28. package/problems/21/problem.yaml +6 -6
  29. package/problems/22/AGENT_START.md +1 -1
  30. package/problems/22/EVIDENCE.md +1 -1
  31. package/problems/22/FORMALIZATION.md +2 -2
  32. package/problems/22/problem.yaml +6 -6
  33. package/problems/3/AGENT_START.md +1 -1
  34. package/problems/3/EVIDENCE.md +1 -1
  35. package/problems/3/FORMALIZATION.md +2 -2
  36. package/problems/3/problem.yaml +6 -6
  37. package/problems/4/AGENT_START.md +1 -1
  38. package/problems/4/EVIDENCE.md +1 -1
  39. package/problems/4/FORMALIZATION.md +2 -2
  40. package/problems/4/problem.yaml +6 -6
  41. package/problems/5/AGENT_START.md +1 -1
  42. package/problems/5/EVIDENCE.md +1 -1
  43. package/problems/5/FORMALIZATION.md +2 -2
  44. package/problems/5/problem.yaml +6 -6
  45. package/problems/536/problem.yaml +5 -5
  46. package/problems/542/problem.yaml +5 -5
  47. package/problems/6/AGENT_START.md +1 -1
  48. package/problems/6/EVIDENCE.md +1 -1
  49. package/problems/6/FORMALIZATION.md +2 -2
  50. package/problems/6/problem.yaml +6 -6
  51. package/problems/7/AGENT_START.md +1 -1
  52. package/problems/7/EVIDENCE.md +1 -1
  53. package/problems/7/FORMALIZATION.md +2 -2
  54. package/problems/7/problem.yaml +6 -6
  55. package/problems/856/problem.yaml +5 -5
  56. package/problems/857/problem.yaml +5 -5
  57. package/problems/89/problem.yaml +5 -5
  58. package/src/atlas/catalog.js +6 -5
  59. package/src/cli/index.js +10 -5
  60. package/src/commands/bootstrap.js +1 -1
  61. package/src/commands/dossier.js +1 -1
  62. package/src/commands/maintainer.js +2 -2
  63. package/src/commands/paper.js +147 -0
  64. package/src/commands/problem.js +9 -9
  65. package/src/commands/pull.js +8 -8
  66. package/src/commands/scaffold.js +1 -1
  67. package/src/commands/seed.js +1 -1
  68. package/src/commands/upstream.js +33 -21
  69. package/src/runtime/maintainer-seed.js +12 -12
  70. package/src/runtime/paper.js +720 -0
  71. package/src/runtime/paths.js +16 -0
  72. package/src/runtime/problem-artifacts.js +2 -2
  73. package/src/runtime/state.js +1 -1
  74. package/src/upstream/sync.js +18 -18
@@ -1,6 +1,6 @@
1
1
  # Erdos Problems Repo Spec
2
2
 
3
- Last updated: 2026-03-25
3
+ Last updated: 2026-03-30
4
4
 
5
5
  ## Purpose
6
6
 
@@ -26,7 +26,7 @@ Targets:
26
26
  It is not:
27
27
  - a raw mirror of `sunflower-coda`
28
28
  - a generic research framework
29
- - a place where local route state silently overwrites public upstream truth
29
+ - a place where local route state silently overwrites imported public evidence
30
30
 
31
31
  ## Core model
32
32
 
@@ -36,15 +36,31 @@ The repo has three layers.
36
36
 
37
37
  All seeded Erdős problems live here with canonical local dossiers.
38
38
 
39
- ### 2. Upstream truth layer
39
+ ### 2. External import layer
40
40
 
41
- The package ships a bundled snapshot of `teorth/erdosproblems` and can refresh a workspace-local snapshot.
41
+ The package can carry a bundled external atlas snapshot and refresh a workspace-local import snapshot for reconciliation and seeding.
42
42
 
43
43
  ### 3. Harness layer
44
44
 
45
45
  Selected problem families get deeper pack-specific context.
46
46
  The first pack is `sunflower`.
47
47
 
48
+ ## Collaboration model
49
+
50
+ The GitHub repo is the central public collaboration space.
51
+
52
+ - canonical dossiers live under `problems/<id>/`
53
+ - pack-specific packets live under `packs/<family>/`
54
+ - CLI/runtime behavior lives under `src/`
55
+ - local runtime state lives under `.erdos/` and should not be treated as canonical repo truth
56
+
57
+ The npm package is the installable distribution channel, not the only collaboration surface.
58
+
59
+ - the package ships the CLI, bundled external import snapshot, canonical dossiers, and packaged pack assets
60
+ - repo-only directories such as `research/`, `formal/`, `paper/`, `imports/`, and `analysis/` may hold deeper public material without shipping in npm
61
+ - the public repo may also contain contribution guides, issue templates, maintainer notes, and other repo-only collaboration files that do not need to ship in the npm tarball
62
+ - workspace-local external imports should be explicit and inspectable
63
+
48
64
  ## Repository shape
49
65
 
50
66
  ```text
@@ -66,6 +82,13 @@ erdos-problems/
66
82
  README.md
67
83
  problems/<id>/
68
84
  compute/<id>/
85
+ research/
86
+ problems/<id>/
87
+ formal/
88
+ lean/
89
+ paper/
90
+ imports/
91
+ analysis/
69
92
  data/upstream/erdosproblems/
70
93
  docs/
71
94
  ```
@@ -108,8 +131,8 @@ Each canonical seeded dossier contains:
108
131
  `erdos maintainer seed problem <id>` promotes a pulled bundle into a canonical local dossier.
109
132
 
110
133
  This is the disciplined bridge from:
111
- - public upstream/site truth
112
- - to local canonical dossier truth
134
+ - imported public site / atlas evidence
135
+ - to canonical local dossier truth
113
136
 
114
137
  ## Sunflower pack model
115
138
 
@@ -160,15 +183,16 @@ erdos sunflower status 857 --json
160
183
 
161
184
  ## Canonical truth split
162
185
 
163
- Public upstream truth:
186
+ Canonical repo truth:
187
+ - `SproutSeeds/erdos-problems`
188
+ - `problems/<id>/problem.yaml`
189
+ - dossier markdown files beside it
190
+
191
+ External import sources:
164
192
  - `teorth/erdosproblems`
165
193
  - `data/problems.yaml`
166
194
  - `erdosproblems.com`
167
195
 
168
- Local atlas truth:
169
- - `problems/<id>/problem.yaml`
170
- - dossier markdown files beside it
171
-
172
196
  Local harness truth:
173
197
  - research state
174
198
  - checkpoints
@@ -0,0 +1,118 @@
1
+ # Paper Writer Mode
2
+
3
+ Last updated: 2026-03-30
4
+
5
+ ## Purpose
6
+
7
+ `erdos paper init <id>` creates or resumes a paper bundle for a problem.
8
+
9
+ The goal is to make paper writing:
10
+
11
+ - public-safe
12
+ - claim-safe
13
+ - citation-safe
14
+ - resumable
15
+ - legible to both humans and agents
16
+
17
+ ## Commands
18
+
19
+ ```bash
20
+ erdos paper init [<id>] [--dest <path>] [--json]
21
+ erdos paper show [<id>] [--dest <path>] [--json]
22
+ ```
23
+
24
+ Behavior:
25
+
26
+ - if run inside `SproutSeeds/erdos-problems`, the default bundle destination is `paper/problems/<id>/`
27
+ - otherwise the default bundle destination is `.erdos/papers/<id>/`
28
+ - rerunning `erdos paper init` updates the machine-readable indexes and fills missing files without overwriting existing section drafts
29
+
30
+ ## Bundle Contract
31
+
32
+ Every initialized bundle includes:
33
+
34
+ - `MANIFEST.json`
35
+ - `PUBLIC_EVIDENCE_INDEX.json`
36
+ - `SECTION_INDEX.json`
37
+ - `README.md`
38
+ - `WRITER_BRIEF.md`
39
+ - `SECTION_STATUS.md`
40
+ - `OUTLINE.md`
41
+ - `STYLE_GUIDE.md`
42
+ - `PRIVACY_REVIEW.md`
43
+ - `CITATION_LEDGER.md`
44
+ - section draft files
45
+
46
+ Current section draft set:
47
+
48
+ - `ABSTRACT.md`
49
+ - `INTRODUCTION.md`
50
+ - `PRELIMINARIES.md`
51
+ - `RELATED_WORK.md`
52
+ - `MAIN_RESULTS.md`
53
+ - `PROOF_OVERVIEW.md`
54
+ - `PROOF_DETAILS.md`
55
+ - `COMPUTATIONAL_AND_FORMAL_EVIDENCE.md`
56
+ - `LIMITATIONS_AND_OPEN_PROBLEMS.md`
57
+
58
+ ## Safety Model
59
+
60
+ ### Privacy
61
+
62
+ The generated bundle should be safe to commit to the public repo.
63
+
64
+ Rules:
65
+
66
+ - no secrets
67
+ - no credentials
68
+ - no private correspondence
69
+ - no local absolute filesystem paths
70
+ - no unpublished private notes treated as paper evidence
71
+
72
+ To support this, the generated indexes store repo-relative paths whenever possible and omit local-only paths from the committed data model.
73
+
74
+ ### Claim Safety
75
+
76
+ The bundle assumes the paper may describe an open route rather than a finished proof.
77
+
78
+ Rules:
79
+
80
+ - theorem language only for claims actually supported by the current public record
81
+ - computational evidence stays computational
82
+ - formalization posture stays distinct from proof posture
83
+ - open seams stay visible
84
+ - unresolved tasks must land in `LIMITATIONS_AND_OPEN_PROBLEMS.md`
85
+
86
+ ### Citation Discipline
87
+
88
+ External claims should enter the paper only through `CITATION_LEDGER.md`.
89
+
90
+ Rules:
91
+
92
+ - log the source before relying on it in prose
93
+ - use exact identifiers whenever possible
94
+ - treat imported atlas records as provenance, not canonical authority
95
+
96
+ ## Agent Workflow
97
+
98
+ Recommended loop:
99
+
100
+ 1. Read `MANIFEST.json`.
101
+ 2. Read `PUBLIC_EVIDENCE_INDEX.json`.
102
+ 3. Read `SECTION_INDEX.json`.
103
+ 4. Update `OUTLINE.md` and `SECTION_STATUS.md`.
104
+ 5. Add external sources to `CITATION_LEDGER.md`.
105
+ 6. Draft or refine one section file at a time.
106
+ 7. Run the checklist in `PRIVACY_REVIEW.md` before release.
107
+
108
+ ## Current Scope
109
+
110
+ This first slice gives the repo a structured paper-writing surface.
111
+
112
+ It does not yet:
113
+
114
+ - auto-import the full deep paper archive from `sunflower-coda`
115
+ - auto-resolve literature citations from external databases into final bibliography form
116
+ - emit a final LaTeX source tree or journal-targeted template
117
+
118
+ Those are natural next steps once the deeper public research migration is in place.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erdos-problems",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "CLI atlas and workspace tools for Paul Erdos problems.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,7 +8,8 @@ price_checked_local_date: 2026-03-25
8
8
  recommendation: local_scout_first
9
9
  approval_required: false
10
10
  summary: Problem 20 now has a frozen local-scout packet for the uniform k=3 transfer window. The job is to verify a small explicit reduction bundle before any paid compute rung is considered.
11
- source_repo: /Volumes/Code_2TB/code/sunflower-coda/repo
11
+ source_repo:
12
+ name: sunflower-coda
12
13
  public_feature: uniform_k3_frontier
13
14
  rungs:
14
15
  - label: local_scout
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 1 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 1 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #1 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: yes
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: yes
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/1
7
7
  external_id: "1"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "1"
@@ -13,14 +13,14 @@ provenance:
13
13
  seeded_at: 2026-03-26T04:41:24.787Z
14
14
  seeded_from:
15
15
  kind: pull_bundle
16
- upstream_record_included: true
16
+ imported_record_included: true
17
17
  site_snapshot_included: true
18
18
  status:
19
19
  site_status: open
20
20
  site_badge: OPEN
21
21
  repo_status: cataloged
22
- upstream_status: open
23
- upstream_last_update: 2025-08-31
22
+ imported_status: open
23
+ imported_last_update: 2025-08-31
24
24
  cluster: number-theory
25
25
  prize:
26
26
  display: $500
@@ -40,5 +40,5 @@ evidence_path: EVIDENCE.md
40
40
  formalization_path: FORMALIZATION.md
41
41
  formalization:
42
42
  status: planned
43
- upstream_state: yes
44
- upstream_last_update: 2025-08-31
43
+ imported_state: yes
44
+ imported_last_update: 2025-08-31
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/1008
7
7
  external_id: "1008"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "1008"
@@ -13,8 +13,8 @@ status:
13
13
  site_status: solved
14
14
  site_badge: PROVED (LEAN)
15
15
  repo_status: historical
16
- upstream_status: proved (Lean)
17
- upstream_last_update: 2026-01-17
16
+ imported_status: proved (Lean)
17
+ imported_last_update: 2026-01-17
18
18
  cluster: graph-theory
19
19
  prize:
20
20
  display: no
@@ -33,5 +33,5 @@ evidence_path: EVIDENCE.md
33
33
  formalization_path: FORMALIZATION.md
34
34
  formalization:
35
35
  status: site-proved-lean
36
- upstream_state: no
37
- upstream_last_update: 2025-09-10
36
+ imported_state: no
37
+ imported_last_update: 2025-09-10
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/18
7
7
  external_id: "18"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "18"
@@ -13,8 +13,8 @@ status:
13
13
  site_status: open
14
14
  site_badge: OPEN
15
15
  repo_status: cataloged
16
- upstream_status: open
17
- upstream_last_update: 2025-08-31
16
+ imported_status: open
17
+ imported_last_update: 2025-08-31
18
18
  cluster: number-theory
19
19
  prize:
20
20
  display: no
@@ -34,5 +34,5 @@ evidence_path: EVIDENCE.md
34
34
  formalization_path: FORMALIZATION.md
35
35
  formalization:
36
36
  status: statement-formalized
37
- upstream_state: yes
38
- upstream_last_update: 2026-03-15
37
+ imported_state: yes
38
+ imported_last_update: 2026-03-15
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 19 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 19 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #19 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: no
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: no
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/19
7
7
  external_id: "19"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "19"
@@ -13,14 +13,14 @@ provenance:
13
13
  seeded_at: 2026-03-26T04:41:26.625Z
14
14
  seeded_from:
15
15
  kind: pull_bundle
16
- upstream_record_included: true
16
+ imported_record_included: true
17
17
  site_snapshot_included: true
18
18
  status:
19
19
  site_status: decidable
20
20
  site_badge: DECIDABLE
21
21
  repo_status: cataloged
22
- upstream_status: decidable
23
- upstream_last_update: 2025-08-31
22
+ imported_status: decidable
23
+ imported_last_update: 2025-08-31
24
24
  cluster: graph-theory
25
25
  prize:
26
26
  display: $500
@@ -38,5 +38,5 @@ evidence_path: EVIDENCE.md
38
38
  formalization_path: FORMALIZATION.md
39
39
  formalization:
40
40
  status: planned
41
- upstream_state: no
42
- upstream_last_update: 2025-08-31
41
+ imported_state: no
42
+ imported_last_update: 2025-08-31
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 2 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 2 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #2 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: no
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: no
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/2
7
7
  external_id: "2"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "2"
@@ -13,14 +13,14 @@ provenance:
13
13
  seeded_at: 2026-03-26T04:41:25.055Z
14
14
  seeded_from:
15
15
  kind: pull_bundle
16
- upstream_record_included: true
16
+ imported_record_included: true
17
17
  site_snapshot_included: true
18
18
  status:
19
19
  site_status: disproved
20
20
  site_badge: DISPROVED
21
21
  repo_status: cataloged
22
- upstream_status: disproved
23
- upstream_last_update: 2025-08-31
22
+ imported_status: disproved
23
+ imported_last_update: 2025-08-31
24
24
  cluster: number-theory
25
25
  prize:
26
26
  display: $1000
@@ -38,5 +38,5 @@ evidence_path: EVIDENCE.md
38
38
  formalization_path: FORMALIZATION.md
39
39
  formalization:
40
40
  status: planned
41
- upstream_state: no
42
- upstream_last_update: 2025-08-31
41
+ imported_state: no
42
+ imported_last_update: 2025-08-31
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/20
7
7
  external_id: "20"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "20"
@@ -13,8 +13,8 @@ status:
13
13
  site_status: open
14
14
  site_badge: OPEN
15
15
  repo_status: active
16
- upstream_status: open
17
- upstream_last_update: 2025-08-31
16
+ imported_status: open
17
+ imported_last_update: 2025-08-31
18
18
  cluster: sunflower
19
19
  prize:
20
20
  display: $1000
@@ -35,8 +35,8 @@ evidence_path: EVIDENCE.md
35
35
  formalization_path: FORMALIZATION.md
36
36
  formalization:
37
37
  status: active
38
- upstream_state: yes
39
- upstream_last_update: 2025-08-31
38
+ imported_state: yes
39
+ imported_last_update: 2025-08-31
40
40
  research_state:
41
41
  open_problem: true
42
42
  active_route: uniform_k3_frontier
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 21 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 21 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #21 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: no
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: no
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/21
7
7
  external_id: "21"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "21"
@@ -13,14 +13,14 @@ provenance:
13
13
  seeded_at: 2026-03-26T04:41:26.922Z
14
14
  seeded_from:
15
15
  kind: pull_bundle
16
- upstream_record_included: true
16
+ imported_record_included: true
17
17
  site_snapshot_included: true
18
18
  status:
19
19
  site_status: proved
20
20
  site_badge: PROVED
21
21
  repo_status: cataloged
22
- upstream_status: proved
23
- upstream_last_update: 2025-08-31
22
+ imported_status: proved
23
+ imported_last_update: 2025-08-31
24
24
  cluster: combinatorics
25
25
  prize:
26
26
  display: $500
@@ -42,5 +42,5 @@ evidence_path: EVIDENCE.md
42
42
  formalization_path: FORMALIZATION.md
43
43
  formalization:
44
44
  status: planned
45
- upstream_state: no
46
- upstream_last_update: 2025-08-31
45
+ imported_state: no
46
+ imported_last_update: 2025-08-31
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 22 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 22 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #22 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: no
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: no
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.
@@ -5,7 +5,7 @@ source:
5
5
  site: erdosproblems.com
6
6
  url: https://www.erdosproblems.com/22
7
7
  external_id: "22"
8
- upstream:
8
+ external_source:
9
9
  repo: https://github.com/teorth/erdosproblems
10
10
  data_file: data/problems.yaml
11
11
  number: "22"
@@ -13,14 +13,14 @@ provenance:
13
13
  seeded_at: 2026-03-26T04:41:27.183Z
14
14
  seeded_from:
15
15
  kind: pull_bundle
16
- upstream_record_included: true
16
+ imported_record_included: true
17
17
  site_snapshot_included: true
18
18
  status:
19
19
  site_status: proved
20
20
  site_badge: PROVED
21
21
  repo_status: cataloged
22
- upstream_status: proved
23
- upstream_last_update: 2025-08-31
22
+ imported_status: proved
23
+ imported_last_update: 2025-08-31
24
24
  cluster: graph-theory
25
25
  prize:
26
26
  display: no
@@ -40,5 +40,5 @@ evidence_path: EVIDENCE.md
40
40
  formalization_path: FORMALIZATION.md
41
41
  formalization:
42
42
  status: planned
43
- upstream_state: no
44
- upstream_last_update: 2025-08-31
43
+ imported_state: no
44
+ imported_last_update: 2025-08-31
@@ -14,4 +14,4 @@ Working assumptions:
14
14
  - Harness depth: dossier
15
15
 
16
16
  First honest move:
17
- - tighten the local dossier for problem 3 against its pull bundle, references, and upstream provenance before widening claims.
17
+ - tighten the local dossier for problem 3 against its pull bundle, references, and import provenance before widening claims.
@@ -1,7 +1,7 @@
1
1
  # Evidence
2
2
 
3
3
  - This dossier was seeded for Erdos Problem #3 from a pull bundle.
4
- - Upstream record included: yes
4
+ - Imported record included: yes
5
5
  - Site snapshot included: yes
6
6
  - Repo status at seed time: cataloged
7
7
  - Harness depth at seed time: dossier
@@ -1,8 +1,8 @@
1
1
  # Formalization
2
2
 
3
3
  - Local status: planned
4
- - Upstream formalized state: yes
5
- - Upstream formalized last update: 2025-08-31
4
+ - Imported formalized state: yes
5
+ - Imported formalized last update: 2025-08-31
6
6
 
7
7
  Seed note:
8
8
  - this file was created automatically from a pull bundle and should be upgraded as local formal work begins.