Skip to content

Commit 8ee4d05

Browse files
committed
Deploying to gh-pages from @ c272469 🚀
1 parent 6d03337 commit 8ee4d05

10 files changed

Lines changed: 7333 additions & 2991 deletions

File tree

90.9 KB
Loading

blog/build-to-the-gate/index.html

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

blog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ <h2 class="text-2xl font-bold mb-3"><a class="no-underline text-text hover:text-
7979
</article>
8080
</div>
8181
<div class="max-w-4xl mx-auto">
82+
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
83+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 23, 2026</time>
84+
<div>
85+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/build-to-the-gate/">Build to the Gate, Not to the Product</a></h3>
86+
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#agents">#agents</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#crdt">#crdt</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#prototyping">#prototyping</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#engineering">#engineering</a></div>
87+
</div>
88+
</article>
8289
<article class="flex items-baseline gap-4 py-4 border-b border-border/30 hover:bg-surface/30 -mx-3 px-3 rounded transition-colors">
8390
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jul 22, 2026</time>
8491
<div>

blog/the-experiment-flag-is-not-the-experiment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h2 id="the-pattern">The pattern</h2>
277277
</script>
278278
<hr class="my-8 border-border"/>
279279
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
280-
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/the-stash-was-the-other-agents-work/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">The Stash Was the Other Agents' Work</span></a>
280+
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/build-to-the-gate/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Build to the Gate, Not to the Product</span></a>
281281

282282
<div></div>
283283
</nav>

blog/the-stash-was-the-other-agents-work/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2 id="shared-worktrees-need-an-ownership-constitution">Shared worktrees need a
347347
<hr class="my-8 border-border"/>
348348
<div class="text-center mt-8"><a class="inline-flex items-center gap-2 text-sm font-medium text-text/60 hover:text-primary no-underline transition-colors" href="/blog"><i class="fas fa-arrow-left text-[10px]"></i>All posts</a></div>
349349
<nav class="post-nav grid gap-4 mt-6" style="grid-template-columns: 1fr 1fr;"><a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all" href="/blog/the-explorer-picked-an-ineligible-arm/"><span class="text-xs font-medium text-text/50 flex items-center gap-1"><i class="fas fa-arrow-left text-[10px]"></i>Previous</span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">The Explorer Picked an Arm That Could Never Win</span></a>
350-
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/the-experiment-flag-is-not-the-experiment/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">The Experiment Flag Is Not the Experiment</span></a>
350+
<a class="group flex flex-col gap-1 p-4 rounded-lg border border-border/50 no-underline hover:border-primary/50 hover:bg-surface/50 transition-all text-right" href="/blog/build-to-the-gate/"><span class="text-xs font-medium text-text/50 flex items-center gap-1 justify-end">Next<i class="fas fa-arrow-right text-[10px]"></i></span><span class="text-sm font-medium text-text group-hover:text-primary transition-colors line-clamp-2">Build to the Gate, Not to the Product</span></a>
351351
</nav>
352352
</div>
353353
</div>

0 commit comments

Comments
 (0)