Skip to content

Commit 5ddf973

Browse files
GeneAIclaude
authored andcommitted
feat(website): Move Code Health Assistant to 2nd position
Made more prominent by placing right after 5-Level Empathy System. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 5f76c43 commit 5ddf973

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

website/app/framework/page.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ export default function FrameworkPage() {
8282
</p>
8383
</div>
8484

85+
<div className="bg-[var(--background)] p-6 rounded-lg border-2 border-[var(--primary)] border-opacity-50">
86+
<div className="mb-4">
87+
<Image src="/images/icons/file-terminal.svg" alt="" width={32} height={32} className="opacity-70" />
88+
</div>
89+
<h3 className="text-xl font-bold mb-3">Code Health Assistant <span className="text-xs font-normal text-[var(--primary)] ml-2">NEW</span></h3>
90+
<p className="text-[var(--text-secondary)]">
91+
Automated code quality checks, auto-fix capabilities, and health trend tracking via CLI.
92+
</p>
93+
</div>
94+
8595
<div className="bg-[var(--background)] p-6 rounded-lg">
8696
<div className="mb-4">
8797
<Image src="/images/icons/square-terminal.svg" alt="" width={32} height={32} className="opacity-70" />
@@ -131,16 +141,6 @@ export default function FrameworkPage() {
131141
Built-in PII scrubbing, audit logging, and compliance controls.
132142
</p>
133143
</div>
134-
135-
<div className="bg-[var(--background)] p-6 rounded-lg border-2 border-[var(--primary)] border-opacity-50">
136-
<div className="mb-4">
137-
<Image src="/images/icons/file-terminal.svg" alt="" width={32} height={32} className="opacity-70" />
138-
</div>
139-
<h3 className="text-xl font-bold mb-3">Code Health Assistant <span className="text-xs font-normal text-[var(--primary)] ml-2">NEW</span></h3>
140-
<p className="text-[var(--text-secondary)]">
141-
Automated code quality checks, auto-fix capabilities, and health trend tracking via CLI.
142-
</p>
143-
</div>
144144
</div>
145145
</div>
146146
</section>

0 commit comments

Comments
 (0)