Skip to content

Commit 46f9c9a

Browse files
gmoonclaude
andcommitted
Fix Prettier formatting in Hero.tsx and GettingStartedPage.tsx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8a38c93 commit 46f9c9a

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

src/components/Hero.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ export function Hero() {
8080
human or agent, can pick up and build on.
8181
</p>
8282
<div style={styles.ctaRow}>
83-
<a
84-
href="/getting-started"
85-
style={styles.ctaPrimary}
86-
>
83+
<a href="/getting-started" style={styles.ctaPrimary}>
8784
Get Started
8885
</a>
8986
<a href="/reader?url=https://forkzero.github.io/lattice/lattice-data.json" style={styles.ctaSecondary}>

src/pages/GettingStartedPage.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ export function GettingStartedPage() {
543543
<div style={s.stepContent}>
544544
<h3 style={s.stepTitle}>Create requirements</h3>
545545
<p style={s.stepText}>
546-
Requirements are testable specifications derived from your theses. They bridge strategy to implementation.
546+
Requirements are testable specifications derived from your theses. They bridge strategy to
547+
implementation.
547548
</p>
548549
<CodeBlock
549550
code={`lattice add requirement \\
@@ -592,9 +593,9 @@ export function GettingStartedPage() {
592593
<div style={s.claudeCard}>
593594
<h3 style={s.claudeTitle}>Generate a CLAUDE.md snippet</h3>
594595
<p style={s.claudeText}>
595-
The <code style={s.inlineCode}>lattice prompt</code> command outputs a context block designed for
596-
Claude Code. Add it to your project's <code style={s.inlineCode}>CLAUDE.md</code> so Claude always
597-
knows the state of your knowledge graph.
596+
The <code style={s.inlineCode}>lattice prompt</code> command outputs a context block designed for Claude
597+
Code. Add it to your project's <code style={s.inlineCode}>CLAUDE.md</code> so Claude always knows the
598+
state of your knowledge graph.
598599
</p>
599600
<CodeBlock
600601
code={`# Generate the prompt and append to CLAUDE.md
@@ -632,8 +633,8 @@ lattice drift`}
632633
<div style={s.tipTitle}>Workflow</div>
633634
<p style={s.tipText}>
634635
The power of Lattice with Claude Code is that your agent's reasoning becomes persistent and traceable.
635-
Instead of losing research and decisions in chat logs, everything is captured in your Git-tracked knowledge
636-
graph. The next agent, or the next human, can pick up right where you left off.
636+
Instead of losing research and decisions in chat logs, everything is captured in your Git-tracked
637+
knowledge graph. The next agent, or the next human, can pick up right where you left off.
637638
</p>
638639
</div>
639640
</section>
@@ -644,8 +645,8 @@ lattice drift`}
644645
<section style={s.section}>
645646
<h2 style={s.sectionTitle}>LLM Integrations</h2>
646647
<p style={s.sectionSubtitle}>
647-
Lattice works with any tool that can run CLI commands. First-class integrations are on the roadmap for
648-
these editors and agents:
648+
Lattice works with any tool that can run CLI commands. First-class integrations are on the roadmap for these
649+
editors and agents:
649650
</p>
650651

651652
<div style={s.integrationGrid}>
@@ -693,9 +694,7 @@ lattice drift`}
693694
{/* Next Steps */}
694695
<section style={s.section}>
695696
<h2 style={s.sectionTitle}>Next Steps</h2>
696-
<p style={s.sectionSubtitle}>
697-
Explore the project, read the source, and join the community:
698-
</p>
697+
<p style={s.sectionSubtitle}>Explore the project, read the source, and join the community:</p>
699698

700699
<div style={s.linkGrid}>
701700
<a

0 commit comments

Comments
 (0)