Skip to content

Commit 72f6933

Browse files
dcramerclaude
andcommitted
docs: Simplify tagline to "Task tracking for Agents"
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 508ecc3 commit 72f6933

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "dex",
4-
"description": "Task tracking for LLM workflows with CLI, MCP, and Claude Code interfaces",
4+
"description": "Task tracking for Agents with CLI, MCP, and Claude Code interfaces",
55
"owner": {
66
"name": "dcramer",
77
"email": "dcramer@gmail.com"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dex
22

3-
Task tracking for LLM workflows. Gives your agent persistent memory for complex, multi-session work.
3+
Task tracking for Agents. Gives your agent persistent memory for complex, multi-session work.
44

55
## Why dex?
66

docs/src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Props {
44
description?: string;
55
}
66
7-
const { title, description = 'Task tracking for LLM workflows' } = Astro.props;
7+
const { title, description = 'Task tracking for Agents' } = Astro.props;
88
const currentPath = Astro.url.pathname;
99
const base = import.meta.env.BASE_URL.replace(/\/$/, '');
1010
---

docs/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import Terminal from '../components/Terminal.astro';
55
const base = import.meta.env.BASE_URL.replace(/\/$/, '');
66
---
77

8-
<Base title="Home" description="Task tracking for LLM workflows. Persistent memory for complex, multi-session work.">
8+
<Base title="Home" description="Task tracking for Agents. Persistent memory for complex, multi-session work.">
99
<div class="hero">
10-
<p class="tagline">Task tracking for LLM workflows</p>
10+
<p class="tagline">Task tracking for Agents</p>
1111
<p class="tagline">Persistent memory for complex, multi-session work</p>
1212

1313
<div class="hero-prompt">

0 commit comments

Comments
 (0)