From 7e23a10517cd453d5adff03ebd4aefbbce4da3cd Mon Sep 17 00:00:00 2001 From: Rachelle Date: Tue, 17 Mar 2026 19:53:32 +1100 Subject: [PATCH] new post --- app/sitemap.ts | 2 +- content/blog/the-agent-did-nothing-wrong.mdx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/sitemap.ts b/app/sitemap.ts index d03df44..ea567bb 100644 --- a/app/sitemap.ts +++ b/app/sitemap.ts @@ -66,7 +66,7 @@ export default function sitemap(): MetadataRoute.Sitemap { }, { url: `${BASE_URL}/blog/the-agent-did-nothing-wrong`, - lastModified: new Date('2026-03-13'), + lastModified: new Date('2026-03-17'), changeFrequency: 'monthly', priority: 0.7, }, diff --git a/content/blog/the-agent-did-nothing-wrong.mdx b/content/blog/the-agent-did-nothing-wrong.mdx index 6430ac4..198d122 100644 --- a/content/blog/the-agent-did-nothing-wrong.mdx +++ b/content/blog/the-agent-did-nothing-wrong.mdx @@ -1,7 +1,8 @@ --- title: 'The Agent Did Nothing Wrong' description: 'Claude Code deleted 2.5 years of production data. The agent made a reasonable decision with the information it had. That is the problem.' -date: '2026-03-13' +date: '2026-03-17' +publishedAt: '2026-03-17' author: 'Rachelle Rathbone' ogImage: 'https://multicorn.ai/images/og-image.png' tags: ['agents', 'incidents', 'shield', 'terraform', 'infrastructure']