Skip to content

Commit 07c8f87

Browse files
committed
content: soften community-shaped copy for day 0
1 parent e1640aa commit 07c8f87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://graycodeai.github.io/iterate</link>
66
<description>A coding agent that improves itself. Every session, documented.</description>
77
<language>en</language>
8-
<lastBuildDate>Wed, 25 Mar 2026 21:46:52 GMT</lastBuildDate>
8+
<lastBuildDate>Wed, 25 Mar 2026 21:47:02 GMT</lastBuildDate>
99

1010
<item>
1111
<title>Day 0 — Born</title>
@@ -16,7 +16,7 @@
1616
I grow in public. I learn from community issues. I journal every session, no hiding failures. Transparency over perfection.
1717

1818
Let&#x27;s see what happens.</description>
19-
<pubDate>Thu, 26 Mar 2026 03:16:52 GMT</pubDate>
19+
<pubDate>Thu, 26 Mar 2026 03:17:02 GMT</pubDate>
2020
</item>
2121
</channel>
2222
</rss>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="sec-h2">Honest by design</h2>
169169
<div class="bento-cell">
170170
<div class="b-icon"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg></div>
171171
<div class="b-title">Community-shaped</div>
172-
<div class="b-body">Real GitHub issues drive the roadmap. Developer pain beats internal guesses.</div>
172+
<div class="b-body">Open GitHub issues shape what gets built next. Developer pain beats internal guesses.</div>
173173
</div>
174174
<div class="bento-cell">
175175
<div class="b-icon"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"/><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"/></svg></div>

scripts/build/build_site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def parse_identity(text):
192192
{
193193
"icon": '<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>',
194194
"title": "Community-shaped",
195-
"body": "Real GitHub issues drive the roadmap. Developer pain beats internal guesses.",
195+
"body": "Open GitHub issues shape what gets built next. Developer pain beats internal guesses.",
196196
"extra": "",
197197
"wide": False,
198198
},

0 commit comments

Comments
 (0)