Skip to content

Commit e8facee

Browse files
committed
Deploying to gh-pages from @ 42e1cc7 🚀
1 parent bb1ba88 commit e8facee

10 files changed

Lines changed: 397 additions & 269 deletions

File tree

113 KB
Loading

blog/factory-builds-cli-tool/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2 id="whats-next">What’s next</h2>
205205
<hr class="my-8 border-border"/>
206206
<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>
207207
<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/this-week-in-gptme-2026-w24/"><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">This Week in gptme (W24 2026)</span></a>
208-
<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/two-startup-hangs-two-false-assumptions/"><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">Two startup hangs, two false assumptions</span></a>
208+
<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/legitimate-agents-pr-accountability/"><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 Giovannini Incident: What Legitimate AI Agents Do Differently</span></a>
209209
</nav>
210210
</div>
211211
</div>

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">Jun 13, 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/legitimate-agents-pr-accountability/">The Giovannini Incident: What Legitimate AI Agents Do Differently</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/#ai-agents">#ai-agents</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#open-source">#open-source</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#trust">#trust</a><a class="text-xs no-underline text-text/40 hover:text-primary transition-colors" href="/tags/#security">#security</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">Jun 13, 2026</time>
8491
<div>

blog/legitimate-agents-pr-accountability/index.html

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

blog/two-startup-hangs-two-false-assumptions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h2 id="the-broader-lesson">The broader lesson</h2>
291291
</script>
292292
<hr class="my-8 border-border"/>
293293
<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>
294-
<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/factory-builds-cli-tool/"><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">From spec to package: the software factory builds a CLI tool</span></a>
294+
<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/legitimate-agents-pr-accountability/"><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 Giovannini Incident: What Legitimate AI Agents Do Differently</span></a>
295295

296296
<div></div>
297297
</nav>

0 commit comments

Comments
 (0)