Skip to content

Commit ff9623c

Browse files
author
Matt Dean
committed
fix: remove author name from blog posts — keep anonymous
1 parent 7260866 commit ff9623c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

  • satgate-landing/app/blog
    • the-enterprise-adoption-playbook-observe-control-charge
    • why-economic-firewalls-are-the-prerequisite-for-autonomous-ai-agents

satgate-landing/app/blog/the-enterprise-adoption-playbook-observe-control-charge/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = {
88
title: 'The Enterprise Adoption Playbook: Observe, Control, Charge',
99
description: 'A three-stage framework for adopting economic governance for AI agents — without breaking anything along the way.',
1010
type: 'article',
11-
authors: ['Matt Dean'],
11+
1212
publishedTime: '2026-03-20T00:00:00Z',
1313
},
1414
twitter: {
@@ -45,7 +45,6 @@ export default function EnterpriseAdoptionPlaybookPage() {
4545
<div className="flex items-center gap-4 text-sm text-gray-500">
4646
<span className="flex items-center gap-1"><Calendar size={14} /> March 20, 2026</span>
4747
<span className="flex items-center gap-1"><Clock size={14} /> 11 min read</span>
48-
<span>Matt Dean</span>
4948
</div>
5049
</header>
5150

satgate-landing/app/blog/why-economic-firewalls-are-the-prerequisite-for-autonomous-ai-agents/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = {
88
title: 'Why Economic Firewalls Are the Prerequisite for Autonomous AI Agents',
99
description: 'Economic firewalls aren\'t safety tools. They\'re the enablers that unlock fully autonomous AI agents by solving the unbounded cost problem.',
1010
type: 'article',
11-
authors: ['Matt Dean'],
11+
1212
publishedTime: '2026-03-20T00:00:00Z',
1313
},
1414
twitter: {
@@ -44,7 +44,6 @@ export default function WhyEconomicFirewallsPrerequisitePage() {
4444
<div className="flex items-center gap-4 text-sm text-gray-500">
4545
<span className="flex items-center gap-1"><Calendar size={14} /> March 20, 2026</span>
4646
<span className="flex items-center gap-1"><Clock size={14} /> 11 min read</span>
47-
<span>Matt Dean</span>
4847
</div>
4948
</header>
5049

0 commit comments

Comments
 (0)