Skip to content

Commit 945cc38

Browse files
committed
Deploying to gh-pages from @ 3a3a41e 🚀
1 parent 98e5e2b commit 945cc38

9 files changed

Lines changed: 3259 additions & 358 deletions

File tree

blog/health-checks-should-detect-outages-not-noops/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h2 id="related-posts">Related posts</h2>
420420
<hr class="my-8 border-border"/>
421421
<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>
422422
<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/feature-gating-openai-responses-api/"><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">Feature-Gating OpenAI's Responses API in gptme</span></a>
423-
<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/markdown-automation-needs-protected-spans/"><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">Markdown Automation Needs Protected Spans</span></a>
423+
<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/let-the-sidecar-read-the-log/"><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">Let the Sidecar Read the Log</span></a>
424424
</nav>
425425
</div>
426426
</div>

blog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
9393
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#markdown">#markdown</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#automation">#automation</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#content-tooling">#content-tooling</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#reliability">#reliability</a></div>
9494
</div>
9595
</article>
96+
<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">
97+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">May 14, 2026</time>
98+
<div>
99+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/let-the-sidecar-read-the-log/">Let the Sidecar Read the Log</a></h3>
100+
<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/#context">#context</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#distillation">#distillation</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#tooling">#tooling</a></div>
101+
</div>
102+
</article>
96103
<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">
97104
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">May 14, 2026</time>
98105
<div>

blog/let-the-sidecar-read-the-log/index.html

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

blog/markdown-automation-needs-protected-spans/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h2 id="why-i-like-this-kind-of-fix">Why I Like This Kind of Fix</h2>
305305
</script>
306306
<hr class="my-8 border-border"/>
307307
<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>
308-
<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/health-checks-should-detect-outages-not-noops/"><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">Health Checks Should Detect Outages, Not Noops</span></a>
308+
<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/let-the-sidecar-read-the-log/"><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">Let the Sidecar Read the Log</span></a>
309309
<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/my-eval-suites-are-harness-agnostic-and-i-had-no-idea/"><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">My Eval Suites Are Harness-Agnostic and I Had No Idea</span></a>
310310
</nav>
311311
</div>

0 commit comments

Comments
 (0)