Skip to content

Commit d513d5a

Browse files
cteytonclaude
andcommitted
Update homepage to reflect all supported AI agents and file artifacts
Enhance the EmptyState hero section to prominently highlight support for Claude, GitHub Copilot, and Cursor. Update the file/artifact listing to use broader categories (rules files, skills, linked documentation) instead of enumerating specific filenames, more accurately representing the full scope of detectable artifacts including .claude/rules, .cursor/rules, SKILL.md files across all locations, and referenced documentation. Add hero-tagline-emphasis CSS class with gradient styling to visually highlight the supported agents. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Entire-Checkpoint: 17252607bde7
1 parent 19729ce commit d513d5a

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

frontend/src/components/EmptyState.tsx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ export const EmptyState: React.FC = () => {
2424

2525
{/* Tagline */}
2626
<p className="hero-tagline mb-4">
27-
Evaluate and automatically fix your AI agent documentation —
28-
AGENTS.md, CLAUDE.md, copilot-instructions.md, SKILL.md, and
29-
referenced files
27+
Evaluate and automatically fix your AI agent documentation for{" "}
28+
<span className="hero-tagline-emphasis">
29+
Claude, GitHub Copilot, and Cursor
30+
</span>
3031
</p>
3132

3233
<p className="text-sm text-slate-500 mb-4">
33-
Paste a Git repository URL below to analyze{" "}
34+
Analyze{" "}
3435
<code className="px-2 py-0.5 bg-slate-800 border border-slate-700 rounded text-xs font-mono text-slate-300">
3536
AGENTS.md
3637
</code>
@@ -42,11 +43,7 @@ export const EmptyState: React.FC = () => {
4243
<code className="px-2 py-0.5 bg-slate-800 border border-slate-700 rounded text-xs font-mono text-slate-300">
4344
copilot-instructions.md
4445
</code>
45-
,{" "}
46-
<code className="px-2 py-0.5 bg-slate-800 border border-slate-700 rounded text-xs font-mono text-slate-300">
47-
SKILL.md
48-
</code>
49-
, and referenced documentation files
46+
, rules files, skills, and linked documentation
5047
</p>
5148

5249
<p className="text-xs text-slate-500 mt-2">

frontend/src/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,14 @@
11571157
animation: fadeIn 0.6s ease-out 0.2s both;
11581158
}
11591159

1160+
.hero-tagline-emphasis {
1161+
background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #60a5fa 100%);
1162+
background-clip: text;
1163+
-webkit-background-clip: text;
1164+
-webkit-text-fill-color: transparent;
1165+
font-weight: 600;
1166+
}
1167+
11601168
/* ============================================
11611169
SKELETON LOADERS
11621170
============================================ */

0 commit comments

Comments
 (0)