Skip to content

Commit 0ca649a

Browse files
committed
site: drop the gate line the drift section repeated
It now lives in the hero figcaption, and the drift section's own heading already says it. The previous commit meant to remove it and staged index.html before making the edit, so the removal never landed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b9015a8 commit 0ca649a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

www/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ <h3>Libraries</h3>
193193
<!-- Drift table — what Verify actually catches -->
194194
<section class="drift" id="drift">
195195
<h2 class="section-label">Context is advisory. This is not: drift breaks the build.</h2>
196-
<p class="hero-gateline" style="text-align:left;margin:0 0 1rem;">When AI-written code drifts from your typed model, the build fails.</p>
197196
<p class="drift-intro">
198197
AI coding agents regenerate thousands of lines a day. A field rename in one file misses three others — types compile, runtime breaks at the boundary, hours to chase. A required field added to an entity is forgotten in the migration, the validator, the form. A prompt template references <code>{{userName}}</code> while the payload type carries <code>user.name</code>. Without a shared spine, every prompt accelerates the entropy. MetaObjects inverts the source of truth: generated code is owned by the codegen, not by humans or agents.
199198
</p>

0 commit comments

Comments
 (0)