Skip to content

Commit 30d1f9b

Browse files
committed
chore: update tagline to "Debug mode for any agent"
1 parent 89f898c commit 30d1f9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata: Metadata = {
88
template: '%s | agentcrumbs',
99
default: 'agentcrumbs',
1010
},
11-
description: 'Debug tracing for AI agents',
11+
description: 'Debug mode for any agent.',
1212
};
1313

1414
export default function RootLayout({ children }: { children: ReactNode }) {

docs/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function HomePage() {
9696
<section className="hp-hero">
9797
<div className="hp-container">
9898
<div className="hp-hero-label">For Claude Code, Cursor, Copilot, and any agent</div>
99-
<h1>Debug mode for<br />AI agents</h1>
99+
<h1>Debug mode for<br />any agent</h1>
100100
<p>Agents can read your code but they can&apos;t see what happened at runtime. agentcrumbs lets them drop structured traces inline while writing code, then query those traces when something breaks. Stripped before merge, zero cost when off.</p>
101101
</div>
102102
</section>

packages/agentcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentcrumbs",
33
"version": "0.2.0",
4-
"description": "Debug tracing for agents. Drop crumbs, follow the trail.",
4+
"description": "Debug mode for any agent.",
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)