Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
3 changes: 2 additions & 1 deletion content/blog/the-agent-did-nothing-wrong.mdx
Original file line number Diff line number Diff line change
@@ -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']
Expand Down
Loading