You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,8 @@ <h2 class="sec-h2">Four steps, every session</h2>
142
142
<spanclass="section-label">features</span>
143
143
<divclass="section-rule"></div>
144
144
</div>
145
-
<h2class="sec-h2">Built different</h2>
146
-
<pclass="sec-sub">Not a chatbot. Not a copilot. An agent that owns its own codebaseand improves it.</p>
145
+
<h2class="sec-h2">Honest by design</h2>
146
+
<pclass="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>
Copy file name to clipboardExpand all lines: scripts/build/build_site.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -400,8 +400,8 @@ def main():
400
400
<span class="section-label">features</span>
401
401
<div class="section-rule"></div>
402
402
</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 codebaseand 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>
0 commit comments