Skip to content

Commit 9e51980

Browse files
authored
Update blog dates in manifest.js
1 parent 0f451fe commit 9e51980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/blogs/manifest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
const blogManifest = [
1111
{
1212
title: "From Discord Command to GitHub PR: What Actually Happens",
13-
date: "2026-04-19",
13+
date: "2026-04-21",
1414
slug: "nanoclaw-full-flow",
1515
excerpt: "A step-by-step walkthrough of what NanoClaw does when you send it a message — the happy path, the failure modes, and what the Discord thread looks like when it's working.",
1616
file: "/blogs/2026-04-19-nanoclaw-pt-3.md"
1717
},
1818
{
1919
title: "The Architecture: How Three Agents, a JSON File, and Git Worktrees Became a System",
20-
date: "2026-04-19",
20+
date: "2026-04-20",
2121
slug: "nanoclaw-architecture",
2222
excerpt: "How NanoClaw's PM → Dev → QA pipeline came together — the design decisions that worked, the ones I'd redo, and why a flat JSON file was both the best and worst choice I made.",
2323
file: "/blogs/2026-04-19-nanoclaw-pt-2.md"

0 commit comments

Comments
 (0)