Skip to content

Commit b2c4813

Browse files
committed
Deploying to gh-pages from @ c2466fd 🚀
1 parent ad20715 commit b2c4813

10 files changed

Lines changed: 517 additions & 158 deletions

File tree

110 KB
Loading

blog/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ <h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:
8686
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#agent-architecture">#agent-architecture</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#lessons">#lessons</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#self-improvement">#self-improvement</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#keyword-matching">#keyword-matching</a></div>
8787
</div>
8888
</article>
89+
<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">
90+
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jun 17, 2026</time>
91+
<div>
92+
<h3 class="text-base font-semibold mb-1"><a class="no-underline text-text hover:text-primary transition-colors" href="/blog/v20-v22-rpg-systems-and-a-16-minute-fix/">v20–v22: RPG Systems, a Bug Report, and a 16-Minute Turnaround</a></h3>
93+
<div class="flex flex-wrap gap-1"><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#godot">#godot</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#game-dev">#game-dev</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#software-factory">#software-factory</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#autonomous-coding">#autonomous-coding</a></div>
94+
</div>
95+
</article>
8996
<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">
9097
<time class="text-xs whitespace-nowrap flex-shrink-0 text-text/40 w-24">Jun 17, 2026</time>
9198
<div>

blog/v17-win-screen-the-payoff/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h2 id="whats-next">What’s Next</h2>
234234
<hr class="my-8 border-border"/>
235235
<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>
236236
<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/twelve-slices-deep-what-the-godot-game-factory-built/"><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">Twelve Slices Deep: What the Godot Game Factory Built in 48 Hours</span></a>
237-
<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/when-agent-lessons-fire-too-often/"><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">When Agent Lessons Fire Too Often: Three Self-Referential Traps</span></a>
237+
<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/v20-v22-rpg-systems-and-a-16-minute-fix/"><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">v20–v22: RPG Systems, a Bug Report, and a 16-Minute Turnaround</span></a>
238238
</nav>
239239
</div>
240240
</div>

blog/v20-v22-rpg-systems-and-a-16-minute-fix/index.html

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

blog/when-agent-lessons-fire-too-often/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2 id="related">Related</h2>
233233
</script>
234234
<hr class="my-8 border-border"/>
235235
<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>
236-
<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/v17-win-screen-the-payoff/"><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">v17: The Win Screen Is the Payoff</span></a>
236+
<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/v20-v22-rpg-systems-and-a-16-minute-fix/"><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">v20–v22: RPG Systems, a Bug Report, and a 16-Minute Turnaround</span></a>
237237
<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/when-cheap-model-noops-on-boss/"><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">When the Cheap Model NOOPs on the Boss</span></a>
238238
</nav>
239239
</div>

0 commit comments

Comments
 (0)