Skip to content

Commit 37f61cc

Browse files
committed
fix: update tagline to Pilot Shell makes it reliable
1 parent 2262b08 commit 37f61cc

File tree

15 files changed

+209
-197
lines changed

15 files changed

+209
-197
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="docs/img/logo.png" alt="Pilot Shell" width="400">
44

5-
### Claude Code is powerful. Pilot makes it reliable.
5+
### Claude Code is powerful. Pilot Shell makes it reliable.
66

77
Start a task, grab a coffee, come back to production-grade code.</br>
88
**Tests enforced. Context preserved. Quality automated.**
@@ -614,6 +614,6 @@ See the full changelog at [pilot.openchangelog.com](https://pilot.openchangelog.
614614

615615
<div align="center">
616616

617-
**Claude Code is powerful. Pilot makes it reliable.**
617+
**Claude Code is powerful. Pilot Shell makes it reliable.**
618618

619619
</div>

docs/site/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66

77
<!-- Primary Meta Tags -->
8-
<title>Pilot Shell - Claude Code is powerful. Pilot makes it reliable.</title>
9-
<meta name="title" content="Pilot Shell - Claude Code is powerful. Pilot makes it reliable." />
8+
<title>Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable.</title>
9+
<meta name="title" content="Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable." />
1010
<meta
1111
name="description"
1212
content="Start a task, grab a coffee, come back to production-grade code. Tests enforced, context preserved, quality automated."
@@ -42,7 +42,7 @@
4242
<!-- Open Graph / Facebook -->
4343
<meta property="og:type" content="website" />
4444
<meta property="og:url" content="https://pilot-shell.com" />
45-
<meta property="og:title" content="Pilot Shell - Claude Code is powerful. Pilot makes it reliable." />
45+
<meta property="og:title" content="Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable." />
4646
<meta
4747
property="og:description"
4848
content="Start a task, grab a coffee, come back to production-grade code. Tests enforced, context preserved, quality automated."
@@ -56,7 +56,7 @@
5656
<!-- Twitter -->
5757
<meta name="twitter:card" content="summary_large_image" />
5858
<meta name="twitter:url" content="https://pilot-shell.com" />
59-
<meta name="twitter:title" content="Pilot Shell - Claude Code is powerful. Pilot makes it reliable." />
59+
<meta name="twitter:title" content="Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable." />
6060
<meta
6161
name="twitter:description"
6262
content="Start a task, grab a coffee, come back to production-grade code. Tests enforced, context preserved, quality automated."

docs/site/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pilot Shell",
33
"short_name": "Pilot",
4-
"description": "Claude Code is powerful. Pilot makes it reliable.",
4+
"description": "Claude Code is powerful. Pilot Shell makes it reliable.",
55
"start_url": "/",
66
"display": "standalone",
77
"background_color": "#000000",

docs/site/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Footer = () => {
2121
<div className="flex flex-col gap-3">
2222
<Logo variant="footer" />
2323
<p className="text-sm text-muted-foreground max-w-xs">
24-
Claude Code is powerful. Pilot makes it reliable.
24+
Claude Code is powerful. Pilot Shell makes it reliable.
2525
</p>
2626
</div>
2727

docs/site/src/components/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const HeroSection = () => {
4040
className="px-2 xs:px-3 sm:px-4 py-1 xs:py-1.5 text-[10px] xs:text-xs sm:text-sm border-primary/50 text-primary"
4141
>
4242
<span className="hidden xs:inline">
43-
Claude Code is powerful. Pilot makes it reliable.
43+
Claude Code is powerful. Pilot Shell makes it reliable.
4444
</span>
4545
<span className="xs:hidden">Reliable Claude Code</span>
4646
</Badge>

docs/site/src/components/Logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Logo = ({ variant = "hero" }: LogoProps) => {
1515
<div className={`inline-block ${paddingClass}`}>
1616
<img
1717
src={logoPng}
18-
alt="Pilot Shell - Claude Code is powerful. Pilot makes it reliable."
18+
alt="Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable."
1919
className={`${sizeClass} h-auto animate-glow`}
2020
loading={variant === "hero" ? "eager" : "lazy"}
2121
/>

docs/site/src/components/SEO.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface SEOProps {
1111
}
1212

1313
const SEO = ({
14-
title = "Pilot Shell - Claude Code is powerful. Pilot makes it reliable.",
14+
title = "Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable.",
1515
description = "Start a task, grab a coffee, come back to production-grade code. Tests enforced, context preserved, quality automated.",
1616
keywords = "Pilot Shell, Claude Code, AI coding assistant, AI pair programming, TDD enforcement, Test-Driven Development, code quality automation, linting, formatting, type checking, spec-driven development, dev containers, VS Code, Cursor, Windsurf, Claude API, Anthropic, AI development tools, automated testing, code review, persistent memory, semantic code search",
1717
canonicalUrl = "https://pilot-shell.com",

docs/site/src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const Index = () => {
7676
return (
7777
<>
7878
<SEO
79-
title="Pilot Shell - Claude Code is powerful. Pilot makes it reliable."
79+
title="Pilot Shell - Claude Code is powerful. Pilot Shell makes it reliable."
8080
description="Start a task, grab a coffee, come back to production-grade code. Tests enforced, context preserved, quality automated."
8181
structuredData={[
8282
websiteStructuredData,

installer/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def banner(self, license_info: dict[str, Any] | None = None) -> None:
137137

138138
tagline = Text()
139139
tagline.append(" ✈ ", style="cyan")
140-
tagline.append("Claude Code is powerful. Pilot makes it reliable.", style="bold white")
140+
tagline.append("Claude Code is powerful. Pilot Shell makes it reliable.", style="bold white")
141141
self._console.print(tagline)
142142
self._console.print(" Start a task, grab a coffee, come back to production-grade code.", style="dim")
143143
self._console.print()

launcher/banner.py

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)