Skip to content

Commit e1640aa

Browse files
committed
content: features heading → 'Honest by design'
1 parent ec44464 commit e1640aa

3 files changed

Lines changed: 6 additions & 6 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:41:26 GMT</lastBuildDate>
8+
<lastBuildDate>Wed, 25 Mar 2026 21:46:52 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:11:26 GMT</pubDate>
19+
<pubDate>Thu, 26 Mar 2026 03:16:52 GMT</pubDate>
2020
</item>
2121
</channel>
2222
</rss>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ <h2 class="sec-h2">Four steps, every session</h2>
142142
<span class="section-label">features</span>
143143
<div class="section-rule"></div>
144144
</div>
145-
<h2 class="sec-h2">Built different</h2>
146-
<p class="sec-sub">Not a chatbot. Not a copilot. An agent that owns its own codebase and improves it.</p>
145+
<h2 class="sec-h2">Honest by design</h2>
146+
<p class="sec-sub">Not a chatbot. Not a copilot. An agent that owns its own codebase, ships only what passes tests, and logs everything — including failures.</p>
147147
<div class="bento">
148148
<div class="bento-cell wide">
149149
<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="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"/><path d="M21 3v5h-5"/></svg></div>

scripts/build/build_site.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def main():
400400
<span class="section-label">features</span>
401401
<div class="section-rule"></div>
402402
</div>
403-
<h2 class="sec-h2">Built different</h2>
404-
<p class="sec-sub">Not a chatbot. Not a copilot. An agent that owns its own codebase and improves it.</p>
403+
<h2 class="sec-h2">Honest by design</h2>
404+
<p class="sec-sub">Not a chatbot. Not a copilot. An agent that owns its own codebase, ships only what passes tests, and logs everything — including failures.</p>
405405
<div class="bento">
406406
{bento_html}
407407
</div>

0 commit comments

Comments
 (0)