erdos-problems 0.2.4 → 0.2.5
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
|
@@ -24,6 +24,12 @@ It is built for people who want more than a problem list and for agents that nee
|
|
|
24
24
|
|
|
25
25
|
**Links:** [GitHub](https://github.com/SproutSeeds/erdos-problems) · [npm](https://www.npmjs.com/package/erdos-problems)
|
|
26
26
|
|
|
27
|
+
## Watch It Run
|
|
28
|
+
|
|
29
|
+
A fast look at the first minute:
|
|
30
|
+
|
|
31
|
+

|
|
32
|
+
|
|
27
33
|
## Why It Feels Different
|
|
28
34
|
|
|
29
35
|
Most open-problem repos stop at metadata.
|
package/assets/social-card.png
CHANGED
|
Binary file
|
package/assets/social-card.svg
CHANGED
|
@@ -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="
|
|
8
|
-
<text x="104" y="
|
|
7
|
+
<text x="104" y="228" fill="#F3EBDD" font-family="Georgia, 'Times New Roman', serif" font-size="64" font-weight="700">Research cockpit</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="
|
|
11
|
-
<text x="104" y="
|
|
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 | hand it to an agent | keep the truth clean</text>
|
|
12
12
|
|
|
13
|
-
<rect x="104" y="
|
|
14
|
-
<text x="
|
|
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
|
package/docs/LAUNCH_KIT.md
CHANGED
|
@@ -62,6 +62,10 @@ Recommended social preview:
|
|
|
62
62
|
- editable source: `assets/social-card.svg`
|
|
63
63
|
- upload-ready raster: `assets/social-card.png`
|
|
64
64
|
|
|
65
|
+
Recommended demo assets:
|
|
66
|
+
- animated terminal demo: `assets/terminal-demo.gif`
|
|
67
|
+
- poster frame: `assets/terminal-demo-poster.png`
|
|
68
|
+
|
|
65
69
|
Recommended pinned bullets:
|
|
66
70
|
- atlas + dossiers
|
|
67
71
|
- ORP-governed workspaces
|
|
@@ -80,7 +84,7 @@ Recommended lead screenshot substitute:
|
|
|
80
84
|
- publish npm package
|
|
81
85
|
- set GitHub social preview image
|
|
82
86
|
- add repo description/tagline
|
|
83
|
-
- pin
|
|
87
|
+
- pin the terminal demo GIF in the announcement thread and repo launch post
|
|
84
88
|
- post the one-liner + short post copy
|
|
85
89
|
|
|
86
90
|
## Live links
|